summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-30
* Fix a use of uninitialized memory in SmallVector's move-assignment operator.Douglas Gregor2014-04-30
* [LCG] Add the really, *really* boring edge insertion case: adding anChandler Carruth2014-04-30
* Fix multiline comment warning.Evgeniy Stepanov2014-04-30
* [LCG] Actually test the *basic* edge removal bits (IE, the non-SCCChandler Carruth2014-04-30
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* SupportTest: Fix test names harderDuncan P. N. Exon Smith2014-04-29
* Support: More BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-29
* Support: Fix test nameDuncan P. N. Exon Smith2014-04-29
* Support: BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-29
* blockfreq: Defer to BranchProbability::scale() (again)Duncan P. N. Exon Smith2014-04-29
* Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith2014-04-29
* Support: Add unit tests for BranchProbabilityDuncan P. N. Exon Smith2014-04-29
* LinkModulesTest.cpp: Reformat.NAKAMURA Takumi2014-04-29
* [CMake] Enable llvm/unittests/LinkerTests. It had not been enabled since r199...NAKAMURA Takumi2014-04-29
* LinkModulesTest.cpp: Use test-specific Ctx instead of getGlobalContext(). The...NAKAMURA Takumi2014-04-29
* [ADT] Teach PointerUnion to support assignment directly from nullptr toChandler Carruth2014-04-29
* [cleanup] Add some actual positive tests for equality. This unittestChandler Carruth2014-04-28
* [cleanup] Make this test use a proper fixture rather than globals.Chandler Carruth2014-04-28
* [cleanup] Fix the whitespace in this test. Notably, correct spacingChandler Carruth2014-04-28
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-28
* [LCG] Add the most basic of edge insertion to the lazy call graph. ThisChandler Carruth2014-04-28
* [LCG] Make the return of the IntraSCC removal method actually match itsChandler Carruth2014-04-28
* [LCG] Re-organize the methods for mutating a call graph to make theirChandler Carruth2014-04-27
* DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.David Blaikie2014-04-25
* DIEEntry: Refer to the specified DIE via reference rather than pointer.David Blaikie2014-04-25
* SCC: Change clients to use const, NFCDuncan P. N. Exon Smith2014-04-25
* PR19554: Fix some memory leaks in DIEHashTest.cppDavid Blaikie2014-04-25
* [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