aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocSimple.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-4/+4
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-2/+2
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-3/+2
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-2/+5
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-11/+11
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-051-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+5
* Match MachineFunction::UsedPhysRegs changes.Evan Cheng2007-04-251-7/+2
* Eliminate static ctors from StatisticsChris Lattner2006-12-191-3/+3
* Move findTiedToSrcOperand to TargetInstrDescriptor.Evan Cheng2006-12-081-2/+1
* findTiedToSrcOperand() changed.Evan Cheng2006-12-081-2/+2
* Removed more <iostream> includesBill Wendling2006-12-071-2/+1
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* Use llvm streams instead of <iostream>Bill Wendling2006-11-281-6/+5
* RenameEvan Cheng2006-11-011-1/+1
* Two-address instructions no longer have to be A := A op C. Now any pair of de...Evan Cheng2006-11-011-7/+10
* 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