aboutsummaryrefslogtreecommitdiff
path: root/lib/IR/Core.cpp
AgeCommit message (Expand)Author
2013-02-17Add multithreading functions and shutdown to the C API. Patch by MoritzDuncan Sands
2013-02-14s/bool/LLVMBool/Bill Wendling
2013-02-14Add two new functions to the C API:Bill Wendling
2013-02-08Enable *BasicBlockPass::createPrinterPass()Sergei Larin
2013-01-30Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling
2013-01-23Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling
2013-01-23Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling
2013-01-22More encapsulation work.Bill Wendling
2013-01-09Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...Bill Wendling
2013-01-07Move the initialization to the Analysis library as well as the pass.Chandler Carruth
2013-01-05Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Rename VMCore directory to IR.Chandler Carruth