aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2018-07-11Add unittests to {ARM | AArch64}TargetParser.Zijiao Ma
2016-10-24Update aosp/master LLVM for rebase to r275480Pirama Arumuga Nainar
2016-03-03Update aosp/master LLVM for rebase to r256229Pirama Arumuga Nainar
2015-07-08Update aosp/master LLVM for rebase to r239765Pirama Arumuga Nainar
2015-05-14Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar
2015-04-09Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar
2015-03-23Update aosp/master LLVM for rebase to r230699.Stephen Hines
2014-12-02Update aosp/master LLVM for rebase to r222494.Stephen Hines
2014-07-21Update LLVM for rebase to r212749.Stephen Hines
2014-05-29Update LLVM for 3.5 rebase (r209712).Stephen Hines
2014-04-24Update to LLVM 3.5a.Stephen Hines
2013-12-20Merging r197718:Bill Wendling
2013-12-16Merging r195411:Bill Wendling
2013-11-19Merging r195092:Bill Wendling
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18Recover gracefully when deserializing invalid YAML input.Alexander Kornienko
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-17[block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman
2013-11-17[PM] Completely remove support for explicit 'require' methods on theChandler Carruth
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-15Path: Recognize COFF import library file magic.Rui Ueyama
2013-11-15Give unit test its own LLVMContext so MDNodes aren't leaked even if we never ...Benjamin Kramer
2013-11-15Add addrspacecast instruction.Matt Arsenault
2013-11-14Recognize 0x0000 as a COFF file magic.Rui Ueyama
2013-11-14remove extra semicolonNick Kledzik
2013-11-14Add dyn_cast<> support to YAML I/O's IO classNick Kledzik
2013-11-14Add simple support for tags in YAML I/ONick Kledzik
2013-11-13Path: Add tests for existing file magics.Rui Ueyama
2013-11-13Whitespace.Rui Ueyama
2013-11-13Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth
2013-11-13Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth
2013-11-09[PM] Start sketching out the new module and function pass manager.Chandler Carruth
2013-11-09Move the old pass manager infrastructure into a legacy namespace andChandler Carruth
2013-11-09Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth
2013-11-09Test the polymorphic behavior of this utility.Chandler Carruth
2013-11-09Use something really explicit to test "move semantics" on builds withoutChandler Carruth
2013-11-09Add the critically missing 'clone' method. =]Chandler Carruth
2013-11-09Move the test type out of the function and into the anonymous namespaceChandler Carruth
2013-11-09Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth
2013-11-09Revert "Move copying of global initializers below the cloning of functions."Adrian Prantl
2013-11-09Revert "Run clang-format on file."Adrian Prantl
2013-11-07Run clang-format on file.Bill Wendling
2013-11-07Move copying of global initializers below the cloning of functions.Bill Wendling
2013-11-05Simplify ErrorOr.Rafael Espindola
2013-10-31Merge CallGraph and BasicCallGraph.Rafael Espindola
2013-10-30Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola
2013-10-30Add {start,end}with_lower methods to StringRef.Rui Ueyama
2013-10-30make ConstantRange::signExtend() optimalNuno Lopes
2013-10-29DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.Alexey Samsonov
2013-10-28DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...Alexey Samsonov