summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
...
* StringMap: Move assignment and move construction.David Blaikie2014-05-08
* StringMap support for move-only values.David Blaikie2014-05-08
* Replace a virtual with an override.Rafael Espindola2014-05-07
* Copy the full TailCallKind in CallInst::clone_implReid Kleckner2014-05-06
* Disable -Wcomment when building with GCC.Evgeniy Stepanov2014-05-06
* [LCG] Add the last (and most complex) of the edge insertion mutationChandler Carruth2014-05-04
* [LCG] Reorder the tests to be a bit more logical: inter-SCC mutationChandler Carruth2014-05-04
* [TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).Juergen Ributzka2014-05-03
* [LCG] Add the other simple edge insertion API to the call graph. ThisChandler Carruth2014-05-01
* [LCG] Add some basic methods for querying the parent/child relationshipsChandler Carruth2014-05-01
* 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