summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
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
2018-07-09[ORC] Rename MaterializationResponsibility::delegate to replace and add a newLang Hames
2018-07-09[VPlan][LV] Introduce condition bit in VPBlockBaseDiego Caballero
2018-07-09[Support] Allow JSON serialization of Optional<T> for supported T.Sam McCall
2018-07-09[Support] Make JSON handle doubles and int64s losslesslySam McCall
2018-07-09Lift JSON library from clang-tools-extra/clangd to llvm/Support.Sam McCall
2018-07-07Test commitChijun Sima
2018-07-07[Support] Clear errno before calling the function in RetryAfterSignal.Chandler Carruth
2018-07-06[Local] replaceAllDbgUsesWith: Update debug values before RAUWVedant Kumar
2018-07-06[Support] Make support types more easily printable.Sam McCall
2018-07-05[OpenEmbedded] Add OpenEmbedded vendorMandeep Singh Grang
2018-07-04Silence an MSVC C4189 warning about a local variable being initialized but no...Aaron Ballman
2018-07-04[Dominators] Add DomTreeUpdater constructor from DT* and PDT*Jakub Kuderski
2018-07-04[ThinLTO] Update ThinLTO cache file atimes when on WindowsAndrew Ng
2018-07-03[llvm-exegesis] Adjust AArch64 unit testJohn Brawn
2018-07-03[llvm-exegesis] Add an AArch64 targetJohn Brawn
2018-07-03[Support] This sanity check in the test only works with certain versionsChandler Carruth
2018-07-03[llvm-exegesis] ExegisX86Target::setRegToConstant() should depend on the subt...Clement Courbet
2018-07-03Reappl "[Dominators] Add the DomTreeUpdater class"Jakub Kuderski
2018-07-03[Support] Fix llvm::unique_function when building with GCC 4.9 byChandler Carruth
2018-07-02[ADT] Add llvm::unique_function which is like std::function butChandler Carruth
2018-07-02Revert "[Dominators] Add the DomTreeUpdater class"Jakub Kuderski
2018-07-02[Dominators] Add the DomTreeUpdater classJakub Kuderski
2018-06-28[SupportTests] Silence -Wsign-compare warningsBenjamin Kramer
2018-06-28Fix padding with custom character in formatv.Zachary Turner
2018-06-28Add a flag to FileOutputBuffer that allows modification.Zachary Turner
2018-06-28[PhiValues] Adjust unit test to invalidate instructions before deleting themJohn Brawn
2018-06-28Add a PhiValuesAnalysis pass to calculate the underlying values of phisJohn Brawn
2018-06-28Revert "ADT: Move ArrayRef comparison operators into the class"Pavel Labath
2018-06-28ADT: Move ArrayRef comparison operators into the classPavel Labath
2018-06-27Move some code from PDBFileBuilder to MSFBuilder.Zachary Turner
2018-06-27[ADT] drop_begin: use adl_begin/adl_end. NFC.Michael Kruse
2018-06-27[ValueLattice] Return false if value range did not change in mergeIn.Florian Hahn