summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-072-2/+2
* Rough out a new c'tor for the AttrBuilder class.Bill Wendling2013-01-072-3/+21
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-072-0/+20
* Move the initialization to the Analysis library as well as the pass.Chandler Carruth2013-01-071-1/+0
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-072-271/+0
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-44/+51
* Include access modifiers in subprogram metadata IR comment.David Blaikie2013-01-051-0/+5
* Attribute: Make hashes match when looking up AttributeImpls.Benjamin Kramer2013-01-051-1/+2
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-052-15/+248
* Switch the empty and tombstone key enumerators to not have explicitChandler Carruth2013-01-051-3/+5
* IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...NAKAMURA Takumi2013-01-051-0/+2
* Add a method to create an AttributeSet from an AttrBuilder.Bill Wendling2013-01-052-6/+50
* Get rid of the 'Bits' mask in the attribute builder.Bill Wendling2013-01-041-26/+91
* General cleanups.Bill Wendling2013-01-042-51/+43
* Remove unused #includeEli Bendersky2013-01-041-1/+0
* Revert everything to r171366 to try to fix the build.Bill Wendling2013-01-032-24/+5
* Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling2013-01-032-19/+20
* Revert patch. Something snuck in there that shouldn't be.Bill Wendling2013-01-031-1/+20
* Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling2013-01-032-20/+19
* Revert r171427, "An intermediate step in the Attributes rewrite."NAKAMURA Takumi2013-01-031-20/+1
* Make the type signature more strict.Bill Wendling2013-01-032-4/+4
* An intermediate step in the Attributes rewrite.Bill Wendling2013-01-021-1/+20
* Actually update the CMake and Makefile builds correctly, and update theChandler Carruth2013-01-022-7/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-0240-169/+169
* Rename VMCore directory to IR.Chandler Carruth2013-01-0248-0/+30206
OpenPOWER on IntegriCloud