summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2017-12-08[FuzzMutate] Correctly insert sinks and sources around invoke instructionsIgor Laevsky
2017-12-07[ORC] Mark SymbolStringPool methods as inline to avoid linkage errors, add aLang Hames
2017-12-07[DebugInfo] Fix register variables not showing up in pdb.Zachary Turner
2017-12-07[ModRefInfo] Make enum ModRefInfo an enum class [NFC].Alina Sbirlea
2017-12-07[FuzzMutate] Allow only sized pointers for the GEP instructionIgor Laevsky
2017-12-07[Testing/Support] Make matchers work with Expected<T&>Pavel Labath
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-07[Coverage] Scan ahead for the most-recent completed count (PR35495)Vedant Kumar
2017-12-05[CodeView] Add support for content hashing CodeView type records.Zachary Turner
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-12-05[Orc] Add a SymbolStringPool data structure for efficient storage and fastLang Hames
2017-12-05[ConstantRange] Support subtraction in makeGuaranteedNoWrapRegion.Joel Galenson
2017-12-05Fix build bot after r319750 "[Support/TarWriter] - Don't allow TarWriter to a...George Rimar
2017-12-05[Support/TarWriter] - Don't allow TarWriter to add the same file more than once.George Rimar
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