aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-0/+5
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-0/+2
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-3/+3
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-7/+7
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-2/+0
* 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-4/+4
* Delete an unused field.Dan Gohman2009-08-161-3/+0
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-2/+2
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-1/+1
* Major calling convention code refactoring.Dan Gohman2009-08-051-3/+25
* Switch Alpha over to the new call lowering style. New code mostly Eli Friedman2009-07-191-7/+3
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-031-3/+3
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-011-1/+1
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-0/+3
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-071-1/+1
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-1/+2
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-011-1/+1
* Change the interface to the type legalization methodDuncan Sands2008-12-011-1/+6
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-181-0/+2
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-261-2/+2
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-231-1/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-6/+6
* Rather than having a different custom legalizationDuncan Sands2008-07-041-2/+8
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-2/+2
* Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel2008-03-101-0/+3
* Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth2008-02-211-0/+3
* In TargetLowering::LowerCallTo, don't assert thatDuncan Sands2008-02-141-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* More explicit keywords.Dan Gohman2007-08-021-1/+1
* switch TargetLowering::getConstraintType to take the entire constraint,Chris Lattner2007-03-251-1/+1
* FTOIT and ITOFT are bit converts, and if we drop 21264s, are always availableAndrew Lenharth2007-01-241-1/+1
* For PR950:Reid Spencer2006-12-311-3/+3
* Add all that branch mangling niftinessAndrew Lenharth2006-10-311-1/+9
* Reduce the amount of state in the lowering code and drop old pattern ISel fun...Andrew Lenharth2006-10-111-6/+0
* Jimptables working again on alpha.Andrew Lenharth2006-10-111-3/+0
* inline asm, at least for floatsAndrew Lenharth2006-06-211-0/+7
* It really helps to be returning to the correct placeAndrew Lenharth2006-06-131-0/+3
* Let the alpha breakage begin. First Formals and RET. next CallsAndrew Lenharth2006-06-121-6/+4
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* Alpha Scheduling classesAndrew Lenharth2006-03-091-3/+0
* Implement Promote for VAARG, and allow it to be custom promoted for peopleNate Begeman2006-01-281-0/+1
* Switch to AlphaISD::CALL instead of ISD::CALLChris Lattner2006-01-271-0/+3
* First part of bug 680:Nate Begeman2006-01-251-9/+0