unittests: Remove implicit ilist iterator conversions, NFC
[oota-llvm.git] / unittests / IR / ValueTest.cpp
2015-10-20 Duncan P. N. Exon... unittests: Remove implicit ilist iterator conversions...
2015-07-27 Alex LorenzIR: Expose the method 'getLocalSlot' in the module...
2015-06-27 Duncan P. N. Exon... IR: Expose ModuleSlotTracker in Value::print()
2014-10-23 Rafael EspindolaAdd unittest for extreme alignments.
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-09-30 Matt ArsenaultFix getOrInsertGlobal dropping the address space.
2013-04-12 Benjamin KramerFix a disconcerting bug in Value::isUsedInBasicBlock...