summaryrefslogtreecommitdiff
path: root/unittests/IR/ValueTest.cpp
AgeCommit message (Expand)Author
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2017-03-16Remove getArgumentList() in favor of arg_begin(), args(), etcReid Kleckner
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2015-10-20unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-07-27IR: Expose the method 'getLocalSlot' in the module slot tracker.Alex Lorenz
2015-06-27IR: Expose ModuleSlotTracker in Value::print()Duncan P. N. Exon Smith
2014-10-23Add unittest for extreme alignments.Rafael Espindola
2014-08-19Modernize the .ll parsing interface.Rafael Espindola
2014-06-08[C++11] Use 'nullptr'.Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2013-09-30Fix getOrInsertGlobal dropping the address space.Matt Arsenault
2013-04-12Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer