OSDN Git Service

[X86] Improve load folding of scalar rcp28 and rsqrt28 instructions using sse_load_f3...
[android-x86/external-llvm.git] / unittests /
2017-11-18 Walter Lee[asan] Add a full redzone after every stack variable
2017-11-17 David BlaikieFix a bunch more layering of CodeGen headers that are...
2017-11-16 Aaron Smith[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB...
2017-11-16 Max Kazantsev[SCEV][NFC] Introduce isSafeToExpandAt function to...
2017-11-16 Eric ChristopherNeed to work around the gcc Wunused-function bug as...
2017-11-15 Mitch Phillips[cfi-verify] Validate there are no register clobbers...
2017-11-10 Mitch Phillips[cfi-verify] Made FileAnalysis operate on a GraphResult...
2017-11-10 Lang Hames[ADT] Rewrite mapped_iterator in terms of iterator_adap...
2017-11-09 Vedant Kumar[Coverage] Use the wrapped segment when a line has...
2017-11-08 Adrian PrantlLet replaceVTableHolder accept any type.
2017-11-08 Rafael EspindolaConvert FileOutputBuffer::commit to Error.
2017-11-08 Rafael EspindolaUpdate unittest too.
2017-11-08 David BlaikieTarget/TargetInstrInfo.h -> CodeGen/TargetInstrInfo...
2017-11-07 Mitch PhillipsExtend SpecialCaseList to allow users to blame matches...
2017-11-07 Paul Robinson[DWARFv5] Support DW_FORM_strp in the .debug_line header.
2017-11-07 Kristof BeylsSilence MSVC error C2398
2017-11-07 Kristof Beyls[GlobalISel] Enable legalizing non-power-of-2 sized...
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...
next