aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add multithreading functions and shutdown to the C API. Patch by MoritzDuncan Sands2013-02-171-0/+20
* s/bool/LLVMBool/Bill Wendling2013-02-141-1/+1
* Add two new functions to the C API:Bill Wendling2013-02-141-0/+23
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-081-0/+1
* Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling2013-01-301-3/+3
* 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