summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-01
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* Add pass printer passes in the right place.Andrew Trick2012-02-01
* whitespaceAndrew Trick2012-02-01
* A few of the changes suggested in code review (by Nick Lewycky)Hal Finkel2012-02-01
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* Add Triple::getMacOSXVersion to replace crufty code in the clang driver.Bob Wilson2012-01-31
* RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek2012-01-31
* Tidy up. Trailing whitespace.Jim Grosbach2012-01-31
* Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel2012-01-31
* Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper2012-01-31
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-31
* remove commented-out code.Chris Lattner2012-01-31
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-31
* remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.Chris Lattner2012-01-31
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-31
* Change ConstantArray::get to form a ConstantDataArray when possible,Chris Lattner2012-01-31
* Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics.Bill Wendling2012-01-31
* Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copyBill Wendling2012-01-31
* Relax constructor for IntrusiveRefCntPtr to not be explicit.Ted Kremenek2012-01-31
* Use traits for IntrusiveRefCntPtr to determine how to increment/decrement a r...Ted Kremenek2012-01-31
* Add a constified getLandingPad() method.Bill Wendling2012-01-31
* Various improvements suggested by DuncanChris Lattner2012-01-30
* Add GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps to allow custom code ...Craig Topper2012-01-30
* DenseMap::find_as() and unit tests.Talin2012-01-30
* initialize the Next field to nullChris Lattner2012-01-30
* Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner2012-01-30
* Cleanup the organization of some methods in llvm::Triple and provideChandler Carruth2012-01-29
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-29
* Fix some scavenger performance issues.Jakob Stoklund Olesen2012-01-29
* Add a BitVector::reset(BitVector&) method.Jakob Stoklund Olesen2012-01-29
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-27
* Add a "moveInstr" method to LiveIntervals. This can be used to move instructionsLang Hames2012-01-27
* Fix typo.Jim Grosbach2012-01-27
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-27
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-26
* Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach2012-01-26
* progress making the world safe to ConstantDataVector. WhileChris Lattner2012-01-26
* tidy up forward declarations.Chris Lattner2012-01-26
* Clear kill flags before propagating a copy.Jakob Stoklund Olesen2012-01-26
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* eliminate the Constant::getVectorElements method. There are better (andChris Lattner2012-01-26
* Add a ConstantDataVector::getSplatValue() method, for parity withChris Lattner2012-01-26
* add StructType helpers too.Chris Lattner2012-01-26
* Ok, break down and add some cast<>'ing helper methods to the Type classChris Lattner2012-01-26
* add some helper methods to ShuffleVectorInst and enhance itsChris Lattner2012-01-25
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-25
* Revert a tiny bit of r148553 which extended LLVM's function attributesChandler Carruth2012-01-25
* Update hasProperty comment.Evan Cheng2012-01-25