| Commit message (Expand) | Author | Age | Files | Lines |
* | try to do better match for i32 adds | Andrew Lenharth | 2005-02-12 | 1 | -1/+22 |
* | make FP conversion more conservative (matches gcc) | Andrew Lenharth | 2005-02-12 | 1 | -3/+4 |
* | oops, I was sure this had already gond though the nightly tester | Andrew Lenharth | 2005-02-12 | 1 | -1/+1 |
* | 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 | 3 | -549/+575 |
* | fix fp branch | Andrew Lenharth | 2005-02-10 | 1 | -6/+6 |
* | * Fix spelling of `volatile' | Misha Brukman | 2005-02-10 | 1 | -9/+9 |
* | BranchCC, nifty | Andrew Lenharth | 2005-02-08 | 1 | -7/+117 |
* | fix store issue and an FP conversion (segfault) issue | Andrew Lenharth | 2005-02-07 | 2 | -11/+21 |
* | 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 | 2 | -15/+27 |
* | fix oopso | Andrew Lenharth | 2005-02-06 | 2 | -35/+56 |
* | smarter loads and stores. can now handle base+offset. | Andrew Lenharth | 2005-02-06 | 2 | -172/+270 |
* | 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 | 2 | -73/+100 |
* | added ugly support for fp compares | Andrew Lenharth | 2005-02-05 | 2 | -23/+71 |
* | Make the rest of file header comments consistent in format and style | Misha Brukman | 2005-02-05 | 7 | -7/+7 |
* | Make file header comment consistent: extend the whole 80 cols to fill the line | Misha Brukman | 2005-02-04 | 5 | -5/+5 |
* | alignment | Andrew Lenharth | 2005-02-04 | 1 | -2/+4 |
* | get alignment printing correctly and get rid of __main hack | Andrew Lenharth | 2005-02-04 | 1 | -7/+2 |
* | FP fixes | Andrew Lenharth | 2005-02-03 | 1 | -12/+17 |
* | Store fix | Andrew Lenharth | 2005-02-02 | 2 | -15/+37 |
* | oops | Andrew Lenharth | 2005-02-02 | 1 | -1/+1 |
* | prevent register allocator from using the stack pointer :) | Andrew Lenharth | 2005-02-02 | 2 | -3/+3 |
* | 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 | 2 | -13/+19 |
* | 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 |
* | Print the Constant pool | Andrew Lenharth | 2005-02-01 | 1 | -8/+7 |
* | Make cmov work right and loads for fp from constant pool | Andrew Lenharth | 2005-02-01 | 1 | -18/+20 |
* | Correct stack stuff for FP | Andrew Lenharth | 2005-02-01 | 1 | -5/+12 |
* | try to match alpha pattern | Andrew Lenharth | 2005-02-01 | 2 | -1/+21 |
* | fix register names | Andrew Lenharth | 2005-02-01 | 1 | -16/+16 |
* | pecimise loads, put indirect call addr in right register. still doesn't fix ... | Andrew Lenharth | 2005-02-01 | 2 | -14/+19 |
* | indirect call fix | Andrew Lenharth | 2005-01-31 | 1 | -1/+1 |
* | fp to int and back conversion sequences | Andrew Lenharth | 2005-01-31 | 2 | -14/+34 |
* | added fp extend and removed a forgotten assert in more than 6 arg support (sh... | Andrew Lenharth | 2005-01-30 | 2 | -22/+32 |
* | This code is really unreachable. | Chris Lattner | 2005-01-30 | 1 | -1/+2 |
* | Fix warnings. | Chris Lattner | 2005-01-30 | 2 | -2/+2 |
* | support for larger calls | Andrew Lenharth | 2005-01-30 | 2 | -98/+124 |
* | Unbreak the build :( | Chris Lattner | 2005-01-29 | 1 | -1/+0 |