aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocLocal.cpp
AgeCommit message (Expand)Author
2008-02-29If we reload a virtual register that's already been assigned, we want to markBill Wendling
2008-02-26Rename PrintableName to Name.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-22Really really bad local register allocator bug. On X86, it was never using ES...Evan Cheng
2008-02-22Add debugging printfs.Evan Cheng
2008-02-20Fix newly-introduced 4.3 warningsAnton Korobeynikov
2008-02-11Determine whether a spill kills the register it's spilling before insertion r...Evan Cheng
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-07Remove remnant of load folding in local register allocator. Patch by Holger S...Evan Cheng
2008-02-06Fix a number of local register allocator issues: PR1609.Evan Cheng
2008-02-06RegAllocaLocal still *requires* LiveVariables since it runs PHIElimination, f...Evan Cheng
2008-01-27Reg alloc doesn't really need LiveVariables.Owen Anderson
2008-01-17When a live virtual register is being clobbered by an implicit def, it is spi...Evan Cheng
2008-01-17Replace std::vector<bool> with BitVector.Evan Cheng
2008-01-07rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner
2008-01-07Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.Owen Anderson
2008-01-01Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson
2007-12-31Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-05Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng
2007-12-02Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng
2007-10-22Add missing paratheses.Evan Cheng
2007-06-26Correctly handle implcit def / use operands.Evan Cheng
2007-05-08Change names from RA to something unique to get rid of naming conflicts withBill Wendling
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-25Match MachineFunction::UsedPhysRegs changes.Evan Cheng
2007-02-15Use BitVector instead of vector<bool> which can be extremely slow.Evan Cheng
2007-02-01rename DenseMap to IndexedMap.Chris Lattner
2006-12-19Eliminate static ctors from StatisticsChris Lattner
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-17More removal of std::cerr and DEBUG, replacing with DOUT instead.Bill Wendling
2006-11-15Match live variable changes.Evan Cheng
2006-11-10Add implicit def / use operands to MachineInstr.Evan Cheng
2006-09-19Fix UnitTests/2005-05-12-Int64ToFP.c with llc-beta. In particular, do notChris Lattner
2006-09-08Non-allocatable physregs can be killed and dead, but don't treat them asChris Lattner
2006-09-08This fixes Benchmarks/Prolangs-C/unix-smailChris Lattner
2006-09-08Fix a bunch of llc-beta failures on x86 yesterday. Don't allow selectionChris Lattner
2006-09-05Only call isUse/isDef on register operandsEvan Cheng
2006-09-03Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86.Chris Lattner
2006-09-03When deleting a machine instruction, make sure to remove it from theChris Lattner
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-08-02Final polish on machine pass registries.Jim Laskey
2006-08-01Introducing plugable register allocators and instruction schedulers.Jim Laskey
2006-07-21Eliminate data relocations by using NULL instead of global empty list.Jim Laskey
2006-07-2080 colsAndrew Lenharth
2006-07-20Reduce number of exported symbolsAndrew Lenharth
2006-06-28Use hidden visibility to make symbols in an anonymous namespace getChris Lattner