summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
...
* [PM] Remove the IRUnitT typedef requirement for analysis passes.Chandler Carruth2013-11-22
* [PM] Fix the analysis templates' usage of IRUnitT.Chandler Carruth2013-11-22
* [block-freq] Update data in test case to be unsigned long long to fix mingw b...Michael Gottesman2013-11-22
* [PM] Switch analysis managers to be threaded through the run methodsChandler Carruth2013-11-22
* [PM] Widen the interface for invalidate on an analysis result now thatChandler Carruth2013-11-21
* [PM] Add support for using SFINAE to reflect on an analysis's resultChandler Carruth2013-11-21
* [PM] Add a module analysis pass proxy for the function analysis manager.Chandler Carruth2013-11-21
* YAML I/O add support for validate()Nick Kledzik2013-11-21
* revert r194655Nick Kledzik2013-11-21
* Make the moved-from SmallPtrSet be a valid, empty, small-state object.Chandler Carruth2013-11-20
* Add a test for assignment operator behavior which was changed inChandler Carruth2013-11-20
* [PM] Add the preservation system to the new pass manager.Chandler Carruth2013-11-20
* Give SmallPtrSet move semantics when we have R-value references.Chandler Carruth2013-11-20
* [PM] Make the function pass manager more regular.Chandler Carruth2013-11-20
* [PM] Split the analysis manager into a function-specific interface andChandler Carruth2013-11-20
* YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson2013-11-19
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-19
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-17
* [PM] Completely remove support for explicit 'require' methods on theChandler Carruth2013-11-17
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Give unit test its own LLVMContext so MDNodes aren't leaked even if we never ...Benjamin Kramer2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-14
* remove extra semicolonNick Kledzik2013-11-14
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-14
* Add simple support for tags in YAML I/ONick Kledzik2013-11-14
* Path: Add tests for existing file magics.Rui Ueyama2013-11-13
* Whitespace.Rui Ueyama2013-11-13
* Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth2013-11-13
* Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth2013-11-13
* [PM] Start sketching out the new module and function pass manager.Chandler Carruth2013-11-09
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth2013-11-09
* Test the polymorphic behavior of this utility.Chandler Carruth2013-11-09
* Use something really explicit to test "move semantics" on builds withoutChandler Carruth2013-11-09
* Add the critically missing 'clone' method. =]Chandler Carruth2013-11-09
* Move the test type out of the function and into the anonymous namespaceChandler Carruth2013-11-09
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-09
* Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl2013-11-09
* Revert "Run clang-format on file."Adrian Prantl2013-11-09
* Run clang-format on file.Bill Wendling2013-11-07
* Move copying of global initializers below the cloning of functions.Bill Wendling2013-11-07
* Simplify ErrorOr.Rafael Espindola2013-11-05
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-31
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-30