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-07-23
Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)
Chris Lattner
2004-07-23
Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which
Chris Lattner
2004-07-23
Improve comments a bit
Chris Lattner
2004-07-23
Update live intervals more accurately for PHI elim. This slightly reduces
Chris Lattner
2004-07-23
Force coallescing of live ranges that have a single definition, even if they
Chris Lattner
2004-07-22
costmetic changes
Chris Lattner
2004-07-22
Fix broken -debug printing
Chris Lattner
2004-07-22
The default has not been 'simple' for AGES!
Chris Lattner
2004-07-22
Make linear scan the default
Chris Lattner
2004-07-22
Put variable name to a separate line.
Alkis Evlogimenos
2004-07-22
Fix indentation and wrap code at 80 cols
Misha Brukman
2004-07-22
Sorting is now handled by both linearscan and iterative scan so live
Alkis Evlogimenos
2004-07-22
Fit to 80 columns.
Alkis Evlogimenos
2004-07-22
Some compile time improvements resulting in a 1sec speedup in the 5sec
Alkis Evlogimenos
2004-07-22
Remove extraneous punctuation
Chris Lattner
2004-07-22
Use reverse iterators when updating the vector, since scanning from
Alkis Evlogimenos
2004-07-22
That funny 2-address lowering pass can also cause multiple definitions,
Chris Lattner
2004-07-21
Minor cleanups
Chris Lattner
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
Fix analysis name.
Alkis Evlogimenos
2004-07-21
Clear spilled list at once. Remove unused vector.
Alkis Evlogimenos
2004-07-21
Change std::list into a std::vector for IntervalSets. This reduces
Alkis Evlogimenos
2004-07-21
Improve file comment.
Alkis Evlogimenos
2004-07-21
Add Iterative scan register allocator.
Alkis Evlogimenos
2004-07-21
Linearscan is no longer experimental.
Alkis Evlogimenos
2004-07-20
Add function to clear all virtual->physical mappings but not assigned
Alkis Evlogimenos
2004-07-20
Remove unneeded functor. LiveInterval has a < operator.
Alkis Evlogimenos
2004-07-19
Remove dead code.
Alkis Evlogimenos
2004-07-19
Fix a bug that occurs when the last instruction in a range is dead
Chris Lattner
2004-07-19
When joining intervals, join intervals in deeply nested loops first. This
Chris Lattner
2004-07-19
Split joinIntervals into two methods
Chris Lattner
2004-07-19
There is no need to store the MBB along with the MI any more, we can now
Chris Lattner
2004-07-19
Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead)
Chris Lattner
2004-07-19
Remove the DefBlock element of VarInfo. DefBlock is always DefInst->getParent()
Chris Lattner
2004-07-19
Two changes, both very significant:
Chris Lattner
2004-07-19
See comments. The live intervals were not coming out of the spiller in sorted
Chris Lattner
2004-07-19
Fix assertion to not dereference end!
Chris Lattner
2004-07-19
Add some asserts that the list of intervals returned by addIntervalsForSpills
Chris Lattner
2004-07-19
remove the mbbi2mbbMap_, which was just keeping track of mbb order anyway.
Chris Lattner
2004-07-19
fill comment to 80 cols
Chris Lattner
2004-07-17
It looks like physref->virtreg joining is working fine. Enable it by default
Chris Lattner
2004-07-16
Fix IA64 compatibility
Chris Lattner
2004-07-16
Use new macro
Chris Lattner
2004-07-15
Fix for PR341
Chris Lattner
2004-07-09
Add checks to ensure that there are no unreachable blocks in the function
Chris Lattner
2004-07-09
* Doxygenify comments
Misha Brukman
2004-07-09
Fix typo.
Alkis Evlogimenos
2004-07-09
Improve code comments.
Alkis Evlogimenos
2004-07-08
Add viewCFG() and viewCFGOnly() APIs.
Alkis Evlogimenos
2004-07-07
Disable coalescing.
Alkis Evlogimenos
[prev]
[next]