summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Constants.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ArrayRef has a OneElt constructor. Beautify the code.Nadav Rotem2013-03-071-2/+1
* Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x.Nadav Rotem2013-03-071-3/+3
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-1/+2
* Allow vectors in CreatePointerCast of constants.Evgeniy Stepanov2013-01-161-3/+4
* Add comment to the definition of Constant::isZeroValue(). Shuxin Yang2013-01-091-0/+2
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-091-0/+9
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+2769
OpenPOWER on IntegriCloud