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-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
2004-02-19
Fix problem fusing spill code into instructions: we didn't update the live
Chris Lattner
2004-02-19
Fix an iterator invalidation problem. :(
Chris Lattner
2004-02-19
Add method to update livevar when an instruction moves
Chris Lattner
2004-02-19
Fix a __LONG__ term annoyance of mine: symbolic registers weren't being printed
Chris Lattner
2004-02-19
Add a MachineBasicBlock::getParent() method
Chris Lattner
2004-02-19
Rename reloads/spills to loads/stores.
Alkis Evlogimenos
2004-02-18
Implement assignment correctness verification.
Alkis Evlogimenos
2004-02-18
Move unused typedefs in private section. Add method to return interval
Alkis Evlogimenos
2004-02-18
Eliminate operator[] is deprecated warnings
Chris Lattner
2004-02-18
Fix deprecated operator[] warnings
Chris Lattner
2004-02-18
Be more agressive when joining ranges.
Alkis Evlogimenos
2004-02-18
Fix overly conservative spill interval computation.
Alkis Evlogimenos
2004-02-18
Beautify debug output.
Alkis Evlogimenos
2004-02-17
Remove the -disable-kill option. The register allocator is buggy with it,
Chris Lattner
2004-02-17
Add support to the local allocator for fusing spill code into the instructions
Chris Lattner
2004-02-17
Fix a bug in my previous refactoring change... arg!
Chris Lattner
2004-02-17
Add LiveIntervals::Interval::empty() member function.
Alkis Evlogimenos
2004-02-17
Once we have a way to fold spill code reloads into instructions, we have a wa...
Chris Lattner
2004-02-17
Fix spilled interval update. It was too conservative.
Alkis Evlogimenos
2004-02-17
Refactor code a bit. No functionality changes, though the comment hints at t...
Chris Lattner
2004-02-16
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-15
By default, llvm.setjmp/llvm.longjmp intrinsics get lowered to their libc cou...
Chris Lattner
2004-02-15
Refactor code. Now the intrinsic lowering pass tries to recycle preexisting
Chris Lattner
2004-02-15
This pass should not require phi elimination or live variable
Alkis Evlogimenos
2004-02-15
Finegrainify namespacification
Chris Lattner
2004-02-15
Make dense maps keyed on physical registers smallerusing
Alkis Evlogimenos
2004-02-15
Eliminate the use of spill (reserved) registers.
Alkis Evlogimenos
2004-02-15
Allow for fixed objects to reside in the local area, and if they don't to not
Chris Lattner
2004-02-15
Add back machine code deleter pass until we get a MachineCode pass
Alkis Evlogimenos
2004-02-14
There is no reason to align the stack pointer if there are no callees of this...
Chris Lattner
2004-02-14
A target that doesn't support these intrinsics will still meet spec (the
Chris Lattner
[next]