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