aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-232-1/+4
* Various public StringMap methods take or return "MapEntryTy", make it public.Chris Lattner2012-01-231-1/+2
* revert r148688 too, this isn't safe for DenseMap use. When DenseMap resizes,...Chris Lattner2012-01-231-5/+2
* allow OwningPtr to be copy constructed if null, which is required toChris Lattner2012-01-231-2/+5
* An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov2012-01-231-0/+1
* The iteration order over a std::set<Module*> depends on the addresses of theRafael Espindola2012-01-231-1/+1
* Remove trailing spacesEli Bendersky2012-01-221-3/+3
* Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky2012-01-222-1/+15
* Handle register masks in LiveVariables.Jakob Stoklund Olesen2012-01-211-0/+3
* Delete an unused member variable.Jakob Stoklund Olesen2012-01-201-6/+0
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-203-4/+0
* Don't use my favorite C++11 feature (comma at end of enum).Benjamin Kramer2012-01-201-1/+1
* Extend Attributes to 64 bitsKostya Serebryany2012-01-202-39/+81
* Protect SmallVectorImpl's constructor and a few other methods that aren't mea...Benjamin Kramer2012-01-201-4/+6
* SCEVExpander fixes. Affects LSR and indvars.Andrew Trick2012-01-202-10/+19
* Add a new form of MCOperand, for representing sub-instructions. This is inte...Owen Anderson2012-01-191-1/+20
* More bundle related API additions.Evan Cheng2012-01-193-0/+10
* Introduce a new MutableArrayRef class, which refers to a series of mutableChris Lattner2012-01-191-1/+83
* Enhance finalizeBundle to return end of bundle iterator because it makes sense.Evan Cheng2012-01-191-2/+3
* Added methods to get the live range immediately before a given slot. Intended...Lang Hames2012-01-191-0/+8
* - Slight change to finalizeBundle() interface. LastMI is not exclusive (pointingEvan Cheng2012-01-191-1/+8
* Add a TargetOption for disabling tail calls.Nick Lewycky2012-01-191-2/+7
* Rename Finalizebundle to finalizeBundle to conform to coding guideline.Evan Cheng2012-01-191-2/+2
* Add a RegisterMaskSDNode class.Jakob Stoklund Olesen2012-01-183-1/+19
* Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola2012-01-181-0/+1