aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-231-4/+4
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-231-5/+7
* More encapsulation work.Bill Wendling2013-01-221-6/+10
* Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling2013-01-091-2/+2
* Move the initialization to the Analysis library as well as the pass.Chandler Carruth2013-01-071-1/+0
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-051-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-10/+10
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+2408