| Age | Commit message (Expand) | Author |
| 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-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-03 | FP fixes | Andrew Lenharth |
| 2005-02-02 | Store fix | 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 | pecimise loads, put indirect call addr in right register. still doesn't fix ... | Andrew Lenharth |
| 2005-01-31 | fp to int and back conversion sequences | Andrew Lenharth |
| 2005-01-30 | added fp extend and removed a forgotten assert in more than 6 arg support (sh... | Andrew Lenharth |
| 2005-01-30 | Fix warnings. | Chris Lattner |
| 2005-01-30 | support for larger calls | Andrew Lenharth |
| 2005-01-29 | first step towards a correct and complete stack. also add some forms for thi... | Andrew Lenharth |
| 2005-01-28 | fix ExprMap, partially teach about add long | Andrew Lenharth |
| 2005-01-28 | fix ExprMap and constant check in setcc | Andrew Lenharth |
| 2005-01-28 | move FP into it's own select | Andrew Lenharth |
| 2005-01-27 | Floating point instructions like Floating point registers | Andrew Lenharth |
| 2005-01-27 | int to float conversion and another setcc | Andrew Lenharth |
| 2005-01-27 | teach isel about comparison with constants and zero extending bits | Andrew Lenharth |
| 2005-01-27 | perhaps this will let me have calls again | Andrew Lenharth |
| 2005-01-27 | minor bug fix | Andrew Lenharth |
| 2005-01-27 | minor bug fix | Andrew Lenharth |
| 2005-01-26 | initial fp support | Andrew Lenharth |
| 2005-01-26 | hum, writing on one machine, testing on another... | Andrew Lenharth |
| 2005-01-26 | add some operations, fix others. should compile several more tests now | Andrew Lenharth |
| 2005-01-25 | problems with bools, and their work arounds | Andrew Lenharth |
| 2005-01-25 | more load choices, better add with imm | Andrew Lenharth |
| 2005-01-24 | Clean ups, and taught the instruction selector about immediate forms | Andrew Lenharth |
| 2005-01-22 | Let me introduce you to the early stages of the llvm backend for the alpha pr... | Andrew Lenharth |