summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2017-10-19Revert rL316156 due to failure on APFloatTest.fromToStringSpecialsMax Kazantsev
2017-10-19Fix APFloat from string conversion for InfSerguei Katkov
2017-10-19[Coverage] Simplify r316141. NFC.Vedant Kumar
2017-10-18[llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar
2017-10-18Untabify.NAKAMURA Takumi
2017-10-18Statically link llvm-cfi-verify's libraries.Vlad Tsyrklevich
2017-10-17Revert "[SCEV] Maintain and use a loop->loop invalidation dependency"Sanjoy Das
2017-10-16[SparsePropagation] Enable interprocedural analysisMatthew Simpson
2017-10-15[unittests] Only build llvm-cfi-verify if X86 is in LLVM_TARGETS_TO_BUILDKrzysztof Parzyszek
2017-10-15Remove unused variablesVitaly Buka
2017-10-13[SCEV] Maintain and use a loop->loop invalidation dependencySanjoy Das
2017-10-13[SCEV] Maintain loop use lists, and use them in forgetLoopSanjoy Das
2017-10-12Add DK_Remark to SMDiagnosticAdam Nemet
2017-10-12Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun
2017-10-12TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun
2017-10-12[cfi-verify] Fix typo, actually check X86 targetVlad Tsyrklevich
2017-10-12MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionT...Diana Picus
2017-10-12[cfi-verify] Fix unittest failures w/o x86 targetVlad Tsyrklevich
2017-10-11Revert "[ADT] Make Twine's copy constructor private."Zachary Turner
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames
2017-10-11[ADT] Make Twine's copy constructor private.Zachary Turner
2017-10-11MC Helpers for llvm-cfi-verify.Vlad Tsyrklevich
2017-10-11Reland 'Classify llvm-cfi-verify.'Vlad Tsyrklevich
2017-10-11[SCEV] Properly handle the case of a non-constant start with a zero accum in ...Daniel Neilson
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames
2017-10-10Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne
2017-10-10Revert "Classify llvm-cfi-verify."Vlad Tsyrklevich
2017-10-10Classify llvm-cfi-verify.Vlad Tsyrklevich
2017-10-08Remove unused variables. No functionality change.Benjamin Kramer
2017-10-08Remove unused variables. No functionality change.Benjamin Kramer
2017-10-06Support: Rewrite Windows implementation of sys::fs::rename to be more POSIXy.Peter Collingbourne
2017-10-06[CodeExtractor] Fix multiple bugs under certain shape of extracted regionJakub Kuderski
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl
2017-09-29[Triple] Add AMDPAL operating system typeTim Renouf
2017-09-29[ORC] Replace decltype with a concrete type to make MSVC happy.Lang Hames
2017-09-28Fix -Werror build.Evgeniy Stepanov
2017-09-28[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor.Lang Hames
2017-09-28[LVI] Move LVILatticeVal class to separate header file (NFC).Florian Hahn
2017-09-28Use a BumpPtrAllocator for Loop objectsSanjoy Das
2017-09-28[ORC] Update the GlobalMappingLayer interface to fit the error-ized layerLang Hames
2017-09-27Fix off-by-one error in TarWriter.Rui Ueyama
2017-09-25Add section headers to SpecialCaseListsVlad Tsyrklevich
2017-09-25[AArch64] Add basic support for Qualcomm's Saphira CPU.Chad Rosier
2017-09-22 [Falkor] Add falkor CPU to host detectionBalaram Makam
2017-09-22[SCEV] Generalize folding of trunc(x)+n*trunc(y) into folding m*trunc(x)+n*tr...Daniel Neilson
2017-09-22Rename markAsErased to erase, as pointed out in a previous review; NFCSanjoy Das
2017-09-21Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...Reid Kleckner
2017-09-19[LoopInfo] Make LoopBase and Loop destructors non-publicSanjoy Das
2017-09-19Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner
2017-09-18[dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere