OSDN Git Service

[WebAssembly] Add WebAssembly to LLVM_ALL_TARGETS
[android-x86/external-llvm.git] / unittests /
2018-10-03 Matthew VossEmit template type and value parameter DIEs for templat...
2018-10-02 Oliver Stannard[AArch64][v8.5A] Add MTE as an optional AArch64 extension
2018-10-01 Sam McCall[Support] Listing a directory containing dangling symli...
2018-09-30 Lang Hames[ORC] Add an 'intern' method to ExecutionEngine for...
2018-09-30 Lang Hames[ORC] Extract and tidy up JITTargetMachineBuilder,...
2018-09-28 Thomas Lively[ValueTracking] Allow select patterns to work on FP...
2018-09-28 Lang Hames[ORC] Fix the unit tests that were broken by r343323.
2018-09-28 Peter Smith[ARM] Remove non-existent cpu arm1176j-s and use mpcore...
2018-09-28 Lang Hames[ORC] clang-format the ThreadSafeModule code.
2018-09-27 Oliver Stannard[AArch64][v8.5A] Add Armv8.5-A random number instructions
2018-09-27 Guillaume Chatelet[llvm-exegesis][NFC] moving code around.
2018-09-27 Simon Atanasyan[mips] Add support MIPS r6 Debian triples
2018-09-27 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
2018-09-27 Lang HamesRe-reapply r343129 with more fixes.
2018-09-27 Lang HamesRevert "Re-revert r343129."
2018-09-26 Lang HamesRe-revert r343129.
2018-09-26 Lang HamesReapply r343129 with fix.
2018-09-26 Lang HamesRevert r343129 "[ORC] Change the field order of ThreadS...
2018-09-26 Lang Hames[ORC] Change the field order of ThreadSafeModule to...
2018-09-26 Clement Courbet[llvm-exegesis] Get rid of debug_string.
2018-09-26 Oliver Stannard[ARM/AArch64] Add target parser unit tests for Armv8.4-A
2018-09-26 Oliver Stannard[ARM/AArch64][v8.5A] Add Armv8.5-A target
2018-09-26 Clement Courbet[llvm-exegesis] Output the unscaled value as well as...
2018-09-26 Lang Hames[ORC] Add a "lazy call-through" utility based on the...
2018-09-26 Lang Hames[ORC] Refactor trampoline pool management out of JITCom...
2018-09-26 Lang Hames[ORC] Add ThreadSafeModule and ThreadSafeContext wrappe...
2018-09-25 Guillaume Chatelet[llvm-exegesis] Serializes registers initial values.
2018-09-25 Guillaume Chatelet[llvm-exegesis] Fix broken test.
2018-09-25 Guillaume Chatelet[llvm-exegesis][NFC] Rewrite of the YAML serialization.
2018-09-25 David Green[LoopUnroll] Add check to Latch's terminator in UnrollR...
2018-09-21 Fedor Sergeev[New PM][PassInstrumentation] Adding PassInstrumentatio...
2018-09-20 David BlaikieFix DenseSet::ConstIterator typedefs
2018-09-20 David BlaikieRemove an unused function
2018-09-20 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-20 Sanjay Patel[IR] add shuffle query for vector concatenation
2018-09-20 Sanjay Patel[IR] reduce duplication in unittest for shuffles; NFC
2018-09-20 Guillaume Chatelet[llvm-exegesis] Fix broken build bots.
2018-09-20 Guillaume Chatelet[llvm-exegesis] Improve Register Setup (roll forward...
2018-09-20 Eric ChristopherTemporarily Revert "[New PM] Introducing PassInstrument...
2018-09-19 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-19 Juergen RibutzkaFix the build when LLVM_TARGETS_TO_BUILD is empty.
2018-09-19 Fedor SergeevRevert rL342544: [New PM] Introducing PassInstrumentati...
2018-09-19 Simon PilgrimFix -Wsign-compare warnings. NFCI
2018-09-19 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-19 Simon Pilgrim[ADT][BitVector] Add push_back()
2018-09-18 Zachary TurnerFix function signature to actually be an override.
2018-09-18 Simon PilgrimRevert rL342465: Added function to set a register to...
2018-09-18 Simon PilgrimRevert rL342466: [llvm-exegesis] Improve Register Setup.
2018-09-18 Nico WeberRemove dead function user_cache_directory()
2018-09-18 Guillaume Chatelet[llvm-exegesis] Improve Register Setup.
2018-09-18 Guillaume ChateletAdded function to set a register to a particular value...
2018-09-18 Guillaume ChateletImprove Register Setup
2018-09-17 Simon Atanasyan[mips] Fix MIPS N32 ABI triples support
2018-09-17 Alexander KornienkoUse createTemporaryFile in SampleProfTest
2018-09-17 Guillaume Chatelet[llvm-exegesis] Add predefined floating point values...
2018-09-16 Simon PilgrimFix -Wdangling-else gcc warning. NFCI.
2018-09-15 Nico WeberRevert r342148 (and follow-on fix attempts r342154...
2018-09-15 Wei MiFix filesystem race issue in SampleProfTest introduced...
2018-09-14 Wei Mi[SampleFDO] Add FunctionOffsetTable in compact binary...
2018-09-14 Nico WeberIntroduce explicit add_unittest_with_input_files target...
2018-09-13 Richard Diamond[NFC] Link LLVMCore into LLVMExegesisARMTests.
2018-09-13 Roman LebedevLLVMExegesisX86Tests: link to LLVMCore, too.
2018-09-13 Volodymyr SapsaiRevert "[cmake] Fix a unittest when `LLVM_LINK_LLVM_DYL...
2018-09-13 Richard SmithFix a couple of mangling canonicalizer corner case...
2018-09-13 Richard SmithCommon infrastructure for reading a profile remapping...
2018-09-13 Richard Diamond[cmake] Fix a unittest when `LLVM_LINK_LLVM_DYLIB`...
2018-09-13 Clement Courbet[llvm-exegesis][NFC] Split BenchmarkRunner class
2018-09-12 Lang Hames[ORC] Add a special 'main' JITDylib that is created...
2018-09-12 Kristof Umann[ADT] Made numerous methods of ImmutableList const
2018-09-11 Johannes Doerfert[LoopInfo][FIX] Remove leftover dump in unit test
2018-09-11 Johannes Doerfert[LoopInfo] Fix Loop::getLoopID() for loops with multipl...
2018-09-11 Dean Michael Berris[XRay] Add TSC to NewCPUId Records
2018-09-11 Heejin Ahn[XRay] Add missing LLVMTestingSupport target_link_libraries
2018-09-11 Dean Michael Berris[XRay] Add the `llvm-xray fdr-dump` implementation
2018-09-10 Zachary Turner[PDB] Change uint32_t to SymIndex wherever it makes...
2018-09-10 Alina SbirleaAPI to update MemorySSA for cloned blocks and added...
2018-09-10 Petr Hosek[ADT] Support converting to lowercase string in toHex
2018-09-10 Dean Michael Berris[XRay] Add a BlockVerifier visitor for FDR Records
2018-09-07 Alexandre Ganea[Error] Reintroduce type validation in createFileError()
2018-09-07 Dean Michael BerrisRevert "[XRay] Add a BlockVerifier visitor for FDR...
2018-09-07 Dean Michael Berris[XRay] Add a BlockVerifier visitor for FDR Records
2018-09-06 Fangrui SongQuick fix for -DBUILD_SHARED_LIBS=on build after rL341502
2018-09-06 Lang Hames[ORC] Make RuntimeDyldObjectLinkingLayer2 take memory...
2018-09-06 Scott LinderMove init code in AArch64SelectionDAGTest to SetUpTestC...
2018-09-06 Zachary TurnerFix a warning.
2018-09-06 Dean Michael Berris[XRay] Add a BlockIndexer visitor for FDR Records.
2018-09-05 Zachary Turner[PDB] Refactor the PDB symbol classes to fix a reuse...
2018-09-05 Zachary TurnerAdd support for unittest inputs.
2018-09-05 Lang HamesRemove some unnecessary constructor arguments.
2018-09-05 Dean Michael Berris[XRay] Use a function to return a constant
2018-09-05 Dean Michael Berris[XRay] Use `const` instead of `constexpr` in storage...
2018-09-05 Dean Michael Berris[XRay] Add a RecordPrinter visitor for FDR Records
2018-09-04 Jordan Rupprecht[Codegen] Fix test added in rL341380: AArch64SelectionD...
2018-09-04 Scott Linder[CodeGen] Fix remaining zext() assertions in SelectionDAG
2018-09-03 Brian GesiakRevert r341329 due to MSAN error
2018-09-03 Brian GesiakRe-push "[Option] Fix PR37006 prefix choice in findNearest"
2018-09-03 Argyrios KyrtzidisAdd header guards to some headers that are missing...
2018-09-03 Nico WeberRename a few unittests/.../Foo.cpp files to FooTest.cpp
2018-09-02 Lang Hames[ORC] Tidy up JITSymbolFlags to remove the need for...
2018-08-31 Dean Michael Berris[XRay] Use correct type for PID records
next