aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1829-446/+621
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0929-87/+912
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2388-622/+4325
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0286-2444/+2086
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2177-1072/+3105
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2935-349/+1821
* Update to LLVM 3.5a.Stephen Hines2014-04-2497-943/+3842
* Merging r197718:Bill Wendling2013-12-202-0/+39
* Merging r195411:Bill Wendling2013-12-161-80/+80
* Merging r195092:Bill Wendling2013-11-194-34/+20
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-194-13/+28
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-181-46/+116
* Revert r194865 and r194874.Alexey Samsonov2013-11-184-25/+13
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-171-0/+133
* [PM] Completely remove support for explicit 'require' methods on theChandler Carruth2013-11-171-1/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-154-13/+25
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+2
* Give unit test its own LLVMContext so MDNodes aren't leaked even if we never ...Benjamin Kramer2013-11-151-9/+10
* Add addrspacecast instruction.Matt Arsenault2013-11-151-39/+14
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-141-0/+2
* remove extra semicolonNick Kledzik2013-11-141-1/+1
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-0/+70
* Add simple support for tags in YAML I/ONick Kledzik2013-11-141-0/+85
* Path: Add tests for existing file magics.Rui Ueyama2013-11-131-6/+36
* Whitespace.Rui Ueyama2013-11-131-3/+3
* Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth2013-11-131-0/+6
* Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth2013-11-131-4/+48
* [PM] Start sketching out the new module and function pass manager.Chandler Carruth2013-11-092-0/+89
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-092-2/+9
* Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth2013-11-091-0/+5
* Test the polymorphic behavior of this utility.Chandler Carruth2013-11-091-1/+33
* Use something really explicit to test "move semantics" on builds withoutChandler Carruth2013-11-091-0/+4
* Add the critically missing 'clone' method. =]Chandler Carruth2013-11-091-0/+11
* Move the test type out of the function and into the anonymous namespaceChandler Carruth2013-11-091-5/+5
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-092-0/+72
* Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl2013-11-094-159/+1
* Revert "Run clang-format on file."Adrian Prantl2013-11-091-9/+14
* Run clang-format on file.Bill Wendling2013-11-071-14/+9
* Move copying of global initializers below the cloning of functions.Bill Wendling2013-11-074-1/+159
* Simplify ErrorOr.Rafael Espindola2013-11-051-38/+0
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-311-1/+1
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-301-3/+4
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-301-0/+23
* make ConstantRange::signExtend() optimalNuno Lopes2013-10-301-0/+3
* DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.Alexey Samsonov2013-10-291-0/+1
* DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov2013-10-281-2/+2
* DebugInfo: Introduce the notion of "form classes"Alexey Samsonov2013-10-281-0/+17
* Add a few tests for StringRef::{start,end}with.Rui Ueyama2013-10-281-0/+2
* DIEHash: Summary hashing of member functionsDavid Blaikie2013-10-251-0/+18
* Try to fix the build on windows.Rafael Espindola2013-10-251-2/+2