| Commit message (Expand) | Author | Age | Files | Lines |
* | eliminate the "string" form of ConstantArray::get, using | Chris Lattner | 2012-01-31 | 1 | -6/+0 |
* | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner | 2012-01-31 | 1 | -63/+0 |
* | fix a small oversight that broke the fhourstones app. | Chris Lattner | 2012-01-31 | 1 | -1/+1 |
* | Change ConstantArray::get to form a ConstantDataArray when possible, | Chris Lattner | 2012-01-31 | 1 | -38/+93 |
* | Various improvements suggested by Duncan | Chris Lattner | 2012-01-30 | 1 | -1/+1 |
* | First step of flipping on ConstantDataSequential: enable ConstantDataVector | Chris Lattner | 2012-01-30 | 1 | -7/+89 |
* | continue making the world safe for ConstantDataVector. At this point, | Chris Lattner | 2012-01-27 | 1 | -6/+6 |
* | smallvectorize and ArrayRef'ize some stuff. | Chris Lattner | 2012-01-26 | 1 | -3/+3 |
* | Reduce a lot of code duplication by implementing | Chris Lattner | 2012-01-26 | 1 | -138/+16 |
* | eliminate the Constant::getVectorElements method. There are better (and | Chris Lattner | 2012-01-26 | 1 | -30/+0 |
* | Add a ConstantDataVector::getSplatValue() method, for parity with | Chris Lattner | 2012-01-26 | 1 | -39/+87 |
* | some general cleanup, using new methods and tidying up old code. | Chris Lattner | 2012-01-26 | 1 | -26/+21 |
* | constify some methods and add a new Constant::getAggregateElement | Chris Lattner | 2012-01-25 | 1 | -8/+41 |
* | reapply r148901 with a crucial fix. | Chris Lattner | 2012-01-25 | 1 | -31/+59 |
* | Fix assert("msg"). Fix unused-variable warnings complaining about VT used only | Nick Lewycky | 2012-01-25 | 1 | -5/+8 |
* | Revert r148901 because it crashes llvm tests. | Argyrios Kyrtzidis | 2012-01-25 | 1 | -55/+28 |
* | Introduce a new ConstantVector::getSplat constructor function to | Chris Lattner | 2012-01-25 | 1 | -28/+55 |
* | Remove the Type::getNumElements() method, which is only called in 4 places, | Chris Lattner | 2012-01-25 | 1 | -5/+11 |
* | C++, CBE, and TLOF support for ConstantDataSequential | Chris Lattner | 2012-01-24 | 1 | -1/+2 |
* | Rearrange argument order of ::get methods so that LLVMContext comes first, | Chris Lattner | 2012-01-24 | 1 | -14/+28 |
* | add more support for ConstantDataSequential | Chris Lattner | 2012-01-24 | 1 | -3/+8 |
* | Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, | Chris Lattner | 2012-01-24 | 1 | -12/+6 |
* | Add various "string" methods to ConstantDataSequential, which have the | Chris Lattner | 2012-01-24 | 1 | -0/+27 |
* | teach valuetracking about ConstantDataSequential | Chris Lattner | 2012-01-24 | 1 | -0/+18 |
* | Add some accessor methods to CAZ and UndefValue that help simplify clients. | Chris Lattner | 2012-01-24 | 1 | -6/+60 |
* | implement the ConstantDataSequential accessor methods. | Chris Lattner | 2012-01-24 | 1 | -3/+93 |
* | start the implementation of a new ConstantDataVector and ConstantDataArray | Chris Lattner | 2012-01-23 | 1 | -0/+148 |
* | convert CAZ, UndefValue, and CPN to use DenseMap's again, this time without | Chris Lattner | 2012-01-23 | 1 | -8/+21 |
* | revert r148691 and 148693 | Chris Lattner | 2012-01-23 | 1 | -54/+8 |
* | switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing. | Chris Lattner | 2012-01-23 | 1 | -4/+35 |
* | Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap. | Chris Lattner | 2012-01-23 | 1 | -4/+19 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -3/+0 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+6 |
* | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman | 2011-12-17 | 1 | -5/+22 |
* | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 1 | -4/+12 |
* | Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif... | Benjamin Kramer | 2011-11-14 | 1 | -22/+4 |
* | Change: | Richard Trieu | 2011-09-21 | 1 | -1/+1 |
* | Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api. | Nadav Rotem | 2011-08-24 | 1 | -3/+21 |
* | Revert "Address Duncan's CR request:" | Eric Christopher | 2011-08-23 | 1 | -21/+3 |
* | Address Duncan's CR request: | Nadav Rotem | 2011-08-23 | 1 | -3/+21 |
* | strengthen up an assertion: you can't create a constant struct | Chris Lattner | 2011-08-07 | 1 | -2/+2 |
* | Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct... | Jay Foad | 2011-07-25 | 1 | -27/+12 |
* | Convert GetElementPtrInst to use ArrayRef. | Jay Foad | 2011-07-25 | 1 | -2/+1 |
* | Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. | Jay Foad | 2011-07-21 | 1 | -9/+9 |
* | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -19/+17 |
* | Convert ConstantFoldGetElementPtr to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -1/+2 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -83/+83 |
* | tidy up | Chris Lattner | 2011-07-17 | 1 | -9/+9 |
* | remove the old and dangerous uncheckedReplaceAllUsesWith method, | Chris Lattner | 2011-07-15 | 1 | -9/+5 |
* | devirtualize Constant::isNullValue: | Chris Lattner | 2011-07-15 | 1 | -5/+14 |