summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ
Commit message (Expand)AuthorAgeFilesLines
...
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-1219-18/+2156
* [RegisterCoalescer] Fix an overzealous assertQuentin Colombet2019-07-061-0/+131
* [SystemZ] Fix addcarry of usubo (PR42512)Nikita Popov2019-07-051-0/+23
* Allow matching extend-from-memory with strict FP nodesUlrich Weigand2019-06-264-50/+209
* [SystemZ] Support vector load/store alignment hintsUlrich Weigand2019-06-194-316/+336
* Rename ExpandISelPseudo->FinalizeISel, delay register reservationMatt Arsenault2019-06-192-2/+2
* [SystemZ] Fix AHIMuxK pseudo expansion.Jonas Paulsson2019-06-181-0/+20
* [DAGCombiner] [CodeGenPrepare] More comprehensive GEP splittingLuis Marques2019-06-172-12/+8
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* Describe stack-id as an enumSander de Smalen2019-06-172-3/+3
* [MBP] Move a latch block with conditional exit and multi predecessors to top ...Guozhi Wei2019-06-145-11/+11
* [FastISel] Skip creating unnecessary vregs for argumentsFrancis Visoiu Mistrih2019-06-101-3/+3
* [SystemZ, RegAlloc] Favor 3-address instructions during instruction selection.Jonas Paulsson2019-06-087-55/+75
* Allow target to handle STRICT floating-point nodesUlrich Weigand2019-06-0554-162/+5302
* [NFC] Update the test to check the endianness after the CodeGenPrepare instea...QingShan Zhang2019-06-041-7/+15
* [SystemZ] Remove sitofp(undef) from reduced test case.Simon Pilgrim2019-06-031-2/+2
* Revert revert of r362112 with minor SystemZ test file corrections.Kevin P. Neal2019-05-311-0/+6449
* [DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C fol...Roman Lebedev2019-05-301-6/+5
* Revert r362112, it broke the bots with the message "Unsupported vector argume...Kevin P. Neal2019-05-301-6445/+0
* [FPEnv] Added a special UnrollVectorOp method to deal with the chain on Stric...Kevin P. Neal2019-05-301-0/+6445
* [DAGCombine] Revert of recommit of "binop-with-const hoisting" patchesRoman Lebedev2019-05-301-5/+6
* [DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C fol...Roman Lebedev2019-05-281-6/+5
* Revert DAGCombine "hoist binop with const" foldsRoman Lebedev2019-05-281-5/+6
* [DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C foldRoman Lebedev2019-05-281-6/+5
* [TargetLowering] Extend bool args to inline-asm according to getBooleanTypeKees Cook2019-05-221-0/+14
* [NFC][SystemZ] Autogenerate alloca-03.ll test to make test changes more visibleRoman Lebedev2019-05-221-35/+79
* [SystemZ] Bugfix in SystemZTargetLowering::combineIntDIVREM()Jonas Paulsson2019-05-171-0/+13
* [SystemZ] Model floating-point control registerUlrich Weigand2019-05-136-24/+24
* [DAG] Refactor DAGCombiner::ReassociateOpsBjorn Pettersson2019-04-291-1/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-0/+26
* Revert rL357745: [SelectionDAG] Compute known bits of CopyFromRegDavid Green2019-04-101-1/+1
* [DAGCombiner][X86][SystemZ] Canonicalize SSUBO with immediate RHS to SADDO by...Craig Topper2019-04-091-3/+3
* [SelectionDAG] Compute known bits of CopyFromRegPiotr Sobczak2019-04-051-1/+1
* [SystemZ] Bugfix in isFusableLoadOpStorePattern()Jonas Paulsson2019-04-041-0/+34
* [SystemZ] Improve codegen for certain SADDO-immediate casesUlrich Weigand2019-04-031-6/+57
* [SystemZ] Improve instruction selection of 64 bit shifts and rotates.Jonas Paulsson2019-04-021-0/+82
* [SystemZ] Remove fcmp undef from reduced testSimon Pilgrim2019-03-301-2/+2
* [SystemZ] Regenerate double constant comparison testSimon Pilgrim2019-03-291-3/+9
* [DAGCombiner] Don't allow addcarry if the carry producer is illegal.Jonas Paulsson2019-03-271-0/+35
* [LiveRange] Reset the VNIs when splitting subrangesQuentin Colombet2019-03-261-0/+94
* RegAllocFast: Remove early selection loop, the spill calculation will report ...Matt Arsenault2019-03-191-1/+1
* [SystemZ] Remove icmp undef from reduced testsSimon Pilgrim2019-03-182-12/+12
* [SystemZ] Remove icmp undef Simon Pilgrim2019-03-141-3/+3
* [SystemZ] Regenerate tests to make complete codegen more obviousSimon Pilgrim2019-03-142-14/+43
* [DAGCombiner][X86][SystemZ][AArch64] Combine some cases of (bitcast (build_ve...Craig Topper2019-03-041-1/+2
* [SystemZ] Pass regalloc hints to help Load-and-Test transformations.Jonas Paulsson2019-02-271-0/+166
* [SystemZ] Wait with selection of legal vector/FP constants until Select().Jonas Paulsson2019-02-264-19/+126
* Recommit "[SystemZ] Do not emit VEXTEND or VROUND nodes without vector support."Jonas Paulsson2019-02-151-0/+34
* Revert "[SystemZ] Do not emit VEXTEND or VROUND nodes without vector support."Francis Visoiu Mistrih2019-02-151-50/+0
* [SystemZ] Do not emit VEXTEND or VROUND nodes without vector support.Jonas Paulsson2019-02-141-0/+50
OpenPOWER on IntegriCloud