summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* [ADT] Generalize pointee_iterator to smart pointers by using decltype.Chandler Carruth2014-04-24
* [LCG] Re-order expectations to provide more useful output when debuggingChandler Carruth2014-04-24
* [LCG] Switch the SCC's parent iterators to be value iterators ratherChandler Carruth2014-04-24
* [ADT] Add a generic iterator utility for adapting iterators much likeChandler Carruth2014-04-24
* [LCG] Normalize the post-order SCC iterator to just iterate over the SCCChandler Carruth2014-04-23
* [LCG] Switch the primary node iterator to be a *much* more normal C++Chandler Carruth2014-04-23
* [LCG] Switch the SCC lookup to be in terms of call graph nodes ratherChandler Carruth2014-04-23
* [LCG] Add the first round of mutation support to the lazy call graph.Chandler Carruth2014-04-23
* [LCG] Implement Tarjan's algorithm correctly this time. We have to walkChandler Carruth2014-04-23
* [LCG] Add a unittest for the LazyCallGraph. I had a weak moment andChandler Carruth2014-04-23
* This reverts r206828 until David has time to figure out that is going on.Quentin Colombet2014-04-22
* Use unique_ptr to handle ownership of Value*s in Cloning unit tests.David Blaikie2014-04-21
* Make the User::value_op_iterator a random access iterator. I had writtenChandler Carruth2014-04-17
* [Allocator] Make BumpPtrAllocator movable and move assignable.Chandler Carruth2014-04-16
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* [Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth2014-04-15
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-14
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-14
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* Move MDBuilder's methods out of line.Benjamin Kramer2014-04-12
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-09
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-09
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-09
* Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky2014-04-06
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-05
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-05
* MCJIT: ensure that cygwin is identified properlySaleem Abdulrasool2014-03-31
* Support: generalise object type handling for WindowsSaleem Abdulrasool2014-03-31
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-30
* [Allocator] Simplify unittests by using the default size parameters inChandler Carruth2014-03-30
* ARM64: remove -m32/-m64 mapping with ARM.Tim Northover2014-03-30
* Support: correct Windows normalisationSaleem Abdulrasool2014-03-30
* ARM64: initial backend importTim Northover2014-03-29
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* Untabify.NAKAMURA Takumi2014-03-27
* SmallVector<3> may be used here.NAKAMURA Takumi2014-03-27
* IRTests/InstructionsTest.cpp: Avoid initializer list.NAKAMURA Takumi2014-03-27
* CloneFunction: Clone all attributes, including the CCReid Kleckner2014-03-26
* Add a unit test for Invoke iteration, similar to the one for CallEli Bendersky2014-03-26
* Fix bot breakage in InstructionsTest.Eli Bendersky2014-03-26
* Fix problem with r204836Eli Bendersky2014-03-26
* Fix these tests on windows.Rafael Espindola2014-03-25
* SupportTests.LockFileManagerTest: Add assertions for Win32.NAKAMURA Takumi2014-03-23
* Suppress SupportTests.LockFileManagerTest on win32 for investigating.NAKAMURA Takumi2014-03-22
* [Support] Make sure LockFileManager works correctly with relative paths.Argyrios Kyrtzidis2014-03-21
* [Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis2014-03-21
* Object: Don't double-escape empty hexdataDavid Majnemer2014-03-20
* DebugIRTests: Fixup for r204130.NAKAMURA Takumi2014-03-18
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18