aboutsummaryrefslogtreecommitdiff
path: root/lib/IR/ConstantFold.cpp
AgeCommit message (Expand)Author
2013-02-19Fix a bug that was found by the clang static analyzer. The var "AT" is null s...Nadav Rotem
2013-01-31Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman
2013-01-22Make APFloat constructor require explicit semantics.Tim Northover
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Rename VMCore directory to IR.Chandler Carruth