Age | Commit message (Expand) | Author |
2006-10-12 | restore my previous patch, now that the X86 backend bug has been fixed: | Chris Lattner |
2006-10-12 | Backing out Chris' last commit. It's breaking llvm-gcc bootstrapping. | Evan Cheng |
2006-10-12 | If we see a load from a stack slot into a physreg, consider it as providing | Chris Lattner |
2006-09-05 | Fix a long-standing wart in the code generator: two-address instruction lowering | Chris Lattner |
2006-08-27 | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner |
2006-08-24 | Take advantage of the recent improvements to the liveintervals set (tracking | Chris Lattner |
2006-08-21 | Added a check so that if we have two machine instructions in this form | Bill Wendling |
2006-07-21 | Eliminate data relocations by using NULL instead of global empty list. | Jim Laskey |
2006-07-20 | Reduce number of exported symbols | Andrew Lenharth |
2006-06-28 | Shave another 27K off libllvmgcc.dylib with visibility hidden | Chris Lattner |
2006-05-04 | Move some methods out of MachineInstr into MachineOperand | Chris Lattner |
2006-05-01 | Fix a latent bug that my spiller patch last week exposed: we were leaving | Chris Lattner |
2006-05-01 | When promoting a load to a reg-reg copy, where the load was a previous | Chris Lattner |
2006-05-01 | Remove previous patch, which wasn't quite right. | Chris Lattner |
2006-05-01 | Remove temp. option -spiller-check-liveout, it didn't cause any failure nor p... | Evan Cheng |
2006-04-30 | Local spiller kills a store if the folded restore is turned into a copy. | Evan Cheng |
2006-04-28 | Mapping of physregs can make it so that the designated and input physregs are | Chris Lattner |
2006-04-28 | When we have a two-address instruction where the input cannot be clobbered | Chris Lattner |
2006-02-25 | Fix a bug that Evan exposed with some changes he's making, and that was | Chris Lattner |
2006-02-25 | Remove debugging printout :) | Chris Lattner |
2006-02-25 | Refactor some code from being inline to being out in a new class with methods. | Chris Lattner |
2006-02-04 | Fix VC++ warning. | Jeff Cohen |
2006-02-03 | Handle another case exposed on X86. | Chris Lattner |
2006-02-03 | Fix a nasty problem on two-address machines in the following situation: | Chris Lattner |
2006-02-03 | significantly simplify the VirtRegMap code by pulling the SpillSlotsAvailable | Chris Lattner |
2006-02-03 | Fix VC++ compilation error caused by using a std::map iterator variable to re... | Jeff Cohen |
2006-02-03 | Remove move copies and dead stuff by not clobbering the result reg of a noop ... | Chris Lattner |
2006-02-03 | Simplify some code | Chris Lattner |
2006-02-03 | Add code that checks for noop copies, which triggers when either: | Chris Lattner |
2006-02-03 | Physregs may hold multiple stack slot values at the same time. Keep track | Chris Lattner |
2006-02-02 | Fix a deficiency in the spiller that Evan noticed. In particular, consider | Chris Lattner |
2006-02-02 | Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ... | Chris Lattner |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2006-01-04 | Add an assertion, update DefInst even though no one uses it (dangling pointers | Chris Lattner |
2005-10-06 | Fix the LLC regressions on X86 last night. In particular, when undoing | Chris Lattner |
2005-10-05 | Fix a bug in the local spiller, where we could take code like this: | Chris Lattner |
2005-09-30 | Change this code ot pass register classes into the stack slot spiller/reloader | Chris Lattner |
2005-09-19 | Teach the local spiller to turn stack slot loads into register-register copies | Chris Lattner |
2005-09-09 | Use continue in the use-processing loop to make it clear what the early exits | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-04 | Make sure to notice that explicit physregs are used in the function | Chris Lattner |
2005-01-23 | Update these register allocators to set the PhysRegUsed info in MachineFunction. | Chris Lattner |
2005-01-14 | Improve compatibility with acc | Chris Lattner |
2004-10-26 | Clean up the MachineBasicBlock.h file, percolating #includes into this file. | Chris Lattner |
2004-10-15 | This patch fixes the nasty bug that caused 175.vpr to fail for X86 last night. | Chris Lattner |
2004-10-15 | This patch adds and improves debugging output. No functionality changes. | Chris Lattner |
2004-10-01 | Do not repeat the map lookup | Chris Lattner |
2004-10-01 | When a virtual register is folded into an instruction, keep track of whether | Chris Lattner |
2004-10-01 | Add a simple little improvement to the local spiller to keep track of stores | Chris Lattner |
2004-10-01 | Substantially revamp the local spiller, causing it to actually improve the | Chris Lattner |