aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-12/+15
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-14/+11
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-40/+106
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-214/+295
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-20/+68
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-32/+33
* Update to LLVM 3.5a.Stephen Hines2014-04-241-26/+40
* Merging r196637:Bill Wendling2013-12-081-1/+12
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+14
* Don't assert if we can't constant fold extract/insertvalueHal Finkel2013-07-101-8/+21
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-131-1/+1
* Move object construction into [] so the temporary can be moved.Benjamin Kramer2013-06-011-5/+3
* Fix a scalability issue with complex ConstantExprs.Benjamin Kramer2013-04-131-9/+19
* The testing to ensure a vector of zeros of type floating point isn't misclass...David Tweed2013-03-191-6/+3
* The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...David Tweed2013-03-181-0/+13
* Replace temporary vectors with arrays.Benjamin Kramer2013-03-071-24/+12
* 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