OSDN Git Service

[X86] Extend load-op-store fusion merge to ADC/SBB.
[android-x86/external-llvm.git] / unittests /
2018-01-19 Francis Visoiu Mistrih[CodeGen] Unify printing format of debug-location in...
2018-01-18 Francis Visoiu Mistrih[CodeGen][NFC] Rename IsVerbose to IsStandalone in...
2018-01-18 Francis Visoiu Mistrih[CodeGen] Print RegClasses on MI in verbose mode
2018-01-18 Benjamin Kramer[ADT] Just give up on GCC, I can't fix this.
2018-01-18 Benjamin Kramer[ADT] Split optional to only include copy mechanics...
2018-01-18 Clement CourbetRevert "Add a value_type to ArrayRef."
2018-01-17 Easwaran RamanAdd a ProfileCount class to represent entry counts.
2018-01-17 Daniel Neilson[Attributes] Fix crash when attempting to remove alignm...
2018-01-17 Matt ArsenaultAdd tests for ConstantFoldTerminator preserving DomTree
2018-01-16 Francis Visoiu Mistrih[CodeGen][NFC] Correct case for printSubRegIdx
2018-01-16 Clement CourbetAdd a value_type to ArrayRef.
2018-01-12 Brian M. Rzycki[JumpThreading] Preservation of DT and LVI across the...
2018-01-11 Aaron BallmanUse size_t to represent the size of a StringMapEntry...
2018-01-11 Igor Laevsky[FuzzMutate] Avoid using swifterror as a source operand
2018-01-10 Puyan Lotfi[MIR] Repurposing '$' sigil used by external symbols...
2018-01-10 Lang Hames[ORC] Re-apply r321838 again with a workaround for...
2018-01-09 Brian Gesiak[Option] For typo '-foo', suggest '--foo'
2018-01-09 Florian Hahn[TargetParser] Add missing armv8l ARMv8 variant.
2018-01-09 Davide Italiano[Support] Use realpath(3) instead of trying to open...
2018-01-09 Pavel Labath[Support] Add WritableMemoryBuffer::getNewMemBuffer
2018-01-09 Serguei Katkov[SCEV] Do not cache S -> V if S is not equivalent of V
2018-01-06 Lang Hames[ORC] Remove AsynchronousSymbolQuery while I debug...
2018-01-06 Lang Hames[ORC] More debugging output to track down tester failures.
2018-01-06 Lang Hames[ORC] Temporarily adding some redundant asserts / debug...
2018-01-06 Lang Hames[ORC] Fix a think-o in the current AsynchronousSymbolQu...
2018-01-05 Lang Hames[ORC] Re-apply just the AsynchronousSymbolLookup class...
2018-01-05 Zachary Turner[MSF] Fix FPM interval calcluation
2018-01-05 Brian Gesiak[Option] Add 'findNearest' method to catch typos
2018-01-05 Lang Hames[ORC] Re-revert r321838: Tests are still failing.
2018-01-05 Lang Hames[ORC] Re-apply r321838 - Addition of new ORC core APIs.
2018-01-05 Lang HamesRevert r321838 -- It broke some of the builders.
2018-01-05 Lang Hames[ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO...
2018-01-05 Lang Hames[ORC] Add dereference operator to SymbolStringPtr.
2018-01-04 Bob WilsonRemove the unit test from r321783.
2018-01-04 Bob Wilsonsupport phi ranges for machine-level IR
2018-01-03 Alex BradburyThread MCSubtargetInfo through Target::createMCAsmBackend
2017-12-30 Serge PavlovAdded support for reading configuration files
2017-12-30 Serge PavlovReverted 321580: Added support for reading configuratio...
2017-12-30 Serge PavlovAdded support for reading configuration files
2017-12-29 Matt ArsenaultIR: Fix BasicBlock::phis for empty blocks
2017-12-27 Serguei Katkov[SCEV] Be careful with nuw/nsw/exact in InsertBinop
2017-12-22 Benjamin KramerUnbreak the build. Combining chrono with Optional is...
2017-12-21 Francis Visoiu Mistrih[YAML] Refactor escaping unittests
2017-12-21 Francis Visoiu Mistrih[YAML] Fix UTF-8 handling
2017-12-21 Pavel Labath[Support] Remove MemoryBuffer::getNewUninitMemBuffer
2017-12-20 Simon Dardis[orc][cmake] Check if 8 byte atomics require libatomic...
2017-12-20 Florian Hahn[TargetParser] Check size before accessing architecture...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_IntrinsicID operands to...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_IntrinsicID operands to...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_CFIIndex operands to Machine...
2017-12-19 Pavel Labath[Support] Add WritableMemoryBuffer class
2017-12-19 Serguei KatkovFix APFloat from string conversion for Inf
2017-12-18 Paul RobinsonRecommit "[DWARFv5] Dump an MD5 checksum in the line...
2017-12-18 Francis Visoiu Mistrih[YAML] Add support for non-printable characters
2017-12-18 Max Kazantsev[ConstantRange] Support for ashr in ConstantRange compu...
2017-12-16 Hal Finkel[SimplifyLibCalls] Inline calls to cabs when it's safe...
2017-12-15 Paul RobinsonRevert "Recommit "[DWARFv5] Dump an MD5 checksum in...
2017-12-15 Paul RobinsonRecommit "[DWARFv5] Dump an MD5 checksum in the line...
2017-12-15 Matthias BraunMachineFunction: Slight refactoring; NFC
2017-12-15 Paul RobinsonRevert "[DWARFv5] Dump an MD5 checksum in the line...
2017-12-15 Paul Robinson[DWARFv5] Dump an MD5 checksum in the line-table header.
2017-12-14 Evandro Menezes[Unit][AArch64] Additional tests for target parsing
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print MCSymbol operands as <mcsymbol sym...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Move printing MO_Metadata operands to Machine...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print live-out register lists as liveout...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print global addresses as @foo in both MIR...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print external symbols as $symbol in both...
2017-12-13 Michael ZolotukhinRemove redundant includes from unittests.
2017-12-13 Igor Laevsky[FuzzMutate] Only generate loads and stores to the...
2017-12-13 Igor Laevsky[FuzzMutate] Avoid zero sized aggregates
2017-12-13 Igor Laevsky[FuzzMutate] Correctly split landingpad blocks
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print jump-table index operands as %jump...
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print target index operands as target-index...
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print constant pool index operands as %const...
2017-12-13 Pavel Labath[Testing/Support] Make the HasValue matcher composable
2017-12-13 Matthias BraunRename LiveIntervalAnalysis.h to LiveIntervals.h
2017-12-12 Alexandre GaneaTest commit.
2017-12-11 George Burgess IVEnsure moved-from container is cleared on move
2017-12-09 Simon DardisInfer lowest bits of an integer Multiply when the low...
2017-12-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_Immediate operands to Machin...
2017-12-08 Adrian PrantlGeneralize llvm::replaceDbgDeclare and actually support...
2017-12-08 Evandro Menezes[AArch64] Add Exynos to host detection
2017-12-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_CImmediate operands to Machi...
2017-12-08 Igor Laevsky[FuzzMutate] Correctly insert sinks and sources around...
2017-12-07 Lang Hames[ORC] Mark SymbolStringPool methods as inline to avoid...
2017-12-07 Zachary Turner[DebugInfo] Fix register variables not showing up in...
2017-12-07 Alina Sbirlea[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
2017-12-07 Igor Laevsky[FuzzMutate] Allow only sized pointers for the GEP...
2017-12-07 Pavel Labath[Testing/Support] Make matchers work with Expected<T&>
2017-12-07 Francis Visoiu Mistrih[CodeGen] Use MachineOperand::print in the MIRPrinter...
2017-12-07 Vedant Kumar[Coverage] Scan ahead for the most-recent completed...
2017-12-05 Zachary Turner[CodeView] Add support for content hashing CodeView...
2017-12-05 Shoaib Meenai[CMake] Use PRIVATE in target_link_libraries for execut...
2017-12-05 Lang Hames[Orc] Add a SymbolStringPool data structure for efficie...
2017-12-05 Joel Galenson[ConstantRange] Support subtraction in makeGuaranteedNo...
2017-12-05 George RimarFix build bot after r319750 "[Support/TarWriter] -...
2017-12-05 George Rimar[Support/TarWriter] - Don't allow TarWriter to add...
2017-11-30 Zachary TurnerSplit TypeTableBuilder into two classes.
2017-11-30 Igor Laevsky[FuzzMutate] Correctly handle vector types in the inser...
2017-11-30 Igor Laevsky[FuzzMutate] Don't use index operands as sinks
next