[PM] Add pass run listeners to the pass manager.
[oota-llvm.git] / lib / IR / LLVMContextImpl.h
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-08 Diego NovilloAdd -pass-remarks flag to 'opt'.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-01-19 Chandler CarruthAdd a const lookup routine to get a BlockAddress consta...
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-01-24 Bill WendlingCreate a new class: AttributeSetNode.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.