| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a basic-block autovectorization pass. | Hal Finkel | 2012-02-01 | 6 | -1/+76 |
* | Add Triple::getMacOSXVersion to replace crufty code in the clang driver. | Bob Wilson | 2012-01-31 | 1 | -0/+7 |
* | RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend, | Manuel Klimek | 2012-01-31 | 1 | -1/+1 |
* | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-01-31 | 1 | -10/+10 |
* | Add assembler dialect attribute in asm parser which lets target specific asm ... | Devang Patel | 2012-01-31 | 1 | -0/+1 |
* | Remove pcmpgt/pcmpeq intrinsics as clang is not using them. | Craig Topper | 2012-01-31 | 1 | -56/+0 |
* | eliminate the "string" form of ConstantArray::get, using | Chris Lattner | 2012-01-31 | 1 | -11/+0 |
* | remove commented-out code. | Chris Lattner | 2012-01-31 | 1 | -4/+0 |
* | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner | 2012-01-31 | 1 | -25/+0 |
* | remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen. | Chris Lattner | 2012-01-31 | 1 | -2/+2 |
* | Add various coarse bit-width architecture predicates to llvm::Triple. | Chandler Carruth | 2012-01-31 | 1 | -0/+19 |
* | Change ConstantArray::get to form a ConstantDataArray when possible, | Chris Lattner | 2012-01-31 | 1 | -10/+10 |
* | Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics. | Bill Wendling | 2012-01-31 | 1 | -4/+0 |
* | Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy | Bill Wendling | 2012-01-31 | 3 | -35/+0 |
* | Relax constructor for IntrusiveRefCntPtr to not be explicit. | Ted Kremenek | 2012-01-31 | 1 | -1/+1 |
* | Use traits for IntrusiveRefCntPtr to determine how to increment/decrement a r... | Ted Kremenek | 2012-01-31 | 1 | -2/+8 |
* | Add a constified getLandingPad() method. | Bill Wendling | 2012-01-31 | 1 | -0/+1 |
* | 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 |