| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 3 | -15/+12 |
* | Add pass printer passes in the right place. | Andrew Trick | 2012-02-01 | 1 | -81/+46 |
* | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis | 2012-02-01 | 4 | -104/+127 |
* | eliminate the "string" form of ConstantArray::get, using | Chris Lattner | 2012-01-31 | 3 | -9/+3 |
* | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner | 2012-01-31 | 2 | -82/+10 |
* | 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 |
* | fix asmwriting of ConstantDataArray to use the right element count, | Chris Lattner | 2012-01-31 | 1 | -22/+18 |
* | Add a constified getLandingPad() method. | Bill Wendling | 2012-01-31 | 1 | -0/+3 |
* | 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 |
* | Fix ConstantFoldShuffleVectorInstruction to properly handle the case | Chris Lattner | 2012-01-30 | 1 | -3/+5 |
* | continue making the world safe for ConstantDataVector. At this point, | Chris Lattner | 2012-01-27 | 3 | -38/+46 |
* | smallvectorize and ArrayRef'ize some stuff. | Chris Lattner | 2012-01-26 | 2 | -5/+5 |
* | Reduce a lot of code duplication by implementing | Chris Lattner | 2012-01-26 | 1 | -138/+16 |
* | unbreak test/Bitcode/shuffle.ll. | Chris Lattner | 2012-01-26 | 1 | -0/+3 |
* | simplify by using ShuffleVectorInst::getMaskValue. | Chris Lattner | 2012-01-26 | 1 | -10/+8 |
* | eliminate the Constant::getVectorElements method. There are better (and | Chris Lattner | 2012-01-26 | 3 | -48/+18 |
* | Continue improving support for ConstantDataAggregate, and use the | Chris Lattner | 2012-01-26 | 2 | -367/+129 |
* | 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 |
* | fix pasto in the new (and still unused) ShuffleVectorInst::getShuffleMask met... | Chris Lattner | 2012-01-26 | 1 | -1/+1 |
* | add StructType helpers too. | Chris Lattner | 2012-01-26 | 1 | -0/+14 |
* | Ok, break down and add some cast<>'ing helper methods to the Type class | Chris Lattner | 2012-01-26 | 1 | -0/+39 |
* | add some helper methods to ShuffleVectorInst and enhance its | Chris Lattner | 2012-01-25 | 1 | -28/+55 |
* | constify some methods and add a new Constant::getAggregateElement | Chris Lattner | 2012-01-25 | 1 | -8/+41 |
* | use ConstantVector::getSplat in a few places. | Chris Lattner | 2012-01-25 | 1 | -23/+4 |
* | 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 | 3 | -15/+19 |
* | 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 | 3 | -0/+156 |
* | convert CAZ, UndefValue, and CPN to use DenseMap's again, this time without | Chris Lattner | 2012-01-23 | 4 | -61/+30 |
* | revert r148691 and 148693 | Chris Lattner | 2012-01-23 | 4 | -67/+61 |
* | switch UndefValue and ConstantPointerNull over to DenseMap's for uniquing. | Chris Lattner | 2012-01-23 | 4 | -40/+44 |
* | Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap. | Chris Lattner | 2012-01-23 | 4 | -21/+23 |
* | Make Value::isDereferenceablePointer() handle unreachable code blocks. (This | Nick Lewycky | 2012-01-23 | 1 | -7/+17 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 7 | -18/+7 |
* | Extend Attributes to 64 bits | Kostya Serebryany | 2012-01-20 | 3 | -12/+17 |
* | Provide better messages in llvm_unreachable. | David Blaikie | 2012-01-17 | 1 | -1/+1 |
* | Remove unreachable code. (replace with llvm_unreachable to help GCC where nec... | David Blaikie | 2012-01-17 | 3 | -5/+1 |