IR: MDNode => Value: Add Instruction::getMDNode()
[oota-llvm.git] / lib / IR / ConstantsContext.h
2014-08-19 Duncan P. N. Exon... IR: De-duplicate code for replacing operands in place
2014-08-19 Duncan P. N. Exon... Reapply r215966, r215965, r215964, r215963, r215960...
2014-08-19 Aaron BallmanReverting r215966, r215965, r215964, r215963, r215960...
2014-08-19 Duncan P. N. Exon... IR: Replace uses of ConstantAggrUniqueMap with Constant...
2014-08-19 Duncan P. N. Exon... Remove extraneous typenames from r215957
2014-08-19 Duncan P. N. Exon... IR: Rewrite ConstantUniqueMap
2014-08-19 Duncan P. N. Exon... IR: ArrayRef-ize {Insert,Extract}ValueConstantExpr...
2014-08-19 Duncan P. N. Exon... Prevent clang-format from moving the namespace closing...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-29 Benjamin KramerTry to fix the msvc build.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-03 Benjamin Kramer[C++11] Use std::tie to simplify compare operators.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.