[opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.
[oota-llvm.git] / lib / IR / CMakeLists.txt
2015-05-08 David Blaikie[opaque pointer type] Explicit pointee type for GEPOper...
2015-04-15 Duncan P. N. Exon... uselistorder: Remove the global bits
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-02 Duncan P. N. Exon... IR: Split out DebugInfoMetadata.h, NFC
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-04-12 Benjamin KramerMove MDBuilder's methods out of line.
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Yaron KerenCleaning up a bunch of pre-Visual C++ 2012 build hacks.
2014-01-09 Chandler Carruth[PM] Rename this source file to something a bit more...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-02 Chandler CarruthRename VMCore directory to IR.