summaryrefslogtreecommitdiff
path: root/unittests/IR/ValueTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Remove getArgumentList() in favor of arg_begin(), args(), etcReid Kleckner2017-03-161-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-2/+2
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-9/+9
* IR: Expose the method 'getLocalSlot' in the module slot tracker.Alex Lorenz2015-07-271-0/+60
* IR: Expose ModuleSlotTracker in Value::print()Duncan P. N. Exon Smith2015-06-271-0/+69
* Add unittest for extreme alignments.Rafael Espindola2014-10-231-0/+23
* Modernize the .ll parsing interface.Rafael Espindola2014-08-191-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-3/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Fix getOrInsertGlobal dropping the address space.Matt Arsenault2013-09-301-0/+40
* Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer2013-04-121-0/+46