Age | Commit message (Expand) | Author |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2012-01-18 | Add a CoveredBySubRegs property to Register descriptions. | Jakob Stoklund Olesen |
2011-06-15 | Use set operations instead of plain lists to enumerate register classes. | Jakob Stoklund Olesen |
2011-06-09 | Remove custom allocation order boilerplate that is no longer needed. | Jakob Stoklund Olesen |
2011-05-29 | Fix to match the dwarf register numbers that gdb uses. | Rafael Espindola |
2010-12-28 | Multiple SPARC backend fixes: added Y register; updated select_cc, subx, subx... | Venkatraman Govindaraju |
2010-05-26 | Replace the SubRegSet tablegen class with a less error-prone mechanism. | Jakob Stoklund Olesen |
2010-05-26 | Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism." | Jakob Stoklund Olesen |
2010-05-26 | Replace the SubRegSet tablegen class with a less error-prone mechanism. | Jakob Stoklund Olesen |
2009-09-15 | several major improvements to the sparc backend: support for weak linkage | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-11-11 | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov |
2007-07-13 | Fix for PR1540: Specify F0, F1 are sub-registers of D0, etc. | Evan Cheng |
2006-08-17 | Constify some methods. Patch provided by Anton Vayvod, thanks! | Chris Lattner |
2006-03-24 | D'oh - should be even numbered. | Jim Laskey |
2006-03-24 | Add dwarf register numbering to register data. | Jim Laskey |
2006-02-10 | Update to new-style flags usage, simplifying the .td file | Chris Lattner |
2006-02-05 | Rename SPARC V8 target to be the LLVM SPARC target. | Chris Lattner |
2005-12-20 | Reserve G1 for frame offset stuff and use it to handle large stack frames. | Chris Lattner |
2005-12-19 | Elimiante SP and FP, which weren't members of the IntRegs register class | Chris Lattner |
2005-12-18 | Add initial conditional branch support. This doesn't actually work yet due | Chris Lattner |
2005-12-17 | Add patterns for multiply, simplify Y register handling stuff, add RDY instru... | Chris Lattner |
2005-12-01 | Support multiple ValueTypes per RegisterClass, needed for upcoming vector | Nate Begeman |
2005-08-19 | Split RegisterClass 'Methods' into MethodProtos and MethodBodies | Chris Lattner |
2005-08-19 | put reg classes in namespaces | Chris Lattner |
2004-12-10 | Make this file self-contained. | Brian Gaeke |
2004-11-18 | Allocate fewer registers and tighten up alignment restrictions. | Brian Gaeke |
2004-09-27 | SparcV8 int regs are not only 32-bits in width, but they are 32-bit aligned! | Misha Brukman |
2004-09-26 | Fix the copy-pasto that Brian noticed: V8 int regs are 32-bits wide, not 64. | Misha Brukman |
2004-09-22 | Use the V8/V9 shared register file description | Misha Brukman |
2004-09-13 | Changes to make this work with Jason's patch. I checked this by hand, but | Chris Lattner |
2004-08-21 | Convert bytes to bits in alignment | Chris Lattner |
2004-06-24 | Make the double-fp pseudo registers be "NamedRegs". | Brian Gaeke |
2004-06-24 | The long integer pseudo-regs are history. So long, we hardly knew ye. | Brian Gaeke |
2004-06-22 | Add pseudo-registers and register class for 64-bit integer values. | Brian Gaeke |
2004-06-18 | Mess around with allocation order. In particular, I think we ought to be | Brian Gaeke |
2004-04-07 | Merge my changes with brians | Chris Lattner |
2004-04-07 | Add support for the "Y" register, used by MUL & DIV. | Brian Gaeke |
2004-03-08 | Avoid allocating special registers a bit more robustly | Chris Lattner |
2004-03-06 | Hack it so we do not try to allocate values to G0. | Brian Gaeke |
2004-03-04 | Double-FP pseudo-registers. | Brian Gaeke |
2004-03-04 | Floating point regs | Brian Gaeke |
2004-02-29 | Implement initial prolog/epilog code insertion methods. | Chris Lattner |
2004-02-29 | Add an instruction selector capable of selecting 'ret void' | Chris Lattner |
2004-02-28 | Tab completion is our friend. | Chris Lattner |