Revert "Update LLVM bindings after r239940. ..."
[oota-llvm.git] / lib / IR / Core.cpp
2013-02-14 Bill Wendlings/bool/LLVMBool/
2013-02-14 Bill WendlingAdd two new functions to the C API:
2013-02-08 Sergei LarinEnable *BasicBlockPass::createPrinterPass()
2013-01-30 Bill WendlingRemove addRetAttributes and addFnAttributes, which...
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-22 Bill WendlingMore encapsulation work.
2013-01-09 Bill WendlingRevert s/Raw/getBitMask/g name change. This is possibly...
2013-01-07 Chandler CarruthMove the initialization to the Analysis library as...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.