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
Age
Commit message (
Expand
)
Author
2004-02-29
Add an assert
Chris Lattner
2004-02-29
Add back #include I messed up
Chris Lattner
2004-02-29
Urg, forgot to check this in.
Chris Lattner
2004-02-29
Move the private MachineInstrAnnot.h into a private directory.
Chris Lattner
2004-02-29
Remove use of an ugly header
Chris Lattner
2004-02-29
Move methods out of .h file
Chris Lattner
2004-02-29
Eliminate the distinction between "real" and "unreal" instructions
Chris Lattner
2004-02-29
int64_t -> int
Chris Lattner
2004-02-27
Rename member function to be consistent with the rest.
Alkis Evlogimenos
2004-02-27
Make spiller push stores right after the definition of a register so
Alkis Evlogimenos
2004-02-27
Fix crash caused by passing register 0 to
Alkis Evlogimenos
2004-02-26
Clear maps right after basic block is processed.
Alkis Evlogimenos
2004-02-26
Uncomment assertions that register# != 0 on calls to
Alkis Evlogimenos
2004-02-26
No need to clear the map here, it will always be empty
Chris Lattner
2004-02-25
Fix bugs found with recent addition of assertions in
Alkis Evlogimenos
2004-02-25
Great sparc renaming fallout IV: Sparc --> SparcV9.
Brian Gaeke
2004-02-25
Remove asssert since it is breaking cases that it shouldn't.
Alkis Evlogimenos
2004-02-25
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-25
Add an assertion
Chris Lattner
2004-02-24
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
Brian Gaeke
2004-02-24
Move machine code rewriter and spiller outside the register
Alkis Evlogimenos
2004-02-24
Add predicates for checking if a virtual register has a physical
Alkis Evlogimenos
2004-02-23
Make enum private as it is an implementation detail.
Alkis Evlogimenos
2004-02-23
Remove '4Virt' from member function names as it is obvious.
Alkis Evlogimenos
2004-02-23
Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug
Alkis Evlogimenos
2004-02-23
Add number of spilled registers statistic.
Alkis Evlogimenos
2004-02-23
Fix bugs in finegrainification
Chris Lattner
2004-02-23
Finegrainify namespacification
Chris Lattner
2004-02-23
Use MachineBasicBlock::getParent().
Alkis Evlogimenos
2004-02-23
Remove implementation of default constructor as it is useless now.
Alkis Evlogimenos
2004-02-23
Refactor rewinding code for finding the first terminator of a basic
Alkis Evlogimenos
2004-02-23
Improved PhysRegTracker interface. RegAlloc lazily allocates the register tra...
Alkis Evlogimenos
2004-02-23
Simplify iterator usage now that we have next(). Also don't pass iterators by...
Alkis Evlogimenos
2004-02-23
Some code cleanups from Chris
Alkis Evlogimenos
2004-02-23
Fix comments in PhysRegTracker and rename isPhysRegAvail to isRegAvail to be ...
Alkis Evlogimenos
2004-02-23
Move LiveIntervals.h up to be the first included header
Alkis Evlogimenos
2004-02-23
Pull PhysRegTracker out of RegAllocLinearScan as it can be used by other allo...
Alkis Evlogimenos
2004-02-23
Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other pa...
Alkis Evlogimenos
2004-02-22
Another bug fix for empty MBB's
Chris Lattner
2004-02-22
Fix a bug where we were implicitly assuming that there would be at least
Chris Lattner
2004-02-22
Print basic block boundaries in machine instruction debug output.
Alkis Evlogimenos
2004-02-22
Abstract merging of ranges away from number of slots per instruction.
Alkis Evlogimenos
2004-02-21
Make 'fold' statistic's description the same in both allocators.
Alkis Evlogimenos
2004-02-20
Some more statistics improvements.
Alkis Evlogimenos
2004-02-20
Disambiguate statistic descriptions.
Alkis Evlogimenos
2004-02-20
Rename statistic and add another one.
Alkis Evlogimenos
2004-02-20
Fix crash in debug output.
Alkis Evlogimenos
2004-02-20
Fix instruction numbering in debug output.
Alkis Evlogimenos
2004-02-20
Too many changes in one commit:
Alkis Evlogimenos
2004-02-19
Fix RA::verifyAssignment()
Alkis Evlogimenos
[next]