| Commit message (Expand) | Author | Age | Files | Lines |
* | make sure ar.pfs is in a register class, this fixes test/CodeGen/IA64/ret-0.ll | Chris Lattner | 2008-03-09 | 1 | -3/+5 |
* | Final de-tabification. | Bill Wendling | 2008-02-27 | 1 | -29/+28 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov | 2007-11-11 | 1 | -331/+331 |
* | Constify some methods. Patch provided by Anton Vayvod, thanks! | Chris Lattner | 2006-08-17 | 1 | -8/+8 |
* | Add dwarf register numbering to register data. | Jim Laskey | 2006-03-24 | 1 | -169/+332 |
* | fix stack corruption! Previously, 16-byte whole-FP-register stores were | Duraid Madina | 2006-01-26 | 1 | -4/+7 |
* | fix register corruption! (my god.) r15 is a scratch reg, using that as | Duraid Madina | 2006-01-23 | 1 | -4/+4 |
* | use proper (82-bit) spills/fills when spilling FP regs, so that | Duraid Madina | 2006-01-17 | 1 | -1/+5 |
* | update tablegen files - nothing to see here | Duraid Madina | 2005-12-22 | 1 | -2/+2 |
* | Support multiple ValueTypes per RegisterClass, needed for upcoming vector | Nate Begeman | 2005-12-01 | 1 | -3/+3 |
* | add F0 and F1 to the FP register class | Duraid Madina | 2005-11-02 | 1 | -3/+19 |
* | DAG->DAG instruction selection for ia64! "hello world" works, not much else. | Duraid Madina | 2005-10-28 | 1 | -4/+4 |
* | Split RegisterClass 'Methods' into MethodProtos and MethodBodies | Chris Lattner | 2005-08-19 | 1 | -4/+9 |
* | Put register classes in namespaces | Chris Lattner | 2005-08-19 | 1 | -3/+3 |
* | * OK, after changing to use liveIn/liveOut instead of IDEFs, | Duraid Madina | 2005-04-12 | 1 | -5/+16 |
* | Put out* into the allocation order, allowing the register allocator to | Chris Lattner | 2005-04-12 | 1 | -4/+3 |
* | stop emitting IDEFs for args - change to using liveIn/liveOut | Duraid Madina | 2005-04-12 | 1 | -2/+4 |
* | ok, the "ia64 has a boatload of registers" joke stopped being funny today ;) | Duraid Madina | 2005-04-09 | 1 | -1/+6 |
* | make sure 'special' registers don't get allocated | Duraid Madina | 2005-04-06 | 1 | -4/+13 |
* | and so it begins... | Duraid Madina | 2005-03-17 | 1 | -0/+291 |