aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Let's start another backend :)Anton Korobeynikov2009-07-161-0/+49