| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the LLC regressions on X86 last night. In particular, when undoing | Chris Lattner | 2005-10-06 | 1 | -5/+12 |
* | Fix a bug in the local spiller, where we could take code like this: | Chris Lattner | 2005-10-05 | 1 | -5/+5 |
* | Change this code ot pass register classes into the stack slot spiller/reloader | Chris Lattner | 2005-09-30 | 1 | -5/+11 |
* | Teach the local spiller to turn stack slot loads into register-register copies | Chris Lattner | 2005-09-19 | 1 | -26/+52 |
* | Use continue in the use-processing loop to make it clear what the early exits | Chris Lattner | 2005-09-09 | 1 | -115/+123 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -11/+11 |
* | Make sure to notice that explicit physregs are used in the function | Chris Lattner | 2005-04-04 | 1 | -23/+29 |
* | Update these register allocators to set the PhysRegUsed info in MachineFunction. | Chris Lattner | 2005-01-23 | 1 | -8/+17 |
* | Improve compatibility with acc | Chris Lattner | 2005-01-14 | 1 | -2/+2 |
* | Clean up the MachineBasicBlock.h file, percolating #includes into this file. | Chris Lattner | 2004-10-26 | 1 | -0/+1 |
* | This patch fixes the nasty bug that caused 175.vpr to fail for X86 last night. | Chris Lattner | 2004-10-15 | 1 | -1/+2 |
* | This patch adds and improves debugging output. No functionality changes. | Chris Lattner | 2004-10-15 | 1 | -3/+7 |
* | Do not repeat the map lookup | Chris Lattner | 2004-10-01 | 1 | -1/+1 |
* | When a virtual register is folded into an instruction, keep track of whether | Chris Lattner | 2004-10-01 | 1 | -21/+43 |
* | Add a simple little improvement to the local spiller to keep track of stores | Chris Lattner | 2004-10-01 | 1 | -0/+26 |
* | Substantially revamp the local spiller, causing it to actually improve the | Chris Lattner | 2004-10-01 | 1 | -164/+301 |
* | Use more efficient map operations. Fix a bug that would affect hypothetical | Chris Lattner | 2004-09-30 | 1 | -6/+8 |
* | There is no need to call MachineInstr::print directly, just send the MI& to a... | Chris Lattner | 2004-09-30 | 1 | -10/+7 |
* | Simplify the logic in the simple spiller and capitalize some variables | Chris Lattner | 2004-09-30 | 1 | -86/+90 |
* | Switch from defaulting to the 'local' spiller to the 'simple' spiller. The | Chris Lattner | 2004-09-30 | 1 | -2/+2 |
* | Don't use a densemap for keeping track of which vregs are already loaded, just | Chris Lattner | 2004-09-30 | 1 | -6/+10 |
* | Use longer and more explicit names for instance vars (particularly important | Chris Lattner | 2004-09-30 | 1 | -32/+30 |
* | Reindent code, improve comments, move huge nested methods out of classes, | Chris Lattner | 2004-09-30 | 1 | -300/+314 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -5/+5 |
* | Stop using CreateStackObject(RegClass*) | Chris Lattner | 2004-08-15 | 1 | -2/+3 |
* | These methods no longer take a TargetRegisterClass* operand. | Chris Lattner | 2004-08-15 | 1 | -8/+4 |
* | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke | 2004-07-21 | 1 | -1/+0 |
* | Fix IA64 compatibility | Chris Lattner | 2004-07-16 | 1 | -1/+1 |
* | Made a fix so that you can print out MachineInstrs that belong to a MachineBa... | Tanya Lattner | 2004-06-25 | 1 | -6/+6 |
* | Adjust to new TargetMachine interface | Chris Lattner | 2004-06-02 | 1 | -1/+1 |
* | Add method to assign stack slot to virtual register without creating a | Alkis Evlogimenos | 2004-05-29 | 1 | -0/+8 |
* | Spill explicit physical register defs as well. | Alkis Evlogimenos | 2004-03-09 | 1 | -3/+11 |
* | 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 |
* | Add a spiller option to llc. A simple spiller will come soon. When we get CFG... | Alkis Evlogimenos | 2004-03-01 | 1 | -43/+62 |
* | Add the long awaited memory operand folding support for linear scan | Alkis Evlogimenos | 2004-03-01 | 1 | -6/+33 |
* | Make spiller push stores right after the definition of a register so | Alkis Evlogimenos | 2004-02-27 | 1 | -8/+33 |
* | Clear maps right after basic block is processed. | Alkis Evlogimenos | 2004-02-26 | 1 | -4/+4 |
* | Fix bugs found with recent addition of assertions in | Alkis Evlogimenos | 2004-02-25 | 1 | -2/+2 |
* | Add DenseMap template and actually use it for for mapping virtual regs | Alkis Evlogimenos | 2004-02-25 | 1 | -6/+8 |
* | Move machine code rewriter and spiller outside the register | Alkis Evlogimenos | 2004-02-24 | 1 | -2/+159 |
* | Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug | Alkis Evlogimenos | 2004-02-23 | 1 | -0/+55 |