aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Various improvements suggested by DuncanChris Lattner2012-01-301-11/+18
* Add GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps to allow custom code ...Craig Topper2012-01-301-4/+4
* DenseMap::find_as() and unit tests.Talin2012-01-301-2/+27
* initialize the Next field to nullChris Lattner2012-01-301-1/+1
* Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner2012-01-301-1/+2
* Cleanup the organization of some methods in llvm::Triple and provideChandler Carruth2012-01-291-15/+19
* Move Clang's file-level locking facility over to LLVM's supportDouglas Gregor2012-01-291-0/+74
* Fix some scavenger performance issues.Jakob Stoklund Olesen2012-01-291-4/+5
* Add a BitVector::reset(BitVector&) method.Jakob Stoklund Olesen2012-01-291-0/+10
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-271-0/+10
* Add a "moveInstr" method to LiveIntervals. This can be used to move instructionsLang Hames2012-01-271-0/+5
* Fix typo.Jim Grosbach2012-01-271-1/+1
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-272-2/+3
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-263-2/+19
* Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach2012-01-261-1/+5
* progress making the world safe to ConstantDataVector. WhileChris Lattner2012-01-261-8/+29
* tidy up forward declarations.Chris Lattner2012-01-261-9/+3
* Clear kill flags before propagating a copy.Jakob Stoklund Olesen2012-01-261-0/+4
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-262-0/+7
* eliminate the Constant::getVectorElements method. There are better (andChris Lattner2012-01-262-8/+10
* Add a ConstantDataVector::getSplatValue() method, for parity withChris Lattner2012-01-261-0/+4
* add StructType helpers too.Chris Lattner2012-01-261-1/+4
* Ok, break down and add some cast<>'ing helper methods to the Type classChris Lattner2012-01-261-0/+26
* add some helper methods to ShuffleVectorInst and enhance itsChris Lattner2012-01-251-0/+15
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-254-17/+18
* Revert a tiny bit of r148553 which extended LLVM's function attributesChandler Carruth2012-01-251-2/+6
* Update hasProperty comment.Evan Cheng2012-01-251-3/+0
* constify some methods and add a new Constant::getAggregateElementChris Lattner2012-01-252-8/+15
* reapply r148901 with a crucial fix.Chris Lattner2012-01-251-0/+9
* Remove AVX 256-bit unaligned load intrinsics. 128-bit versions had been remov...Craig Topper2012-01-251-6/+0
* Revert r148901 because it crashes llvm tests.Argyrios Kyrtzidis2012-01-251-9/+0
* Introduce a new ConstantVector::getSplat constructor function to Chris Lattner2012-01-251-0/+9
* Remove the Type::getNumElements() method, which is only called in 4 places,Chris Lattner2012-01-251-4/+0
* Additional methods for SmallString.Talin2012-01-241-5/+228
* Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen2012-01-241-0/+3
* Reword comment based on feedback by Duncan Sands.David Blaikie2012-01-241-1/+1
* Rearrange argument order of ::get methods so that LLVMContext comes first,Chris Lattner2012-01-241-12/+22
* add more support for ConstantDataSequentialChris Lattner2012-01-241-0/+3
* Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, Chris Lattner2012-01-241-1/+8
* Add various "string" methods to ConstantDataSequential, which have theChris Lattner2012-01-241-0/+27
* add ::drop_back() and ::drop_front() methods, which are like pop_front/pop_ba...Chris Lattner2012-01-241-0/+14
* teach valuetracking about ConstantDataSequentialChris Lattner2012-01-241-2/+10
* Split the interesting bits of ConstantFoldLoadThroughGEPConstantExprChris Lattner2012-01-241-1/+8
* Add some accessor methods to CAZ and UndefValue that help simplify clients.Chris Lattner2012-01-241-4/+37
* implement the ConstantDataSequential accessor methods.Chris Lattner2012-01-241-0/+7
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-241-1/+0
* Changing bitfield enums to unsigned ints.David Blaikie2012-01-231-7/+9
* start the implementation of a new ConstantDataVector and ConstantDataArrayChris Lattner2012-01-232-3/+163
* Remove extraneous ';'s.Bill Wendling2012-01-231-3/+3
* Simplify llvm::cl::Option by using a bit field instead of manual bit packing.David Blaikie2012-01-231-74/+68