summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLocal.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-201-1/+2
* Determine whether a spill kills the register it's spilling before insertion r...Evan Cheng2008-02-111-8/+3
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-35/+35
* Remove remnant of load folding in local register allocator. Patch by Holger S...Evan Cheng2008-02-071-7/+1
* Fix a number of local register allocator issues: PR1609.Evan Cheng2008-02-061-14/+16
* RegAllocaLocal still *requires* LiveVariables since it runs PHIElimination, f...Evan Cheng2008-02-061-1/+3
* Reg alloc doesn't really need LiveVariables.Owen Anderson2008-01-271-9/+2
* When a live virtual register is being clobbered by an implicit def, it is spi...Evan Cheng2008-01-171-2/+20
* Replace std::vector<bool> with BitVector.Evan Cheng2008-01-171-4/+8
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-1/+1
* Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.Owen Anderson2008-01-071-1/+3
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-2/+6
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-41/+41
* 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
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-021-1/+3
* Add missing paratheses.Evan Cheng2007-10-221-1/+1
* Correctly handle implcit def / use operands.Evan Cheng2007-06-261-52/+64
* Change names from RA to something unique to get rid of naming conflicts withBill Wendling2007-05-081-21/+23
* 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-0/+5
* Match MachineFunction::UsedPhysRegs changes.Evan Cheng2007-04-251-13/+8
* Use BitVector instead of vector<bool> which can be extremely slow.Evan Cheng2007-02-151-1/+1
* rename DenseMap to IndexedMap.Chris Lattner2007-02-011-2/+2
* Eliminate static ctors from StatisticsChris Lattner2006-12-191-5/+4
* Removing even more <iostream> includes.Bill Wendling2006-12-071-1/+1
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-3/+3
* More removal of std::cerr and DEBUG, replacing with DOUT instead.Bill Wendling2006-11-171-27/+26
* Match live variable changes.Evan Cheng2006-11-151-10/+56
* Add implicit def / use operands to MachineInstr.Evan Cheng2006-11-101-2/+2
* Fix UnitTests/2005-05-12-Int64ToFP.c with llc-beta. In particular, do notChris Lattner2006-09-191-7/+10
* Non-allocatable physregs can be killed and dead, but don't treat them asChris Lattner2006-09-081-0/+6
* This fixes Benchmarks/Prolangs-C/unix-smailChris Lattner2006-09-081-0/+2
* Fix a bunch of llc-beta failures on x86 yesterday. Don't allow selectionChris Lattner2006-09-081-17/+42
* Only call isUse/isDef on register operandsEvan Cheng2006-09-051-3/+3
* Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86.Chris Lattner2006-09-031-6/+11
* When deleting a machine instruction, make sure to remove it from theChris Lattner2006-09-031-1/+4
* 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/+7
* Eliminate data relocations by using NULL instead of global empty list.Jim Laskey2006-07-211-15/+19
* 80 colsAndrew Lenharth2006-07-201-2/+2
* Reduce number of exported symbolsAndrew Lenharth2006-07-201-4/+4
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-281-1/+2
* Teach the local allocator to know that live-in values (e.g. arguments) areChris Lattner2006-06-151-0/+20
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-041-3/+3
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* Nuke noop copies.Chris Lattner2005-11-091-4/+11
* Disable some overly-aggressive checking code. This speeds up the localChris Lattner2005-11-091-1/+2
OpenPOWER on IntegriCloud