summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2018-08-13Merging r339411:Hans Wennborg
2018-08-01[DebugInfo] Have custom std::reverse_iterator<DWARFDie>Jonas Devlieghere
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea
2018-07-31[VPlan] Introduce VPLoopInfo analysis.Diego Caballero
2018-07-30[VPlan] Introduce VPlan-based dominator analysis.Diego Caballero
2018-07-30[ORC] Add SerializationTraits for std::set and std::map.Lang Hames
2018-07-27Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-07-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-07-26[DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst usersVedant Kumar
2018-07-26[ADT] Replace std::isprint by llvm::isPrint.Michael Kruse
2018-07-26dwarfgen: Add support for generating the debug_str_offsets section, take 3Pavel Labath
2018-07-26dwarfgen: Don't create an AsmPrinter with an invalid ObjFile loweringPavel Labath
2018-07-26[Support] Introduce createStringError helper functionVictor Leschuk
2018-07-25Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath
2018-07-25dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath
2018-07-25Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath
2018-07-25dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath
2018-07-24Recommit r334887: [SmallSet] Add SmallSetIterator.Florian Hahn
2018-07-23[DebugCounters] Keep track of total countsGeorge Burgess IV
2018-07-21[ORC] Re-apply r336760 with fixes.Lang Hames
2018-07-20Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.Lang Hames
2018-07-20[ADT] Only run death tests in !NDEBUGBenjamin Kramer
2018-07-20Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...Reid Kleckner
2018-07-20[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation forLang Hames
2018-07-20[ORC] Simplify VSO::lookupFlags to return the flags map.Lang Hames
2018-07-20[ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.Lang Hames
2018-07-20Add llvm::Any.Zachary Turner
2018-07-19[OpenEmbedded] Add a unittest for aarch64-oe-linuxMandeep Singh Grang
2018-07-19[APInt] Keep the original bit width in quotient and remainderKrzysztof Parzyszek
2018-07-17Revert rL337292 due to another MSVC STL problem.Florian Hahn
2018-07-17Recommit r334887: [SmallSet] Add SmallSetIterator.Florian Hahn
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg
2018-07-13[cfi-verify] Support AArch64.Joel Galenson
2018-07-13[DomTreeUpdater] Ignore updates when both DT and PDT are nullptrsChijun Sima
2018-07-12Reverted r336805 as it broke llvm-clang-x86_64-expensive-checks-win build botGalina Kistanova
2018-07-12[Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume()Sam McCall
2018-07-12[Dominators] Add isUpdateLazy() method to the DomTreeUpdaterChijun Sima
2018-07-11[DebugInfo] Make children iterator bidirectionalJonas Devlieghere
2018-07-11Recommit r334887: [SmallSet] Add SmallSetIterator.Florian Hahn
2018-07-11Recommit r336653: [VPlan] Add VPlanTestBase.h with helperFlorian Hahn
2018-07-11Revert r336760: "[ORC] Add unit tests for the reexports utility that were..."Lang Hames
2018-07-11[ORC] Remove a shadowing definition.Lang Hames
2018-07-11[ORC] Add unit tests for the reexports utility that were left out of r336741,Lang Hames
2018-07-11[ORC] Drop constexpr in unit test to appease a bot.Lang Hames
2018-07-11[ORC] Use a gtest fixture to remove a bunch of boilerplate in CoreAPIsTest.cpp.Lang Hames
2018-07-10[ORC] Generalize alias materialization to support re-exports (i.e. aliasing ofLang Hames
2018-07-10Revert r336653 "[VPlan] Add VPlanTestBase.h with helper class to build VPlan ...Evgeniy Stepanov
2018-07-10[Support] Harded JSON against invalid UTF-8.Sam McCall
2018-07-10[VPlan] Add VPlanTestBase.h with helper class to build VPlan for tests.Florian Hahn
2018-07-09llvm: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta