index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAllocSimple.cpp
Age
Commit message (
Expand
)
Author
2006-09-05
Fix a long-standing wart in the code generator: two-address instruction lowering
Chris Lattner
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-02
Final polish on machine pass registries.
Jim Laskey
2006-08-01
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-07-21
Eliminate data relocations by using NULL instead of global empty list.
Jim Laskey
2006-07-20
Reduce number of exported symbols
Andrew Lenharth
2006-06-28
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-05-04
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2005-09-30
Change this code ot pass register classes into the stack slot spiller/reloader
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-23
Update physregsused info.
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-15
Stop using CreateStackObject(RegClass*)
Chris Lattner
2004-08-15
These methods no longer take a TargetRegisterClass* operand.
Chris Lattner
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-06-25
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-02
Adjust to new TargetMachine interface
Chris Lattner
2004-03-16
Fix PR294
Chris Lattner
2004-02-23
Simplify iterator usage now that we have next(). Also don't pass iterators by...
Alkis Evlogimenos
2004-02-19
Rename reloads/spills to loads/stores.
Alkis Evlogimenos
2004-02-15
Finegrainify namespacification
Chris Lattner
2004-02-15
Make dense maps keyed on physical registers smallerusing
Alkis Evlogimenos
2004-02-13
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-10
Do not use MachineOperand::isVirtualRegister either!
Chris Lattner
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-08
Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs
Alkis Evlogimenos
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-13
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-08-03
Set debug types
Chris Lattner
2003-08-01
Move DEBUG to Debug.h
Chris Lattner
2003-05-27
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-13
* Use the PHI Elimination pass
Chris Lattner
2002-12-28
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
* Convert to be a MachineFunctionPass instance
Chris Lattner
2002-12-25
Adjustments to work with the simpler spill interface
Chris Lattner
2002-12-23
Fix compilation on GCC 2.96
Chris Lattner
2002-12-18
Implicit defs/uses list may be empty.
Chris Lattner
2002-12-17
Use new reginfo interface
Chris Lattner
2002-12-16
Keep the stack frame aligned.
Chris Lattner
2002-12-16
Rename createSimpleX86RegisterAllocator to createSimpleRegisterAllocator.
Chris Lattner
2002-12-15
Some simpliciations to the spill/reload interface
Chris Lattner
2002-12-15
Simplify PHI node elimination significantly by doing it as a prepass to
Chris Lattner
2002-12-15
Variety of small or trivial simplifications to the code, completely eliminated
Chris Lattner
2002-12-15
Remove unused savePhysRegToStack method
Chris Lattner
[next]