aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Improve handling of PC-relative addressesRichard Sandiford2013-09-271-0/+12
* [SystemZ] Add TM and TMYRichard Sandiford2013-09-101-1/+4
* [SystemZ] Tweak integer comparison codeRichard Sandiford2013-09-061-5/+15
* [SystemZ] Add NC, OC and XCRichard Sandiford2013-09-051-0/+8
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-08-281-0/+4
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-271-4/+13
* [SystemZ] Add basic prefetch supportRichard Sandiford2013-08-231-1/+7
* [SystemZ] Define remainig *MUL_LOHI patternsRichard Sandiford2013-08-211-0/+1
* [SystemZ] Add support for sibling callsRichard Sandiford2013-08-191-0/+5
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-161-0/+6
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-161-0/+3
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-161-0/+7
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-121-2/+6
* [SystemZ] Add a definition of the CLC instructionRichard Sandiford2013-08-121-0/+4
* [SystemZ] Implement isLegalAddressingMode()Richard Sandiford2013-07-311-3/+6
* [SystemZ] Add STOC and STOCGRichard Sandiford2013-07-251-1/+2
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-091-3/+1
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-081-0/+9
* [SystemZ] Use DSGFR over DSGR in more casesRichard Sandiford2013-07-021-0/+1
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-271-0/+3
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* [SystemZ] Enable unaligned accessesRichard Sandiford2013-05-301-0/+1
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-281-0/+10
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-2/+2
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-1/+1
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+212
* Remove the SystemZ backend.Dan Gohman2011-10-241-145/+0
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-5/+0
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-251-0/+2
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-0/+3
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-2/+1
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-13/+13
* Revert 95130.Evan Cheng2010-02-021-1/+1
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-1/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+1
* Add a second ValueType argument to isFPImmLegal.Evan Cheng2009-10-281-1/+1
* Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...Evan Cheng2009-10-271-0/+5
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-181-1/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-6/+6
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-211-0/+5
* Major calling convention code refactoring.Dan Gohman2009-08-051-10/+43
* UnbreakAnton Korobeynikov2009-07-161-0/+5
* Add constpool lowering / printingAnton Korobeynikov2009-07-161-0/+1
* Add jump tablesAnton Korobeynikov2009-07-161-0/+1
* Lower addresses of globalsAnton Korobeynikov2009-07-161-0/+4
* SELECT_CC loweringAnton Korobeynikov2009-07-161-1/+15
* Conditional branches and comparisonsAnton Korobeynikov2009-07-161-2/+10
* Provide proper stack offsets for outgoing argumentsAnton Korobeynikov2009-07-161-0/+2
* Some preliminary call loweringAnton Korobeynikov2009-07-161-1/+8
* Minimal lowering for formal_arguments / retAnton Korobeynikov2009-07-161-1/+12