| Commit message (Expand) | Author | Age | Files | Lines |
| * | added sign extend for boolean | Andrew Lenharth | 2005-02-12 | 1 | -3/+5 |
| * | fix a bunch of regressions due to call behavior | Andrew Lenharth | 2005-02-10 | 1 | -4/+4 |
| * | so, if you beat on it, you too can talk emacs into having a sane indenting po... | Andrew Lenharth | 2005-02-10 | 1 | -542/+567 |
| * | BranchCC, nifty | Andrew Lenharth | 2005-02-08 | 1 | -7/+117 |
| * | fix store issue and an FP conversion (segfault) issue | Andrew Lenharth | 2005-02-07 | 1 | -10/+20 |
| * | copytoreg fix | Andrew Lenharth | 2005-02-07 | 1 | -6/+6 |
| * | copyfromreg fix | Andrew Lenharth | 2005-02-07 | 1 | -3/+6 |
| * | fix load bug | Andrew Lenharth | 2005-02-07 | 1 | -5/+5 |
| * | more FP load store fixes and Load store simplifications | Andrew Lenharth | 2005-02-07 | 1 | -47/+14 |
| * | clean up load and stores alot | Andrew Lenharth | 2005-02-07 | 1 | -143/+13 |
| * | teach all loads and stores about the stack | Andrew Lenharth | 2005-02-07 | 1 | -1/+41 |
| * | prefer FP scratch registers and more check in LowerArguments | Andrew Lenharth | 2005-02-06 | 1 | -12/+21 |
| * | fix oopso | Andrew Lenharth | 2005-02-06 | 1 | -33/+48 |
| * | smarter loads and stores. can now handle base+offset. | Andrew Lenharth | 2005-02-06 | 1 | -170/+263 |
| * | fix build | Andrew Lenharth | 2005-02-05 | 1 | -1/+0 |
| * | clean up | Andrew Lenharth | 2005-02-05 | 1 | -5/+2 |
| * | fix f32 setcc, and fp select | Andrew Lenharth | 2005-02-05 | 1 | -67/+90 |
| * | added ugly support for fp compares | Andrew Lenharth | 2005-02-05 | 1 | -18/+66 |
| * | Make the rest of file header comments consistent in format and style | Misha Brukman | 2005-02-05 | 1 | -1/+1 |
| * | FP fixes | Andrew Lenharth | 2005-02-03 | 1 | -12/+17 |
| * | Store fix | Andrew Lenharth | 2005-02-02 | 1 | -13/+33 |
| * | prevent register allocator from using the stack pointer :) | Andrew Lenharth | 2005-02-02 | 1 | -2/+2 |
| * | fix loading of floats | Andrew Lenharth | 2005-02-02 | 1 | -1/+3 |
| * | marked mem* as not supported | Andrew Lenharth | 2005-02-02 | 1 | -0/+4 |
| * | fix Load bug | Andrew Lenharth | 2005-02-02 | 1 | -1/+1 |
| * | try to make a bug bugpointable, add yet more constant pool stuff, fixup const... | Andrew Lenharth | 2005-02-02 | 1 | -12/+18 |
| * | better constant handling, should fix many remaining cases | Andrew Lenharth | 2005-02-02 | 1 | -2/+11 |
| * | fix FP arg passing bug, Add unsigned to/from int, fix SELECT, fix Constant pool | Andrew Lenharth | 2005-02-01 | 1 | -12/+17 |
| * | pecimise loads, put indirect call addr in right register. still doesn't fix ... | Andrew Lenharth | 2005-02-01 | 1 | -1/+8 |
| * | fp to int and back conversion sequences | Andrew Lenharth | 2005-01-31 | 1 | -13/+33 |
| * | added fp extend and removed a forgotten assert in more than 6 arg support (sh... | Andrew Lenharth | 2005-01-30 | 1 | -16/+22 |
| * | Fix warnings. | Chris Lattner | 2005-01-30 | 1 | -1/+1 |
| * | support for larger calls | Andrew Lenharth | 2005-01-30 | 1 | -54/+90 |
| * | first step towards a correct and complete stack. also add some forms for thi... | Andrew Lenharth | 2005-01-29 | 1 | -8/+74 |
| * | fix ExprMap, partially teach about add long | Andrew Lenharth | 2005-01-28 | 1 | -32/+85 |
| * | fix ExprMap and constant check in setcc | Andrew Lenharth | 2005-01-28 | 1 | -4/+5 |
| * | move FP into it's own select | Andrew Lenharth | 2005-01-28 | 1 | -191/+167 |
| * | Floating point instructions like Floating point registers | Andrew Lenharth | 2005-01-27 | 1 | -1/+1 |
| * | int to float conversion and another setcc | Andrew Lenharth | 2005-01-27 | 1 | -24/+46 |
| * | teach isel about comparison with constants and zero extending bits | Andrew Lenharth | 2005-01-27 | 1 | -100/+121 |
| * | perhaps this will let me have calls again | Andrew Lenharth | 2005-01-27 | 1 | -5/+9 |
| * | minor bug fix | Andrew Lenharth | 2005-01-27 | 1 | -1/+1 |
| * | minor bug fix | Andrew Lenharth | 2005-01-27 | 1 | -1/+1 |
| * | initial fp support | Andrew Lenharth | 2005-01-26 | 1 | -156/+280 |
| * | hum, writing on one machine, testing on another... | Andrew Lenharth | 2005-01-26 | 1 | -4/+5 |
| * | add some operations, fix others. should compile several more tests now | Andrew Lenharth | 2005-01-26 | 1 | -1/+16 |
| * | problems with bools, and their work arounds | Andrew Lenharth | 2005-01-25 | 1 | -3/+13 |
| * | more load choices, better add with imm | Andrew Lenharth | 2005-01-25 | 1 | -41/+100 |
| * | Clean ups, and taught the instruction selector about immediate forms | Andrew Lenharth | 2005-01-24 | 1 | -45/+43 |
| * | Let me introduce you to the early stages of the llvm backend for the alpha pr... | Andrew Lenharth | 2005-01-22 | 1 | -0/+797 |