summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-30Support generic lowering of vector bswapSerge Guelton
2017-11-14[CodeGen] Peel off the dominant case in switch statement in loweringRong Xu
2017-11-08Add an @llvm.sideeffect intrinsicDan Gohman
2017-11-03re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."Clement Courbet
2017-11-02Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."Clement Courbet
2017-11-02[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass.Clement Courbet
2017-10-05[ARM/AARCH64] Make test MachineBranchProb.ll more robust and re-enable for AR...Balaram Makam
2017-10-04"[ARM] Mark flaky test MachineBranchProb.ll unsupported again for ARM/AArch64"Balaram Makam
2017-09-01[MIParser] Ensure getHexUint doesn't produce APInts with a bitwidth of 0Jessica Paquette
2017-07-31[TargetPassConfig] Feature generic options to setup start/stop-after/beforeQuentin Colombet
2017-07-16[AVR] Add/remove XFAILs to get the backend passing Generic CodeGen testsDylan McKay
2017-07-09Handle ConstantExpr correctly in SelectionDAGBuilderSimon Pilgrim
2017-07-04[FastISel] Move gc intrinsic test to X86 directoryAnna Thomas
2017-07-04[FastISel][SelectionDAG]Teach fastISel about GC intrinsicsAnna Thomas
2017-06-23[SystemZ] Fix trap issue and enable expensive checks.Jonas Paulsson
2017-06-06CodeGen/LLVMTargetMachine: Refactor ISel pass construction; NFCIMatthias Braun
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih
2017-05-10Add a late IR expansion pass for the experimental reduction intrinsics.Amara Emerson
2017-04-13[Hexagon] Unxfail passing tests Krzysztof Parzyszek
2017-04-05[ARM] Try to re-enable MachineBranchProb.ll for ARM/AArch64Renato Golin
2017-04-01Revert "Feature generic option to setup start/stop-after/before"Quentin Colombet
2017-04-01Feature generic option to setup start/stop-after/beforeQuentin Colombet
2017-03-27[ARM] Mark falky test unsupported until we find the causeRenato Golin
2017-03-19Fix constant folding of fp2int to large integersSimon Pilgrim
2017-03-15Second attempt for fix Hexagon buildbot by moving test to under X86/Zvi Rackover
2017-03-15Limit test's triple in attempt to fix broken buildbotZvi Rackover
2017-03-15[DAGCombine] Bail out if can't create a vector with at least two elementsZvi Rackover
2017-03-15Add 'REQUIRES: asserts' to pr32278.ll introduced in r297822Eric Liu
2017-03-15Fix malformed XFAIL in previous commitZvi Rackover
2017-03-15[DAGCombine] Add reproducer for pr32278Zvi Rackover
2017-03-02Do not verify MachimeDominatorTree if it is not calculatedSerge Pavlov
2017-03-01Only run the overloaded-intrinsic-name.ll test once, with FileCheck.Daniel Berlin
2017-03-01Keep attributes, calling convention, etc, when remangling intrinsicDaniel Berlin
2017-02-27Remove an empty line in icmp-illegal.ll . NFCAmaury Sechet
2017-02-15Implement intrinsic mangling for literal struct types.Daniel Berlin
2017-02-08[AVR] XFAIL a set of failing CodeGen testsDylan McKay
2017-01-25Revert "Do not verify dominator tree if it has no roots"Chad Rosier
2017-01-25Do not verify dominator tree if it has no rootsSerge Pavlov
2017-01-15Reverted: Track validity of pass resultsSerge Pavlov
2017-01-13Track validity of pass resultsSerge Pavlov
2017-01-05PR 31534: When emitting both DWARF unwind tables and debug information,Joerg Sonnenberger
2016-11-07Add -O0 support for @llvm.invariant.group.barrier by discarding it if it gets...Richard Smith
2016-09-23llc: Add -start-before/-stop-before optionsMatthias Braun
2016-08-24CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-23Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-23Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-07-28Fix build breaks after r277028Krzysztof Parzyszek