aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/ConstantsContext.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-19IR: De-duplicate code for replacing operands in placeDuncan P. N. Exon Smith1-0/+32
2014-08-19Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2...Duncan P. N. Exon Smith1-363/+201
2014-08-19Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ...Aaron Ballman1-201/+363
2014-08-19IR: Replace uses of ConstantAggrUniqueMap with ConstantUniqueMapDuncan P. N. Exon Smith1-160/+45
2014-08-19Remove extraneous typenames from r215957Duncan P. N. Exon Smith1-2/+2
2014-08-19IR: Rewrite ConstantUniqueMapDuncan P. N. Exon Smith1-250/+203
2014-08-19IR: ArrayRef-ize {Insert,Extract}ValueConstantExpr constructorsDuncan P. N. Exon Smith1-8/+6
2014-08-19Prevent clang-format from moving the namespace closing brace, NFCDuncan P. N. Exon Smith1-1/+1
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-04-29Try to fix the msvc build.Benjamin Kramer1-0/+1
2014-04-28[C++] Use 'nullptr'.Craig Topper1-2/+2
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth1-0/+2
2014-03-05[C++11] Add 'override' keyword to IR library.Craig Topper1-10/+10
2014-03-03[C++11] Use std::tie to simplify compare operators.Benjamin Kramer1-19/+8
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer1-14/+14
2013-09-11Give internal classes hidden visibility.Benjamin Kramer1-14/+14
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+774