aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/IA64/IA64ISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.Scott Michel2008-03-101-1/+3
* Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel2008-03-101-0/+1
* De-tabifyBill Wendling2008-02-261-2/+0
* In TargetLowering::LowerCallTo, don't assert thatDuncan Sands2008-02-141-3/+4
* Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng2008-01-301-2/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* More explicit keywords.Dan Gohman2007-08-021-1/+1
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-291-4/+0
* For PR950:Reid Spencer2006-12-311-4/+3
* Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET forNate Begeman2006-01-271-9/+0
* First part of bug 680:Nate Begeman2006-01-251-7/+0
* remove RET hack, add proper support for rets (watching out for ret voids)Duraid Madina2006-01-201-2/+14
* Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums ...Chris Lattner2006-01-141-14/+2
* this is a hack, which may or may not hang around. In short:Duraid Madina2005-12-221-2/+5
* we can't all have brains now, can weDuraid Madina2005-12-221-0/+4
* DAG->DAG instruction selection for ia64! "hello world" works, not much else.Duraid Madina2005-10-281-0/+88