| Age | Commit message (Expand) | Author |
| 2005-03-03 | beter Select on FP | Andrew Lenharth |
| 2005-03-03 | LSR cleanup patch | Andrew Lenharth |
| 2005-03-02 | remove 32 sign extend after 32 sextload and handle small negative constant | Andrew Lenharth |
| 2005-03-02 | Added LSR as a beta pass for alpha | Andrew Lenharth |
| 2005-02-28 | fix integer division and stuff | Andrew Lenharth |
| 2005-02-25 | make BB labels be exported for debuging, add fp negation optimization, furthe... | Andrew Lenharth |
| 2005-02-24 | fix Allocas. Really. I mean it this time. | Andrew Lenharth |
| 2005-02-23 | Ah the problems you have to fix when you stray from the One True Way (TM) | Andrew Lenharth |
| 2005-02-22 | oops | Andrew Lenharth |
| 2005-02-22 | dynamic stack allocas | Andrew Lenharth |
| 2005-02-22 | no longer build as a shared library | Andrew Lenharth |
| 2005-02-14 | fix setcc on floats, fixes singlesource:pi, perhaps others | Andrew Lenharth |
| 2005-02-12 | try to do better match for i32 adds | Andrew Lenharth |
| 2005-02-12 | make FP conversion more conservative (matches gcc) | Andrew Lenharth |
| 2005-02-12 | oops, I was sure this had already gond though the nightly tester | Andrew Lenharth |
| 2005-02-12 | added sign extend for boolean | Andrew Lenharth |
| 2005-02-10 | fix a bunch of regressions due to call behavior | Andrew Lenharth |
| 2005-02-10 | so, if you beat on it, you too can talk emacs into having a sane indenting po... | Andrew Lenharth |
| 2005-02-10 | fix fp branch | Andrew Lenharth |
| 2005-02-10 | * Fix spelling of `volatile' | Misha Brukman |
| 2005-02-08 | BranchCC, nifty | Andrew Lenharth |
| 2005-02-07 | fix store issue and an FP conversion (segfault) issue | Andrew Lenharth |
| 2005-02-07 | copytoreg fix | Andrew Lenharth |
| 2005-02-07 | copyfromreg fix | Andrew Lenharth |
| 2005-02-07 | fix load bug | Andrew Lenharth |
| 2005-02-07 | more FP load store fixes and Load store simplifications | Andrew Lenharth |
| 2005-02-07 | clean up load and stores alot | Andrew Lenharth |
| 2005-02-07 | teach all loads and stores about the stack | Andrew Lenharth |
| 2005-02-06 | prefer FP scratch registers and more check in LowerArguments | Andrew Lenharth |
| 2005-02-06 | fix oopso | Andrew Lenharth |
| 2005-02-06 | smarter loads and stores. can now handle base+offset. | Andrew Lenharth |
| 2005-02-05 | fix build | Andrew Lenharth |
| 2005-02-05 | clean up | Andrew Lenharth |
| 2005-02-05 | fix f32 setcc, and fp select | Andrew Lenharth |
| 2005-02-05 | added ugly support for fp compares | Andrew Lenharth |
| 2005-02-05 | Make the rest of file header comments consistent in format and style | Misha Brukman |
| 2005-02-04 | Make file header comment consistent: extend the whole 80 cols to fill the line | Misha Brukman |
| 2005-02-04 | alignment | Andrew Lenharth |
| 2005-02-04 | get alignment printing correctly and get rid of __main hack | Andrew Lenharth |
| 2005-02-03 | FP fixes | Andrew Lenharth |
| 2005-02-02 | Store fix | Andrew Lenharth |
| 2005-02-02 | oops | Andrew Lenharth |
| 2005-02-02 | prevent register allocator from using the stack pointer :) | Andrew Lenharth |
| 2005-02-02 | fix loading of floats | Andrew Lenharth |
| 2005-02-02 | marked mem* as not supported | Andrew Lenharth |
| 2005-02-02 | fix Load bug | Andrew Lenharth |
| 2005-02-02 | try to make a bug bugpointable, add yet more constant pool stuff, fixup const... | Andrew Lenharth |
| 2005-02-02 | better constant handling, should fix many remaining cases | Andrew Lenharth |
| 2005-02-01 | fix FP arg passing bug, Add unsigned to/from int, fix SELECT, fix Constant pool | Andrew Lenharth |
| 2005-02-01 | Print the Constant pool | Andrew Lenharth |