summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2017-11-10[ADT] Rewrite mapped_iterator in terms of iterator_adaptor_base.Lang Hames
2017-11-09[Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar
2017-11-08Let replaceVTableHolder accept any type.Adrian Prantl
2017-11-08Convert FileOutputBuffer::commit to Error.Rafael Espindola
2017-11-08Update unittest too.Rafael Espindola
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-11-07Extend SpecialCaseList to allow users to blame matches on entries in the file.Mitch Phillips
2017-11-07[DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson
2017-11-07Silence MSVC error C2398Kristof Beyls
2017-11-07[GlobalISel] Enable legalizing non-power-of-2 sized types.Kristof Beyls
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-11-04Move these CMake projects into the Tests folder on IDEs like Visual Studio ra...Aaron Ballman
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2017-11-03[cfi-verify] Add blacklist parsing for result filtering.Mitch Phillips
2017-11-03Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman
2017-11-03[cfi-verify] Add an interesting unit test where undef search length changes r...Mitch Phillips
2017-11-01Fix APFloat mod signSerguei Katkov
2017-11-01Revert rL317019, "[ADT] Split optional to only include copy mechanics and dto...NAKAMURA Takumi
2017-10-31[ADT] Split optional to only include copy mechanics and dtor for non-trivial ...Benjamin Kramer
2017-10-27Fix llvm-special-case-list-fuzzer regexp exceptionVlad Tsyrklevich
2017-10-26Reapply r316582 [Local] Fix a bug in the domtree update logic for MergeBasicB...Balaram Makam
2017-10-25Revert r316582 [Local] Fix a bug in the domtree update logic for MergeBasicBl...Balaram Makam
2017-10-25Add FileVerifier::isCFIProtected().Mitch Phillips
2017-10-25[Local] Fix a bug in the domtree update logic for MergeBasicBlockIntoOnlyPred.Balaram Makam
2017-10-24Check special-case-list regex before insertion.Mitch Phillips
2017-10-24Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verifySam Clegg
2017-10-24Restore the fix rL316059 eliminated by rL316372Serguei Katkov
2017-10-24Support formatv of TimePoint with strftime-style formats.Sam McCall
2017-10-23[codeview] Add support for inlinee listsReid Kleckner
2017-10-23Add a new Simulator entry for the target triple environment.Bob Wilson
2017-10-23Made llvm-cfi-verify not execute unit tests on non-x86 builds.Mitch Phillips
2017-10-23Graph builder implementation.Mitch Phillips
2017-10-23Fix FormatVariadicTest with GCCJonas Hahnfeld
2017-10-23Accidently merged an incomplete upstream patch in 10e6ee563a6b5ca498f27972ca6...Mitch Phillips
2017-10-23Patch inMitch Phillips
2017-10-23Support formatting formatv_objects.Sam McCall
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