aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/IA64/IA64ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* explain that r12 is the stack pointer regDuraid Madina2006-01-151-1/+3
* Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums ...Chris Lattner2006-01-141-0/+9
* bswap implementationNate Begeman2006-01-141-0/+1
* new nodesChris Lattner2006-01-131-0/+4
* sabre's (correct) fix means these guys need to be flagged as well (elseDuraid Madina2006-01-121-2/+7
* Fix an itanium call lowering bug for duraidChris Lattner2006-01-121-6/+6
* Add bswap, rotl, and rotr nodesNate Begeman2006-01-111-0/+2
* silence a bogus warningChris Lattner2006-01-101-1/+1
* heh, 'sif it'd be a legalizer bug.Duraid Madina2006-01-101-1/+1
* support functions that return bool (this "should" work but doesn't,Duraid Madina2006-01-101-10/+10
* silence a bogus gcc warningChris Lattner2006-01-061-1/+1
* Had expand logic backward.Jim Laskey2006-01-051-0/+2
* Added initial support for DEBUG_LABEL allowing debug specific labels to beJim Laskey2006-01-051-1/+0
* nasty paste-o, calls passing more than 8 arguments along were havingDuraid Madina2005-12-271-2/+2
* this is a hack, which may or may not hang around. In short:Duraid Madina2005-12-221-25/+40
* this should take care of calls to varadic functions, but it doesn.,tDuraid Madina2005-12-221-7/+14
* I shoulda done this a *long* time ago (tm): implement calls properly,Duraid Madina2005-12-221-17/+159
* Disengage DEBUG_LOC from non-PPC targets.Jim Laskey2005-12-211-0/+1
* No targets support line number info yet.Chris Lattner2005-11-291-0/+3
* kill redundant SP/GP/RP save/restores across callsDuraid Madina2005-11-041-2/+3
* add support for loading FP constants +0.0 and +1.0 to the dag isel,Duraid Madina2005-11-021-3/+0
* DAG->DAG instruction selection for ia64! "hello world" works, not much else.Duraid Madina2005-10-281-0/+369