summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Merging r197718:Bill Wendling2013-12-20
* Merging r195411:Bill Wendling2013-12-16
* Merging r195092:Bill Wendling2013-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
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-30
* make ConstantRange::signExtend() optimalNuno Lopes2013-10-30
* DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.Alexey Samsonov2013-10-29
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-28
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-28
* Add a few tests for StringRef::{start,end}with.Rui Ueyama2013-10-28
* DIEHash: Summary hashing of member functionsDavid Blaikie2013-10-25
* Try to fix the build on windows.Rafael Espindola2013-10-25
* Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-25
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-25
* DIEHash: Const correct and use references where non-null/non-rebound.David Blaikie2013-10-24
* DIEHash: Do not use shallow type hashing for unnamed typesDavid Blaikie2013-10-24
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-24
* Added std::string as a built-in type for mapping.John Thompson2013-10-24
* DWARF type hashing: pointers to membersDavid Blaikie2013-10-22