summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2017-11-30Split TypeTableBuilder into two classes.Zachary Turner
2017-11-30[FuzzMutate] Correctly handle vector types in the insertvalue operationIgor Laevsky
2017-11-30[FuzzMutate] Don't use index operands as sinksIgor Laevsky
2017-11-30[FuzzMutate] Pick correct index for the insertvalue instructionIgor Laevsky
2017-11-30[FuzzMutate] Don't create load as a new source if it doesn't match with the d...Igor Laevsky
2017-11-30[FuzzMutate] Don't crash when we can't remove instruction from empty functionIgor Laevsky
2017-11-30[Coverage] Use the most-recent completed region count (PR35437)Vedant Kumar
2017-11-28[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner
2017-11-28[Support] Add unit test for printLowerCaseFrancis Visoiu Mistrih
2017-11-27[cmake] Pass -Wl,-z,nodelete on Linux to prevent unloadingMichal Gorny
2017-11-27Fixed the ability to recursively get an attribute value from a DWARFDie.Greg Clayton
2017-11-27Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...David Blaikie
2017-11-27Fix -Werror build for signed/unsigned comparison with use of explicit unsigne...David Blaikie
2017-11-27[BinaryStream] Support growable streams.Zachary Turner
2017-11-27[NFC] Add missing unit tests for EquivalenceClassesMax Kazantsev
2017-11-23[YAMLParser] Don't crash on null keys in KeyValueNodes.Benjamin Kramer
2017-11-22Allow TempFile::discard to be called twice.Rafael Espindola
2017-11-20Add ADL support to range based <algorithm> extensionsDavid Blaikie
2017-11-18[asan] Add a full redzone after every stack variableWalter Lee
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-16[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith
2017-11-16[SCEV][NFC] Introduce isSafeToExpandAt function to SCEVExpanderMax Kazantsev
2017-11-16Need to work around the gcc Wunused-function bug as far back as gcc 6.1, upda...Eric Christopher
2017-11-15[cfi-verify] Validate there are no register clobbers between CFI-check and in...Mitch Phillips
2017-11-10[cfi-verify] Made FileAnalysis operate on a GraphResult rather than build one...Mitch Phillips
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