summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2017-12-14[Unit][AArch64] Additional tests for target parsingEvandro Menezes
2017-12-14[CodeGen] Print MCSymbol operands as <mcsymbol sym> in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-14[CodeGen] Move printing MO_Metadata operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-14[CodeGen] Print live-out register lists as liveout(...) in both MIR and debug...Francis Visoiu Mistrih
2017-12-14[CodeGen] Print global addresses as @foo in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-14[CodeGen] Print external symbols as $symbol in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-13Remove redundant includes from unittests.Michael Zolotukhin
2017-12-13[FuzzMutate] Only generate loads and stores to the first class sized typesIgor Laevsky
2017-12-13[FuzzMutate] Avoid zero sized aggregatesIgor Laevsky
2017-12-13[FuzzMutate] Correctly split landingpad blocksIgor Laevsky
2017-12-13[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and de...Francis Visoiu Mistrih
2017-12-13[CodeGen] Print target index operands as target-index(target-specific) + 8 in...Francis Visoiu Mistrih
2017-12-13[CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and ...Francis Visoiu Mistrih
2017-12-13[Testing/Support] Make the HasValue matcher composablePavel Labath
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun
2017-12-12Test commit.Alexandre Ganea
2017-12-11Ensure moved-from container is cleared on moveGeorge Burgess IV
2017-12-09Infer lowest bits of an integer Multiply when the low bits of the operands ar...Simon Dardis
2017-12-08[CodeGen] Move printing MO_Immediate operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-08Generalize llvm::replaceDbgDeclare and actually support the use-case thatAdrian Prantl
2017-12-08[AArch64] Add Exynos to host detectionEvandro Menezes
2017-12-08[CodeGen] Move printing MO_CImmediate operands to MachineOperand::printFrancis Visoiu Mistrih
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