aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/IA64/IA64RegisterInfo.td
AgeCommit message (Expand)Author
2008-03-09make sure ar.pfs is in a register class, this fixes test/CodeGen/IA64/ret-0.llChris Lattner
2008-02-27Final de-tabification.Bill Wendling
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-11Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov
2006-08-17Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner
2006-03-24Add dwarf register numbering to register data.Jim Laskey
2006-01-26fix stack corruption! Previously, 16-byte whole-FP-register stores wereDuraid Madina
2006-01-23fix register corruption! (my god.) r15 is a scratch reg, using that asDuraid Madina
2006-01-17use proper (82-bit) spills/fills when spilling FP regs, so thatDuraid Madina
2005-12-22update tablegen files - nothing to see hereDuraid Madina
2005-12-01Support multiple ValueTypes per RegisterClass, needed for upcoming vectorNate Begeman
2005-11-02add F0 and F1 to the FP register classDuraid Madina
2005-10-28DAG->DAG instruction selection for ia64! "hello world" works, not much else.Duraid Madina
2005-08-19Split RegisterClass 'Methods' into MethodProtos and MethodBodiesChris Lattner
2005-08-19Put register classes in namespacesChris Lattner
2005-04-12* OK, after changing to use liveIn/liveOut instead of IDEFs,Duraid Madina
2005-04-12Put out* into the allocation order, allowing the register allocator toChris Lattner
2005-04-12stop emitting IDEFs for args - change to using liveIn/liveOutDuraid Madina
2005-04-09ok, the "ia64 has a boatload of registers" joke stopped being funny today ;)Duraid Madina
2005-04-06make sure 'special' registers don't get allocatedDuraid Madina
2005-03-17and so it begins...Duraid Madina