summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocLocal.cpp
Commit message (Expand)AuthorAge
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-04
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Nuke noop copies.Chris Lattner2005-11-09
* Disable some overly-aggressive checking code. This speeds up the localChris Lattner2005-11-09
* Change this code ot pass register classes into the stack slot spiller/reloaderChris Lattner2005-09-30
* adjust to new live variables interfaceChris Lattner2005-08-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* Update this pass to set PhysRegsUsed info in MachineFunction.Chris Lattner2005-01-23
* Clean up the MachineBasicBlock.h file, percolating #includes into this file.Chris Lattner2004-10-26
* Changes For Bug 352Reid Spencer2004-09-01
* Reduce usage of MRegisterInfo::getRegClassChris Lattner2004-08-15
* Nuke ifdef'd out codeChris Lattner2004-08-15
* Stop using CreateStackObject(RegClass*)Chris Lattner2004-08-15
* These methods no longer take a TargetRegisterClass* operand.Chris Lattner2004-08-15
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Fix a recent regression in Applications/sgefa that Alkis pointed out to me.Chris Lattner2004-06-16
* Adjust to new TargetMachine interfaceChris Lattner2004-06-02
* Change MRegisterInfo::foldMemoryOperand to return the foldedAlkis Evlogimenos2004-03-14
* Uncomment assertions that register# != 0 on calls toAlkis Evlogimenos2004-02-26
* No need to clear the map here, it will always be emptyChris Lattner2004-02-26
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-25
* Refactor rewinding code for finding the first terminator of a basicAlkis Evlogimenos2004-02-23
* Another bug fix for empty MBB'sChris Lattner2004-02-22
* Fix a bug where we were implicitly assuming that there would be at leastChris Lattner2004-02-22
* Make 'fold' statistic's description the same in both allocators.Alkis Evlogimenos2004-02-21
* Fix problem fusing spill code into instructions: we didn't update the liveChris Lattner2004-02-19
* Rename reloads/spills to loads/stores.Alkis Evlogimenos2004-02-19
* Remove the -disable-kill option. The register allocator is buggy with it,Chris Lattner2004-02-17
* Add support to the local allocator for fusing spill code into the instructionsChris Lattner2004-02-17
* Fix a bug in my previous refactoring change... arg!Chris Lattner2004-02-17
* Once we have a way to fold spill code reloads into instructions, we have a wa...Chris Lattner2004-02-17
* Refactor code a bit. No functionality changes, though the comment hints at t...Chris Lattner2004-02-17
* Make dense maps keyed on physical registers smallerusingAlkis Evlogimenos2004-02-15
* Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos2004-02-13
* Use getNumVirtualRegs().Alkis Evlogimenos2004-02-13
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-12
* Do not use MachineOperand::isVirtualRegister either!Chris Lattner2004-02-10
* Eliminate users of MachineOperand::isPhysicalRegisterChris Lattner2004-02-10
* Another nice speedup for the register allocator. This time, we replaceChris Lattner2004-02-09
* Change the PhysRegsUsed map into a dense array. Seeing that this is a mappingChris Lattner2004-02-09
* Finegrainify namespacification, use new MRegisterInfo::isVirtualRegisterChris Lattner2004-01-31
* Correctly compute live variable information for physical registersAlkis Evlogimenos2004-01-13
* Remove TwoAddressInstruction from the public headers and add an IDAlkis Evlogimenos2003-12-18
* Modify local register allocator to use the two-address instruction pass.Alkis Evlogimenos2003-12-18
* Change interface of MachineOperand as follows:Alkis Evlogimenos2003-12-14
* Remove unecessary if statements when looping on ImplicitDefs.Alkis Evlogimenos2003-12-13
* Make assertion stricter. Since the source operands are allocated atAlkis Evlogimenos2003-12-05
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* standardize command line option namesChris Lattner2003-10-24
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20