OSDN Git Service

[llvm-exegesis] Allow measuring several instructions in a single run.
[android-x86/external-llvm.git] / unittests / CodeGen /
2018-09-06 Scott LinderMove init code in AArch64SelectionDAGTest to SetUpTestC...
2018-09-04 Jordan Rupprecht[Codegen] Fix test added in rL341380: AArch64SelectionD...
2018-09-04 Scott Linder[CodeGen] Fix remaining zext() assertions in SelectionDAG
2018-08-29 Aditya Nandakumar[GISel]: Add legalization support for Widening UADDO...
2018-08-22 Aditya Nandakumar[GISel]: Add legalization support for widening bit...
2018-08-21 Aditya NandakumarRevert "Revert rr340111 "[GISel]: Add Legalization...
2018-08-20 Reid KlecknerRevert rr340111 "[GISel]: Add Legalization/lowering...
2018-08-18 Aditya Nandakumar[GISel]: Add Legalization/lowering code for bit countin...
2018-08-07 Pavel Labath[DebugInfo] Reduce debug_str_offsets section size
2018-05-31 Aditya Nandakumar[GISel]: Pattern matchers for GFSUB, GFNEG
2018-05-14 Nico WeberInline a few CMake variables into their only uses.
2018-04-24 Francis Visoiu Mistrih[CodeGen] Print user-friendly debug locations as MI...
2018-04-09 Aditya Nandakumar[GISel] Refactor MachineIRBuilder to allow transformati...
2018-03-29 Craig Topper[IR][CodeGen] Remove dependency on EVT from IR/Function...
2018-03-23 David BlaikieFix layering by moving ValueTypes.h from CodeGen to IR
2018-03-23 David BlaikieFix layering of MachineValueType.h by moving it from...
2018-03-13 Aditya Nandakumar[GISel]: Fix incorrect type used in Pattern Match for...
2018-03-09 Aditya Nandakumar[GISel]: Add helpers for easy building G_FCONSTANT...
2018-03-05 Volkan KelesGlobalISel: IRTranslate llvm.fabs.* intrinsic
2018-02-23 Aditya Nandakumar[GISel]: Fix base case for m_any_of PatternMatcher.
2018-02-19 Aditya Nandakumar[GISel]: Add pattern matchers for G_BITCAST/PTRTOINT...
2018-02-14 Volkan KelesGlobalISel: Add templated functions and pattern matcher...
2018-02-13 Aditya Nandakumar[GISel]: Add Pattern Matcher for G_FMUL.
2018-01-31 Puyan LotfiFollowup on Proposal to move MIR physical register...
2018-01-29 Daniel Sanders[globalisel][legalizer] Fix a fallthrough case in the...
2018-01-29 Daniel Sanders[globalisel][legalizer] Adapt LegalizerInfo to support...
2018-01-29 Daniel Sanders[globalisel] Make LegalizerInfo::LegalizeAction availab...
2018-01-25 Aditya NandakumarAdd support for pattern matching MachineInsts.
2018-01-24 Daniel Sanders[globalisel] Fix long lines from r323342
2018-01-24 Daniel Sanders[globalisel] Introduce LegalityQuery to better encapsul...
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-16 Francis Visoiu Mistrih[CodeGen][NFC] Correct case for printSubRegIdx
2018-01-10 Puyan Lotfi[MIR] Repurposing '$' sigil used by external symbols...
2018-01-04 Bob WilsonRemove the unit test from r321783.
2018-01-04 Bob Wilsonsupport phi ranges for machine-level IR
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-15 Matthias BraunMachineFunction: Slight refactoring; NFC
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 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-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_Immediate operands to Machin...
2017-12-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_CImmediate operands to Machi...
2017-12-07 Francis Visoiu Mistrih[CodeGen] Use MachineOperand::print in the MIRPrinter...
2017-11-17 David BlaikieFix a bunch more layering of CodeGen headers that are...
2017-11-08 David BlaikieTarget/TargetInstrInfo.h -> CodeGen/TargetInstrInfo...
2017-11-07 Kristof BeylsSilence MSVC error C2398
2017-11-07 Kristof Beyls[GlobalISel] Enable legalizing non-power-of-2 sized...
2017-11-03 David BlaikieMove TargetFrameLowering.h to CodeGen where it's implem...
2017-10-12 Matthias BraunRevert "TargetMachine: Merge TargetMachine and LLVMTarg...
2017-10-12 Matthias BraunTargetMachine: Merge TargetMachine and LLVMTargetMachine
2017-10-12 Diana PicusMachineInstr: Make isEqual agree with getHashValue...
2017-08-10 Marcello Maggioni[unittests] Adding a unittest for ChangeTaTargetIndex...
2017-08-03 Quentin Colombet[GlobalISel] Make GlobalISel a non-optional library.
2017-06-30 Kristof Beyls[GlobalISel] Make multi-step legalization work.
2017-06-15 Galina KistanovaAdded braces to work around gcc warning in googletest...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-04-20 Amara Emerson[SVE] Fix mismatched sign comparison warning in unit...
2017-04-20 Amara Emerson[MVT][SVE] Scalable vector MVTs (3/3)
2017-04-19 Kristof Beyls[GlobalISel] Support vector-of-pointers in LLT
2017-04-18 Kristof BeylsRevert "[GlobalISel] Support vector-of-pointers in...
2017-04-18 Kristof Beyls[GlobalISel] Support vector-of-pointers in LLT
2017-03-07 Daniel SandersRecommit: [globalisel] Change LLT constructor string...
2017-03-07 Daniel SandersRevert r297177: Change LLT constructor string into...
2017-03-07 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-02-28 Daniel SandersRevert r296474 - [globalisel] Change LLT constructor...
2017-02-28 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-02-07 Duncan P. N. Exon... ADT: Add explicit conversions for reverse ilist iterators
2016-10-14 Tim NorthoverGlobalISel: rename legalizer components to match others.
2016-10-14 Diana Picus[GlobalISel] Get the AArch64 tests to work on Linux
2016-10-06 Tim NorthoverGlobalISel: fix misuse of using declaration in test.
2016-09-15 Tim NorthoverGlobalISel: remove "unsized" LLT
2016-09-15 Tim NorthoverGlobalISel: cache pointer sizes in LLT
2016-09-11 Duncan P. N. Exon... CodeGen: Give MachineBasicBlock::reverse_iterator a...
2016-09-11 Duncan P. N. Exon... CodeGen: Assert that bundle iterators are valid
2016-09-11 Duncan P. N. Exon... CodeGen: Turn on sentinel tracking for MachineInstr...
2016-08-29 Tim NorthoverGlobalISel: use multi-dimensional arrays for legalize...
2016-08-26 Tim NorthoverGlobalISel: legalize sdiv and srem operations.
2016-08-23 Tim NorthoverGlobalISel: extend legalizer interface to handle multip...
2016-08-15 Tim NorthoverGlobalISel: support loads and stores of strange types.
2016-08-12 Duncan P. N. Exon... ADT: Remove all ilist_iterator => pointer casts, NFC
2016-08-04 Tim NorthoverGlobalISel: refuse to halve size of 1-byte & odd-sized...
2016-07-29 Ahmed Bougacha[GlobalISel] Add missing link components to r277160...
2016-07-29 Ahmed Bougacha[GlobalISel] Add LLT::operator!=().
2016-07-29 Ahmed Bougacha[GlobalISel] Fix LLT::unsized to match LLT(LabelTy).
2016-07-29 Ahmed Bougacha[GlobalISel] Add unittests for LowLevelType.
2016-07-20 Tim NorthoverGlobalISel: implement Legalization querying framework.
2016-07-13 Justin LebarFix header comment in unittests/CodeGen/DIEHashTest...
2016-01-26 Chris BienemanRemove autoconf support
2015-06-25 Duncan P. N. Exon... AsmPrinter: Use an intrusively linked list for DIE...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Convert DIE::Values to a linked list
next