Age | Commit message (Expand) | Author |
2004-04-06 | Delete reference to "the Mach-O Runtime ABI". | Brian Gaeke |
2004-04-06 | Deal with call return values. | Brian Gaeke |
2004-04-02 | Add support for many of the MRegisterInfo callbacks. | Brian Gaeke |
2004-04-02 | Add load, store, and NOP instructions. | Brian Gaeke |
2004-04-02 | Add support for printing pc-relative displacements of functions (as used in | Brian Gaeke |
2004-04-02 | Add support for call instructions (0-ary only for now). | Brian Gaeke |
2004-03-16 | The .type directive on Solaris uses the # character instead of @. | Brian Gaeke |
2004-03-16 | Fix bug in zero-extending of shorts. | Brian Gaeke |
2004-03-16 | Add UMULrr and SMULrr instructions. | Brian Gaeke |
2004-03-16 | Use ! for comment char; it works in both Solaris as and GAS. | Brian Gaeke |
2004-03-16 | Make getClass more robust by adding cLong. | Brian Gaeke |
2004-03-09 | Hmm, who left this sitting around in my tree | Brian Gaeke |
2004-03-08 | Avoid allocating special registers a bit more robustly | Chris Lattner |
2004-03-06 | Support return values of basic integer types. | Brian Gaeke |
2004-03-06 | Sort stanzas into Sparc V8 book page number order. | Brian Gaeke |
2004-03-06 | Hack it so we do not try to allocate values to G0. | Brian Gaeke |
2004-03-06 | Make prolog align stack properly. Make epilog not touch any registers. | Brian Gaeke |
2004-03-06 | Emit register names in lowercase, as required by the assembler. | Brian Gaeke |
2004-03-06 | Teach getRegClassForType where to find FP registers | Brian Gaeke |
2004-03-05 | Asm output is looking a lot better; not correct for all operands yet though. | Brian Gaeke |
2004-03-04 | Support -print-machineinstrs | Brian Gaeke |
2004-03-04 | Asm printer support, based on x86 - only prints mnemonics for now | Brian Gaeke |
2004-03-04 | Double-FP pseudo-registers. | Brian Gaeke |
2004-03-04 | Subtract instructions; minor cleanups | Brian Gaeke |
2004-03-04 | Floating point regs | Brian Gaeke |
2004-03-04 | Simple copyConstantToReg support, SETHIi and ORri | Brian Gaeke |
2004-03-03 | Support add - note, still missing important copyConstantToRegister stuff | Brian Gaeke |
2004-03-01 | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke |
2004-02-29 | Adjust to change in TII ctor arguments | Chris Lattner |
2004-02-29 | These two virtual methods are never called. | Chris Lattner |
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 | Change this so that LLC actually tries to run the code generator, though it will | Chris Lattner |
2004-02-28 | Finegrainify namespacification | Chris Lattner |
2004-02-28 | Tab completion is our friend. | Chris Lattner |
2004-02-28 | Clean up rules | Chris Lattner |
2004-02-28 | Bring this directory into "it actually compiles" land | Chris Lattner |
2004-02-28 | Fix multiple inclusion problem | Chris Lattner |
2004-02-26 | Instructions to call and return from functions. | Misha Brukman |
2004-02-25 | SparcV8 regs are really 32-bit, not 64! Thanks, Chris. | Misha Brukman |
2004-02-25 | Clean up the tablegen descriptions for SparcV8. | Misha Brukman |
2004-02-25 | Fix the SparcV8 register definitions that were imported from PPC template. | Misha Brukman |
2004-02-25 | SparcV8 has different types of instructions, but F1 is only used for CALL. | Misha Brukman |
2004-02-25 | SparcV8 skeleton | Brian Gaeke |