aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-241-1/+1
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-241-1/+1
* Fixed few warnings; trimmed empty lines.Galina Kistanova2012-07-131-123/+151
* When linearizing a multiplication, return at once if we see a factor of zero,Duncan Sands2012-06-131-2/+23
* Now that Reassociate's LinearizeExprTree can look through arbitrary expressionDuncan Sands2012-06-121-0/+20
* Reserve space in these vectors to prevent having to grow the array tooBill Wendling2012-02-071-3/+4
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-4/+3
* Efficient Constant Uniquing.Talin2012-02-051-21/+19
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-105/+91
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-91/+105
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-311-6/+0
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-311-63/+0
* fix a small oversight that broke the fhourstones app.Chris Lattner2012-01-311-1/+1
* Change ConstantArray::get to form a ConstantDataArray when possible,Chris Lattner2012-01-311-38/+93
* Various improvements suggested by DuncanChris Lattner2012-01-301-1/+1
* First step of flipping on ConstantDataSequential: enable ConstantDataVectorChris Lattner2012-01-301-7/+89
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-271-6/+6
* smallvectorize and ArrayRef'ize some stuff.Chris Lattner2012-01-261-3/+3
* Reduce a lot of code duplication by implementing Chris Lattner2012-01-261-138/+16
* eliminate the Constant::getVectorElements method. There are better (andChris Lattner2012-01-261-30/+0
* Add a ConstantDataVector::getSplatValue() method, for parity withChris Lattner2012-01-261-39/+87
* some general cleanup, using new methods and tidying up old code.Chris Lattner2012-01-261-26/+21
* constify some methods and add a new Constant::getAggregateElementChris Lattner2012-01-251-8/+41
* reapply r148901 with a crucial fix.Chris Lattner2012-01-251-31/+59
* Fix assert("msg"). Fix unused-variable warnings complaining about VT used onlyNick Lewycky2012-01-251-5/+8
* Revert r148901 because it crashes llvm tests.Argyrios Kyrtzidis2012-01-251-55/+28
* Introduce a new ConstantVector::getSplat constructor function to Chris Lattner2012-01-251-28/+55
* Remove the Type::getNumElements() method, which is only called in 4 places,Chris Lattner2012-01-251-5/+11
* C++, CBE, and TLOF support for ConstantDataSequentialChris Lattner2012-01-241-1/+2
* Rearrange argument order of ::get methods so that LLVMContext comes first,Chris Lattner2012-01-241-14/+28
* add more support for ConstantDataSequentialChris Lattner2012-01-241-3/+8
* Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, Chris Lattner2012-01-241-12/+6
* Add various "string" methods to ConstantDataSequential, which have theChris Lattner2012-01-241-0/+27
* teach valuetracking about ConstantDataSequentialChris Lattner2012-01-241-0/+18
* Add some accessor methods to CAZ and UndefValue that help simplify clients.Chris Lattner2012-01-241-6/+60
* implement the ConstantDataSequential accessor methods.Chris Lattner2012-01-241-3/+93
* start the implementation of a new ConstantDataVector and ConstantDataArrayChris Lattner2012-01-231-0/+148
* convert CAZ, UndefValue, and CPN to use DenseMap's again, this time withoutChris Lattner2012-01-231-8/+21
* revert r148691 and 148693Chris Lattner2012-01-231-54/+8
* switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing.Chris Lattner2012-01-231-4/+35
* Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap.Chris Lattner2012-01-231-4/+19
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-3/+0
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+6
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-171-5/+22
* Add support for vectors of pointers.Nadav Rotem2011-12-051-4/+12
* Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif...Benjamin Kramer2011-11-141-22/+4
* Change:Richard Trieu2011-09-211-1/+1
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-241-3/+21
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-231-21/+3
* Address Duncan's CR request:Nadav Rotem2011-08-231-3/+21