aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocSimple.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a long-standing wart in the code generator: two-address instruction loweringChris Lattner2006-09-051-5/+1
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* Final polish on machine pass registries.Jim Laskey2006-08-021-1/+1
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-011-0/+5
* Eliminate data relocations by using NULL instead of global empty list.Jim Laskey2006-07-211-5/+9
* Reduce number of exported symbolsAndrew Lenharth2006-07-201-2/+2
* Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner2006-06-281-1/+2
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-041-1/+1
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* Change this code ot pass register classes into the stack slot spiller/reloaderChris Lattner2005-09-301-2/+2
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-12/+12
* Update physregsused info.Chris Lattner2005-01-231-10/+18
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Stop using CreateStackObject(RegClass*)Chris Lattner2004-08-151-1/+2
* These methods no longer take a TargetRegisterClass* operand.Chris Lattner2004-08-151-2/+2
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-211-1/+0
* Made a fix so that you can print out MachineInstrs that belong to a MachineBa...Tanya Lattner2004-06-251-1/+1
* Adjust to new TargetMachine interfaceChris Lattner2004-06-021-2/+2
* Fix PR294Chris Lattner2004-03-161-1/+2
* Simplify iterator usage now that we have next(). Also don't pass iterators by...Alkis Evlogimenos2004-02-231-11/+7
* Rename reloads/spills to loads/stores.Alkis Evlogimenos2004-02-191-4/+4
* Finegrainify namespacificationChris Lattner2004-02-151-8/+12
* Make dense maps keyed on physical registers smallerusingAlkis Evlogimenos2004-02-151-1/+1
* Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos2004-02-131-4/+4
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-121-7/+5
* Do not use MachineOperand::isVirtualRegister either!Chris Lattner2004-02-101-1/+1
* Change interface of MachineOperand as follows:Alkis Evlogimenos2003-12-141-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefsAlkis Evlogimenos2003-10-081-6/+6
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke2003-08-131-1/+1
* Set debug typesChris Lattner2003-08-031-0/+1
* Move DEBUG to Debug.hChris Lattner2003-08-011-0/+1
* (1) Added special register class containing (for now) %fsr.Vikram S. Adve2003-05-271-1/+1
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-141-2/+2
* * Use the PHI Elimination passChris Lattner2003-01-131-80/+6
* Rename FunctionFrameInfo to MachineFrameInfoChris Lattner2002-12-281-1/+1
* * Convert to be a MachineFunctionPass instanceChris Lattner2002-12-281-174/+67
* Adjustments to work with the simpler spill interfaceChris Lattner2002-12-251-22/+24
* Fix compilation on GCC 2.96Chris Lattner2002-12-231-1/+1
* Implicit defs/uses list may be empty.Chris Lattner2002-12-181-6/+6
* Use new reginfo interfaceChris Lattner2002-12-171-3/+59
* Keep the stack frame aligned.Chris Lattner2002-12-161-0/+4
* Rename createSimpleX86RegisterAllocator to createSimpleRegisterAllocator.Chris Lattner2002-12-161-28/+2
* Some simpliciations to the spill/reload interfaceChris Lattner2002-12-151-25/+21
* Simplify PHI node elimination significantly by doing it as a prepass toChris Lattner2002-12-151-30/+13
* Variety of small or trivial simplifications to the code, completely eliminatedChris Lattner2002-12-151-92/+68
* Remove unused savePhysRegToStack methodChris Lattner2002-12-151-28/+4