summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocLocal.cpp
Commit message (Expand)AuthorAge
* Use BitVector instead of vector<bool> which can be extremely slow.Evan Cheng2007-02-15
* rename DenseMap to IndexedMap.Chris Lattner2007-02-01
* Eliminate static ctors from StatisticsChris Lattner2006-12-19
* Removing even more <iostream> includes.Bill Wendling2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* More removal of std::cerr and DEBUG, replacing with DOUT instead.Bill Wendling2006-11-17
* Match live variable changes.Evan Cheng2006-11-15
* Add implicit def / use operands to MachineInstr.Evan Cheng2006-11-10
* Fix UnitTests/2005-05-12-Int64ToFP.c with llc-beta. In particular, do notChris Lattner2006-09-19
* Non-allocatable physregs can be killed and dead, but don't treat them asChris Lattner2006-09-08
* This fixes Benchmarks/Prolangs-C/unix-smailChris Lattner2006-09-08
* Fix a bunch of llc-beta failures on x86 yesterday. Don't allow selectionChris Lattner2006-09-08
* Only call isUse/isDef on register operandsEvan Cheng2006-09-05
* Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86.Chris Lattner2006-09-03
* When deleting a machine instruction, make sure to remove it from theChris Lattner2006-09-03
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Final polish on machine pass registries.Jim Laskey2006-08-02
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-01
* Eliminate data relocations by using NULL instead of global empty list.Jim Laskey2006-07-21
* 80 colsAndrew Lenharth2006-07-20
* Reduce number of exported symbolsAndrew Lenharth2006-07-20
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-28
* Teach the local allocator to know that live-in values (e.g. arguments) areChris Lattner2006-06-15
* 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