OSDN Git Service

[IPO/LowerTypesTest] Skip blockaddress(es) when replacing uses.
[android-x86/external-llvm.git] / unittests /
2017-11-06 Sanjay Patel[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math...
2017-11-04 Aaron BallmanMove these CMake projects into the Tests folder on...
2017-11-03 David BlaikieMove TargetFrameLowering.h to CodeGen where it's implem...
2017-11-03 Mitch Phillips[cfi-verify] Add blacklist parsing for result filtering.
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2017-11-03 Mitch Phillips[cfi-verify] Add an interesting unit test where undef...
2017-11-01 Serguei KatkovFix APFloat mod sign
2017-11-01 NAKAMURA TakumiRevert rL317019, "[ADT] Split optional to only include...
2017-10-31 Benjamin Kramer[ADT] Split optional to only include copy mechanics...
2017-10-27 Vlad TsyrklevichFix llvm-special-case-list-fuzzer regexp exception
2017-10-26 Balaram MakamReapply r316582 [Local] Fix a bug in the domtree update...
2017-10-25 Balaram MakamRevert r316582 [Local] Fix a bug in the domtree update...
2017-10-25 Mitch PhillipsAdd FileVerifier::isCFIProtected().
2017-10-25 Balaram Makam[Local] Fix a bug in the domtree update logic for Merge...
2017-10-24 Mitch PhillipsCheck special-case-list regex before insertion.
2017-10-24 Sam CleggFix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verify
2017-10-24 Serguei KatkovRestore the fix rL316059 eliminated by rL316372
2017-10-24 Sam McCallSupport formatv of TimePoint with strftime-style formats.
2017-10-23 Reid Kleckner[codeview] Add support for inlinee lists
2017-10-23 Bob WilsonAdd a new Simulator entry for the target triple environ...
2017-10-23 Mitch PhillipsMade llvm-cfi-verify not execute unit tests on non...
2017-10-23 Mitch PhillipsGraph builder implementation.
2017-10-23 Jonas HahnfeldFix FormatVariadicTest with GCC
2017-10-23 Mitch PhillipsAccidently merged an incomplete upstream patch in 10e6e...
2017-10-23 Mitch PhillipsPatch in
2017-10-23 Sam McCallSupport formatting formatv_objects.
2017-10-19 Max KazantsevRevert rL316156 due to failure on APFloatTest.fromToStr...
2017-10-19 Serguei KatkovFix APFloat from string conversion for Inf
2017-10-19 Vedant Kumar[Coverage] Simplify r316141. NFC.
2017-10-18 Vedant Kumar[llvm-cov] Move LineCoverageIterator to libCoverage...
2017-10-18 NAKAMURA TakumiUntabify.
2017-10-18 Vlad TsyrklevichStatically link llvm-cfi-verify's libraries.
2017-10-17 Sanjoy DasRevert "[SCEV] Maintain and use a loop->loop invalidati...
2017-10-16 Matthew Simpson[SparsePropagation] Enable interprocedural analysis
2017-10-15 Krzysztof Parzyszek[unittests] Only build llvm-cfi-verify if X86 is in...
2017-10-15 Vitaly BukaRemove unused variables
2017-10-13 Sanjoy Das[SCEV] Maintain and use a loop->loop invalidation depen...
2017-10-13 Sanjoy Das[SCEV] Maintain loop use lists, and use them in forgetLoop
2017-10-12 Adam NemetAdd DK_Remark to SMDiagnostic
2017-10-12 Matthias BraunRevert "TargetMachine: Merge TargetMachine and LLVMTarg...
2017-10-12 Matthias BraunTargetMachine: Merge TargetMachine and LLVMTargetMachine
2017-10-12 Vlad Tsyrklevich[cfi-verify] Fix typo, actually check X86 target
2017-10-12 Diana PicusMachineInstr: Make isEqual agree with getHashValue...
2017-10-12 Vlad Tsyrklevich[cfi-verify] Fix unittest failures w/o x86 target
2017-10-11 Zachary TurnerRevert "[ADT] Make Twine's copy constructor private."
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-10-11 Zachary Turner[ADT] Make Twine's copy constructor private.
2017-10-11 Vlad TsyrklevichMC Helpers for llvm-cfi-verify.
2017-10-11 Vlad TsyrklevichReland 'Classify llvm-cfi-verify.'
2017-10-11 Daniel Neilson[SCEV] Properly handle the case of a non-constant start...
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-10-10 Peter CollingbourneSupport: Have directory_iterator::status() return FindF...
2017-10-10 Vlad TsyrklevichRevert "Classify llvm-cfi-verify."
2017-10-10 Vlad TsyrklevichClassify llvm-cfi-verify.
2017-10-08 Benjamin KramerRemove unused variables. No functionality change.
2017-10-08 Benjamin KramerRemove unused variables. No functionality change.
2017-10-06 Peter CollingbourneSupport: Rewrite Windows implementation of sys::fs...
2017-10-06 Jakub Kuderski[CodeExtractor] Fix multiple bugs under certain shape...
2017-10-02 Adrian PrantlMove the stripping of invalid debug info from the Verif...
2017-09-29 Tim Renouf[Triple] Add AMDPAL operating system type
2017-09-29 Lang Hames[ORC] Replace decltype with a concrete type to make...
2017-09-28 Evgeniy StepanovFix -Werror build.
2017-09-28 Lang Hames[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyL...
2017-09-28 Florian Hahn[LVI] Move LVILatticeVal class to separate header file...
2017-09-28 Sanjoy DasUse a BumpPtrAllocator for Loop objects
2017-09-28 Lang Hames[ORC] Update the GlobalMappingLayer interface to fit...
2017-09-27 Rui UeyamaFix off-by-one error in TarWriter.
2017-09-25 Vlad TsyrklevichAdd section headers to SpecialCaseLists
2017-09-25 Chad Rosier[AArch64] Add basic support for Qualcomm's Saphira...
2017-09-22 Balaram Makam [Falkor] Add falkor CPU to host detection
2017-09-22 Daniel Neilson[SCEV] Generalize folding of trunc(x)+n*trunc(y) into...
2017-09-22 Sanjoy DasRename markAsErased to erase, as pointed out in a previ...
2017-09-21 Reid KlecknerRe-land r313825: "[IR] Add llvm.dbg.addr, a control...
2017-09-19 Sanjoy Das[LoopInfo] Make LoopBase and Loop destructors non-public
2017-09-19 Reid KlecknerRe-land "Fix Bug 30978 by emitting cv file checksums."
2017-09-18 Jonas Devlieghere[dwarfdump] Make .eh_frame an alias for .debug_frame
2017-09-17 Lang Hames[ORC] Hook up the LLVMOrcAddObjectFile function in...
2017-09-16 Eric BeckmannRevert "Fix Bug 30978 by emitting cv file checksums."
2017-09-15 Reid KlecknerFix build for LLVM unittests
2017-09-15 Sam CleggChange encodeU/SLEB128 to pad to certain number of...
2017-09-15 Eric BeckmannFix Bug 30978 by emitting cv file checksums.
2017-09-14 Jonas Devlieghere[dwarfdump] Add DWARF verifiers for address ranges
2017-09-14 Jonas DevlieghereRevert "[dwarfdump] Add DWARF verifiers for address...
2017-09-14 Jonas Devlieghere[dwarfdump] Add DWARF verifiers for address ranges
2017-09-14 Simon Atanasyan[mips] Recognise the triple used by Debian for MIPS...
2017-09-13 Eli Friedman[ARM] Add more CPUs to host detection
2017-09-13 Vedant Kumar[unittests] Fix up test after rL313156
2017-09-13 Simon Atanasyan[mips] Add unitests to check parsing MIPS triples. NFC
2017-09-13 Alexander KornienkoConvenience/safety fix for llvm::sys::Execute(And|No...
2017-09-12 Peter CollingbourneIR: Represent -ggnu-pubnames with a flag on the DICompi...
2017-09-09 NAKAMURA TakumiCoverageMappingTest.cpp: Suppress warnings. [-Wdocument...
2017-09-08 Vedant Kumar[Coverage] Build sorted and unique segments
2017-09-08 Jonas Devlieghere[dwarfdump] Verify line table prologue
2017-09-07 Lang Hames[ORC] Add ErrorSuccess and void specializations to...
2017-09-05 Lang Hames[ORC] Convert null remote symbols to null JITSymbols.
2017-09-05 Davide Italiano[unittest/ReverseIteration] Unbreak when compiling...
2017-09-05 Mandeep Singh Grang[unittests] Add reverse iteration unit test for pointer...
2017-09-05 Daniel Neilson[SCEV] Ensure ScalarEvolution::createAddRecFromPHIWithC...
2017-09-05 Lang Hames[ORC] Add a pair of ORC layers that forward object...
2017-09-03 Lang Hames[ORC] Add an Error return to the JITCompileCallbackMana...
next