| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement folding explicit load instructions into binary operations. For a | Chris Lattner | 2004-03-08 | 2 | -0/+162 |
* | Rearrange and refactor some code. No functionality changes. | Chris Lattner | 2004-03-08 | 2 | -202/+192 |
* | Implement ArgumentPromotion/aggregate-promote.ll | Chris Lattner | 2004-03-08 | 1 | -25/+145 |
* | Implement: ArgumentPromotion/chained.ll | Chris Lattner | 2004-03-07 | 1 | -0/+5 |
* | Fix another minor bug, exposed by perlbmk | Chris Lattner | 2004-03-07 | 1 | -3/+11 |
* | Since 'load null' is undefined, we can make it do whatever we want. Returning | Chris Lattner | 2004-03-07 | 1 | -0/+6 |
* | Fix a minor bug and turn debug output into, well, debug output. | Chris Lattner | 2004-03-07 | 1 | -2/+2 |
* | New LLVM pass: argument promotion. This version only handles simple scalar | Chris Lattner | 2004-03-07 | 1 | -0/+328 |
* | Add memory operand version of conditional move. | Alkis Evlogimenos | 2004-03-07 | 2 | -3/+10 |
* | As I wrote in the docs, simple is the default spiller :-) | Alkis Evlogimenos | 2004-03-06 | 1 | -2/+1 |
* | Add simple spiller. | Alkis Evlogimenos | 2004-03-06 | 1 | -9/+72 |
* | Support return values of basic integer types. | Brian Gaeke | 2004-03-06 | 4 | -96/+148 |
* | Sort stanzas into Sparc V8 book page number order. | Brian Gaeke | 2004-03-06 | 2 | -34/+46 |
* | Hack it so we do not try to allocate values to G0. | Brian Gaeke | 2004-03-06 | 2 | -2/+2 |
* | Make prolog align stack properly. Make epilog not touch any registers. | Brian Gaeke | 2004-03-06 | 2 | -8/+8 |
* | Emit register names in lowercase, as required by the assembler. | Brian Gaeke | 2004-03-06 | 2 | -2/+22 |
* | Teach getRegClassForType where to find FP registers | Brian Gaeke | 2004-03-06 | 2 | -6/+4 |
* | Fix a minor bug | Chris Lattner | 2004-03-05 | 1 | -1/+2 |
* | Unbreak the build on Sparc. | Misha Brukman | 2004-03-05 | 1 | -0/+2 |
* | Asm output is looking a lot better; not correct for all operands yet though. | Brian Gaeke | 2004-03-05 | 2 | -2/+124 |
* | Fix a bug in a previous checkin that broke 175.vpr | Chris Lattner | 2004-03-04 | 1 | -1/+1 |
* | Add support for strto* and v*printf | Chris Lattner | 2004-03-04 | 1 | -0/+66 |
* | Add non-crappy support for varargs | Chris Lattner | 2004-03-04 | 1 | -6/+32 |
* | Implement a FIXME, improving the efficiency of DSA on povray. | Chris Lattner | 2004-03-04 | 1 | -2/+16 |
* | Support -print-machineinstrs | Brian Gaeke | 2004-03-04 | 2 | -12/+18 |
* | Speed up the cbu pass from taking somewhere near the age of the universe to a... | Chris Lattner | 2004-03-04 | 1 | -6/+28 |
* | make -print-machineinstrs work for both SparcV9 and X86 | Brian Gaeke | 2004-03-04 | 3 | -10/+26 |
* | Add assertion for scale verification. | Alkis Evlogimenos | 2004-03-04 | 1 | -0/+1 |
* | Hide variable from other functions. | Alkis Evlogimenos | 2004-03-04 | 1 | -2/+3 |
* | Fix BU datastructures with povray! | Chris Lattner | 2004-03-04 | 1 | -11/+25 |
* | Minor changes, remove some debugging code that got checked in somehow. | Chris Lattner | 2004-03-04 | 1 | -7/+10 |
* | Asm printer support, based on x86 - only prints mnemonics for now | Brian Gaeke | 2004-03-04 | 6 | -4/+924 |
* | Double-FP pseudo-registers. | Brian Gaeke | 2004-03-04 | 2 | -6/+72 |
* | Subtract instructions; minor cleanups | Brian Gaeke | 2004-03-04 | 6 | -18/+32 |
* | Floating point regs | Brian Gaeke | 2004-03-04 | 2 | -4/+34 |
* | Only clone nodes that are needed in the caller, don't clone ALL aux calls. T... | Chris Lattner | 2004-03-04 | 1 | -20/+48 |
* | Simple copyConstantToReg support, SETHIi and ORri | Brian Gaeke | 2004-03-04 | 6 | -16/+88 |
* | Support add - note, still missing important copyConstantToRegister stuff | Brian Gaeke | 2004-03-03 | 6 | -10/+614 |
* | Fix a minor bug handling incomplete programs | Chris Lattner | 2004-03-03 | 1 | -1/+1 |
* | Fix a DSA bug that caused DSA to generate incredibly huge graphs and take for... | Chris Lattner | 2004-03-03 | 1 | -1/+34 |
* | Deinline methods, add fast exit | Chris Lattner | 2004-03-03 | 1 | -0/+27 |
* | Make MachineOperand's value named 'contents'. Make really, really sure | Brian Gaeke | 2004-03-03 | 1 | -6/+6 |
* | Fix a node mapping problem that was causing the pool allocator to locally all... | Chris Lattner | 2004-03-03 | 1 | -0/+3 |
* | SPECIFY a target data to initialize the CBE target with. Until now we have | Chris Lattner | 2004-03-03 | 1 | -1/+1 |
* | Add a new constructor | Chris Lattner | 2004-03-03 | 1 | -0/+5 |
* | Don't emit things like malloc(16*1). Allocation instructions are fixed arity... | Chris Lattner | 2004-03-03 | 1 | -1/+1 |
* | FINALLY be able to get symbolic type names in the globals graph! | Chris Lattner | 2004-03-02 | 1 | -1/+14 |
* | Really, only if reopen | Chris Lattner | 2004-03-02 | 1 | -1/+2 |
* | Doxygenify comments. | Misha Brukman | 2004-03-02 | 2 | -50/+46 |
* | Implement ExtractCodeRegion() | Misha Brukman | 2004-03-02 | 1 | -1/+9 |