OSDN Git Service

[DWARF] Fix DWARFVerifier::DieRangeInfo::intersects
[android-x86/external-llvm.git] / unittests / CodeGen /
2019-04-15 Bjorn Pettersson[SelectionDAG] Use KnownBits::computeForAddSub/computeF...
2019-04-15 Amara Emerson[GlobalISel] Introduce a CSEConfigBase class to allow...
2019-04-05 Matt ArsenaultGlobalISel: Add another overload of buildUnmerge
2019-03-05 Craig Topper[Subtarget] Merge ProcSched and ProcDesc arrays in...
2019-02-28 Matt ArsenaultGlobalISel: Implement fewerElementsVector for phi
2019-02-23 Daniel SandersTry again to fix memory leak in r354692
2019-02-23 Daniel SandersFix memory leak in r354692
2019-02-22 Daniel SandersRestore ability for C++ API users to Enable IPRA.
2019-02-19 Matt ArsenaultGlobalISel: Implement moreElementsVector for bit ops
2019-02-18 Matt ArsenaultGlobalISel: Fix double count of offset for irregular...
2019-02-14 Matt ArsenaultGlobalISel: Add alignment to LegalityQuery MMOs
2019-02-11 Chandler CarruthUpdate files that were mistakenly added with the old...
2019-02-07 Matt ArsenaultGlobalISel: Try to make legalize rules more useful...
2019-02-04 Matt ArsenaultGlobalISel: Fix not calling observer when legalizing...
2019-02-04 Matt ArsenaultGlobalISel: Fix CheckMachineFunction passing if ReadChe...
2019-02-04 Matt ArsenaultGlobalISel: Allow constructing SrcOp/DstOp from Machine...
2019-02-04 Matt ArsenaultGlobalISel: Fix CSE handling of buildConstant
2019-02-04 Matt ArsenaultGlobalISel: Improve gtest usage
2019-02-04 Matt ArsenaultGlobalISel: Fix moreElementsToNextPow2
2019-01-31 Matt ArsenaultGlobalISel: Allow bitcount ops to have different result...
2019-01-26 Matt ArsenaultGlobalISel: Fix address space limit in LLT
2019-01-25 Matt ArsenaultGlobalISel: Add helper to LLT to get a scalar or vector
2019-01-22 Matt ArsenaultGlobalISel: Make buildConstant handle vectors
2019-01-20 Serge GueltonAdd missing test file
2019-01-20 Serge GueltonReplace llvm::isPodLike<...> by llvm::is_trivially_cop...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-16 Aditya Nandakumar[GISel]: Add support for CSEing continuously during...
2018-12-21 Simon Pilgrim[AArch64] Always use the version of computeKnownBits...
2018-12-14 Daniel Sanders[globalisel][combiner] Make the CombinerChangeObserver...
2018-12-12 Daniel Sanders[globalisel] Add GISelChangeObserver::changingInstr()
2018-12-12 Daniel Sanders[globalisel] Rename GISelChangeObserver's erasedInstr...
2018-12-11 Aditya Nandakumar[GISel]: Refactor MachineIRBuilder to allow passing...
2018-12-05 Aditya Nandakumar[GISel]: Provide standard interface to observe changes...
2018-11-26 Diana Picus[ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF
2018-11-19 Paul Robinson[DebugInfo] DISubprogram flags get their own flags...
2018-11-08 Craig Topper[SelectionDAG] Assert on the width of DemandedElts...
2018-11-05 Matthias BraunMachineModuleInfo: Store more specific reference to...
2018-11-04 Craig Topper[SelectionDAG] Remove special methods for creating...
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.
next