summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Make {extract,insert}element accept an index of any integer type.Michael J. Spencer2014-05-011-3/+3
* Remove more default address space argument usage.Matt Arsenault2014-04-231-1/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-26/+27
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-8/+8
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-041-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Add a const lookup routine to get a BlockAddress constant if there isChandler Carruth2014-01-191-0/+11
* Support AddrSpaceCast in ConstantExpr::getAsInstruction.Eli Bendersky2014-01-181-0/+1
* Upgrade ConstantFP's negative zero and infinity getters to handle vector types.Benjamin Kramer2014-01-181-16/+18
* Add getBitCastOrAddrSpaceCastMatt Arsenault2013-12-071-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
OpenPOWER on IntegriCloud