| Commit message (Expand) | Author | Age | Files | Lines |
* | Various improvements suggested by Duncan | Chris Lattner | 2012-01-30 | 1 | -11/+18 |
* | Add GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps to allow custom code ... | Craig Topper | 2012-01-30 | 1 | -4/+4 |
* | DenseMap::find_as() and unit tests. | Talin | 2012-01-30 | 1 | -2/+27 |
* | initialize the Next field to null | Chris Lattner | 2012-01-30 | 1 | -1/+1 |
* | Add bitcode reader and writer support for ConstantDataAggregate, which | Chris Lattner | 2012-01-30 | 1 | -1/+2 |
* | Cleanup the organization of some methods in llvm::Triple and provide | Chandler Carruth | 2012-01-29 | 1 | -15/+19 |
* | Move Clang's file-level locking facility over to LLVM's support | Douglas Gregor | 2012-01-29 | 1 | -0/+74 |
* | Fix some scavenger performance issues. | Jakob Stoklund Olesen | 2012-01-29 | 1 | -4/+5 |
* | Add a BitVector::reset(BitVector&) method. | Jakob Stoklund Olesen | 2012-01-29 | 1 | -0/+10 |
* | Add r149110 back with a fix for when the vector and the int have the same | Rafael Espindola | 2012-01-27 | 1 | -0/+10 |
* | Add a "moveInstr" method to LiveIntervals. This can be used to move instructions | Lang Hames | 2012-01-27 | 1 | -0/+5 |
* | Fix typo. | Jim Grosbach | 2012-01-27 | 1 | -1/+1 |
* | Better diagnostic for malformed .org assembly directive. | Jim Grosbach | 2012-01-27 | 2 | -2/+3 |
* | Add simple support for keeping MCFixup source information. | Jim Grosbach | 2012-01-26 | 3 | -2/+19 |
* | Add SourceMgr to MCContext for backend diagnostics. | Jim Grosbach | 2012-01-26 | 1 | -1/+5 |
* | progress making the world safe to ConstantDataVector. While | Chris Lattner | 2012-01-26 | 1 | -8/+29 |
* | tidy up forward declarations. | Chris Lattner | 2012-01-26 | 1 | -9/+3 |
* | Clear kill flags before propagating a copy. | Jakob Stoklund Olesen | 2012-01-26 | 1 | -0/+4 |
* | Add support for the R_ARM_TARGET1 relocation, which should be given to reloca... | James Molloy | 2012-01-26 | 2 | -0/+7 |
* | eliminate the Constant::getVectorElements method. There are better (and | Chris Lattner | 2012-01-26 | 2 | -8/+10 |
* | Add a ConstantDataVector::getSplatValue() method, for parity with | Chris Lattner | 2012-01-26 | 1 | -0/+4 |
* | add StructType helpers too. | Chris Lattner | 2012-01-26 | 1 | -1/+4 |
* | Ok, break down and add some cast<>'ing helper methods to the Type class | Chris Lattner | 2012-01-26 | 1 | -0/+26 |
* | add some helper methods to ShuffleVectorInst and enhance its | Chris Lattner | 2012-01-25 | 1 | -0/+15 |
* | Properly emit ctors / dtors with priorities into desired sections | Anton Korobeynikov | 2012-01-25 | 4 | -17/+18 |
* | Revert a tiny bit of r148553 which extended LLVM's function attributes | Chandler Carruth | 2012-01-25 | 1 | -2/+6 |
* | Update hasProperty comment. | Evan Cheng | 2012-01-25 | 1 | -3/+0 |
* | constify some methods and add a new Constant::getAggregateElement | Chris Lattner | 2012-01-25 | 2 | -8/+15 |
* | reapply r148901 with a crucial fix. | Chris Lattner | 2012-01-25 | 1 | -0/+9 |
* | Remove AVX 256-bit unaligned load intrinsics. 128-bit versions had been remov... | Craig Topper | 2012-01-25 | 1 | -6/+0 |
* | Revert r148901 because it crashes llvm tests. | Argyrios Kyrtzidis | 2012-01-25 | 1 | -9/+0 |
* | Introduce a new ConstantVector::getSplat constructor function to | Chris Lattner | 2012-01-25 | 1 | -0/+9 |
* | Remove the Type::getNumElements() method, which is only called in 4 places, | Chris Lattner | 2012-01-25 | 1 | -4/+0 |
* | Additional methods for SmallString. | Talin | 2012-01-24 | 1 | -5/+228 |
* | Add an (interleave A, B, ...) SetTheory operator. | Jakob Stoklund Olesen | 2012-01-24 | 1 | -0/+3 |
* | Reword comment based on feedback by Duncan Sands. | David Blaikie | 2012-01-24 | 1 | -1/+1 |
* | Rearrange argument order of ::get methods so that LLVMContext comes first, | Chris Lattner | 2012-01-24 | 1 | -12/+22 |
* | add more support for ConstantDataSequential | Chris Lattner | 2012-01-24 | 1 | -0/+3 |
* | Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, | Chris Lattner | 2012-01-24 | 1 | -1/+8 |
* | Add various "string" methods to ConstantDataSequential, which have the | Chris Lattner | 2012-01-24 | 1 | -0/+27 |
* | add ::drop_back() and ::drop_front() methods, which are like pop_front/pop_ba... | Chris Lattner | 2012-01-24 | 1 | -0/+14 |
* | teach valuetracking about ConstantDataSequential | Chris Lattner | 2012-01-24 | 1 | -2/+10 |
* | Split the interesting bits of ConstantFoldLoadThroughGEPConstantExpr | Chris Lattner | 2012-01-24 | 1 | -1/+8 |
* | Add some accessor methods to CAZ and UndefValue that help simplify clients. | Chris Lattner | 2012-01-24 | 1 | -4/+37 |
* | implement the ConstantDataSequential accessor methods. | Chris Lattner | 2012-01-24 | 1 | -0/+7 |
* | Revert r148686 (and r148694, a fix to it) due to a serious layering | Chandler Carruth | 2012-01-24 | 1 | -1/+0 |
* | Changing bitfield enums to unsigned ints. | David Blaikie | 2012-01-23 | 1 | -7/+9 |
* | start the implementation of a new ConstantDataVector and ConstantDataArray | Chris Lattner | 2012-01-23 | 2 | -3/+163 |
* | Remove extraneous ';'s. | Bill Wendling | 2012-01-23 | 1 | -3/+3 |
* | Simplify llvm::cl::Option by using a bit field instead of manual bit packing. | David Blaikie | 2012-01-23 | 1 | -74/+68 |