OSDN Git Service

Merging r338703 and r338709:
[android-x86/external-llvm.git] / unittests /
2018-08-01 Jonas Devlieghere[DebugInfo] Have custom std::reverse_iterator<DWARFDie>
2018-07-31 Alexandre Ganea[CodeView] Minimal support for S_UNAMESPACE records
2018-07-31 Diego Caballero[VPlan] Introduce VPLoopInfo analysis.
2018-07-30 Diego Caballero[VPlan] Introduce VPlan-based dominator analysis.
2018-07-30 Lang Hames[ORC] Add SerializationTraits for std::set and std...
2018-07-27 Wouter van OortmerssenRevert "[WebAssembly] Added default stack-only instruct...
2018-07-27 Wouter van Oortmerssen[WebAssembly] Added default stack-only instruction...
2018-07-26 Vedant Kumar[DebugInfo] LowerDbgDeclare: Add derefs when handling...
2018-07-26 Michael Kruse[ADT] Replace std::isprint by llvm::isPrint.
2018-07-26 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-26 Pavel Labathdwarfgen: Don't create an AsmPrinter with an invalid...
2018-07-26 Victor Leschuk[Support] Introduce createStringError helper function
2018-07-25 Pavel LabathRevert "dwarfgen: Add support for generating the debug_...
2018-07-25 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-25 Pavel LabathRevert "dwarfgen: Add support for generating the debug_...
2018-07-25 Pavel Labathdwarfgen: Add support for generating the debug_str_offs...
2018-07-24 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-23 George Burgess IV[DebugCounters] Keep track of total counts
2018-07-21 Lang Hames[ORC] Re-apply r336760 with fixes.
2018-07-20 Lang HamesRe-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.
2018-07-20 Benjamin Kramer[ADT] Only run death tests in !NDEBUG
2018-07-20 Reid KlecknerRevert r337595 "[ORC] Add new symbol lookup methods...
2018-07-20 Lang Hames[ORC] Add new symbol lookup methods to ExecutionSession...
2018-07-20 Lang Hames[ORC] Simplify VSO::lookupFlags to return the flags...
2018-07-20 Lang Hames[ORC] Replace SymbolResolvers in the new ORC layers...
2018-07-20 Zachary TurnerAdd llvm::Any.
2018-07-19 Mandeep Singh Grang[OpenEmbedded] Add a unittest for aarch64-oe-linux
2018-07-19 Krzysztof Parzyszek[APInt] Keep the original bit width in quotient and...
2018-07-17 Florian HahnRevert rL337292 due to another MSVC STL problem.
2018-07-17 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-16 Sam Clegg[WebAssembly] Remove ELF file support.
2018-07-13 Joel Galenson[cfi-verify] Support AArch64.
2018-07-13 Chijun Sima[DomTreeUpdater] Ignore updates when both DT and PDT...
2018-07-12 Galina KistanovaReverted r336805 as it broke llvm-clang-x86_64-expensiv...
2018-07-12 Sam McCall[Support] Require llvm::Error passed to formatv() to...
2018-07-12 Chijun Sima[Dominators] Add isUpdateLazy() method to the DomTreeUp...
2018-07-11 Jonas Devlieghere[DebugInfo] Make children iterator bidirectional
2018-07-11 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-11 Florian HahnRecommit r336653: [VPlan] Add VPlanTestBase.h with...
2018-07-11 Lang HamesRevert r336760: "[ORC] Add unit tests for the reexports...
2018-07-11 Lang Hames[ORC] Remove a shadowing definition.
2018-07-11 Lang Hames[ORC] Add unit tests for the reexports utility that...
2018-07-11 Lang Hames[ORC] Drop constexpr in unit test to appease a bot.
2018-07-11 Lang Hames[ORC] Use a gtest fixture to remove a bunch of boilerpl...
2018-07-10 Lang Hames[ORC] Generalize alias materialization to support re...
2018-07-10 Evgeniy StepanovRevert r336653 "[VPlan] Add VPlanTestBase.h with helper...
2018-07-10 Sam McCall[Support] Harded JSON against invalid UTF-8.
2018-07-10 Florian Hahn[VPlan] Add VPlanTestBase.h with helper class to build...
2018-07-09 Manoj Guptallvm: Add support for "-fno-delete-null-pointer-checks"
2018-07-09 Lang Hames[ORC] Rename MaterializationResponsibility::delegate...
2018-07-09 Diego Caballero[VPlan][LV] Introduce condition bit in VPBlockBase
2018-07-09 Sam McCall[Support] Allow JSON serialization of Optional<T> for...
2018-07-09 Sam McCall[Support] Make JSON handle doubles and int64s losslessly
2018-07-09 Sam McCallLift JSON library from clang-tools-extra/clangd to...
2018-07-07 Chijun SimaTest commit
2018-07-07 Chandler Carruth[Support] Clear errno before calling the function in...
2018-07-06 Vedant Kumar[Local] replaceAllDbgUsesWith: Update debug values...
2018-07-06 Sam McCall[Support] Make support types more easily printable.
2018-07-05 Mandeep Singh Grang[OpenEmbedded] Add OpenEmbedded vendor
2018-07-04 Aaron BallmanSilence an MSVC C4189 warning about a local variable...
2018-07-04 Jakub Kuderski[Dominators] Add DomTreeUpdater constructor from DT...
2018-07-04 Andrew Ng[ThinLTO] Update ThinLTO cache file atimes when on...
2018-07-03 John Brawn[llvm-exegesis] Adjust AArch64 unit test
2018-07-03 John Brawn[llvm-exegesis] Add an AArch64 target
2018-07-03 Chandler Carruth[Support] This sanity check in the test only works...
2018-07-03 Clement Courbet[llvm-exegesis] ExegisX86Target::setRegToConstant(...
2018-07-03 Jakub KuderskiReappl "[Dominators] Add the DomTreeUpdater class"
2018-07-03 Chandler Carruth[Support] Fix llvm::unique_function when building with...
2018-07-02 Chandler Carruth[ADT] Add llvm::unique_function which is like std:...
2018-07-02 Jakub KuderskiRevert "[Dominators] Add the DomTreeUpdater class"
2018-07-02 Jakub Kuderski[Dominators] Add the DomTreeUpdater class
2018-06-28 Benjamin Kramer[SupportTests] Silence -Wsign-compare warnings
2018-06-28 Zachary TurnerFix padding with custom character in formatv.
2018-06-28 Zachary TurnerAdd a flag to FileOutputBuffer that allows modification.
2018-06-28 John Brawn[PhiValues] Adjust unit test to invalidate instructions...
2018-06-28 John BrawnAdd a PhiValuesAnalysis pass to calculate the underlyin...
2018-06-28 Pavel LabathRevert "ADT: Move ArrayRef comparison operators into...
2018-06-28 Pavel LabathADT: Move ArrayRef comparison operators into the class
2018-06-27 Zachary TurnerMove some code from PDBFileBuilder to MSFBuilder.
2018-06-27 Michael Kruse[ADT] drop_begin: use adl_begin/adl_end. NFC.
2018-06-27 Florian Hahn[ValueLattice] Return false if value range did not...
2018-06-27 Nico WeberBuild TaskQueueTest in threads=on builds, fixes regress...
2018-06-27 Justin Bogner[ADT] Pass DerivedT from pointe{e,r}_iterator to iterat...
2018-06-26 Vedant KumarRename skipDebugInfo -> skipDebugIntrinsics, NFC
2018-06-26 Tim Shen[ConstantRange] Add support of mul in makeGuaranteedNoW...
2018-06-26 Nico WeberFix LLVM_ENABLE_THREADS=0 builds after r335440.
2018-06-26 Clement Courbet[llvm-exegesis] Get the BenchmarkRunner from the Exeges...
2018-06-26 Lang Hames[ORC] Add a symbolAliases function to the Core APIs.
2018-06-25 Tim Shen[APInt] Add helpers for rounding u/sdivs.
2018-06-25 Eric ChristopherFix unsigned/signed comparison failure in unittest.
2018-06-25 Clement Courbet[llvm-exegesis][NFC] Remove unnecessary member variables.
2018-06-25 Clement Courbet[llvm-exegesis] Generate snippet setup code.
2018-06-25 Zachary TurnerOne more build fix for non MSVC compilers.
2018-06-25 Zachary TurnerAdd a TaskQueue that can serialize work on a ThreadPool.
2018-06-25 Heejin Ahn[WebAssembly] Add WebAssemblyException information...
2018-06-20 Clement Courbet[llvm-exegesis] Add mechanism to add target-specific...
2018-06-20 Guillaume Chatelet[llvm-exegesis] Fix failing test.
2018-06-20 Guillaume Chatelet[llvm-exegesis] Use a Prototype to defer picking a...
2018-06-20 Sjoerd Meijer[PatternMatch] Add m_Store pattern match helper
2018-06-19 Vedant Kumar[IR] Introduce helpers to skip debug instructions ...
next