index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LiveIntervalAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
That funny 2-address lowering pass can also cause multiple definitions,
Chris Lattner
2004-07-22
1
-8
/
+18
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
1
-1
/
+0
*
Remove unneeded functor. LiveInterval has a < operator.
Alkis Evlogimenos
2004-07-20
1
-11
/
+1
*
Fix a bug that occurs when the last instruction in a range is dead
Chris Lattner
2004-07-19
1
-3
/
+6
*
When joining intervals, join intervals in deeply nested loops first. This
Chris Lattner
2004-07-19
1
-4
/
+34
*
Split joinIntervals into two methods
Chris Lattner
2004-07-19
1
-84
/
+85
*
There is no need to store the MBB along with the MI any more, we can now
Chris Lattner
2004-07-19
1
-6
/
+6
*
Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead)
Chris Lattner
2004-07-19
1
-1
/
+1
*
Two changes, both very significant:
Chris Lattner
2004-07-19
1
-11
/
+2
*
See comments. The live intervals were not coming out of the spiller in sorted
Chris Lattner
2004-07-19
1
-1
/
+20
*
remove the mbbi2mbbMap_, which was just keeping track of mbb order anyway.
Chris Lattner
2004-07-19
1
-54
/
+73
*
It looks like physref->virtreg joining is working fine. Enable it by default
Chris Lattner
2004-07-17
1
-10
/
+19
*
Fix typo.
Alkis Evlogimenos
2004-07-09
1
-1
/
+1
*
Improve code comments.
Alkis Evlogimenos
2004-07-09
1
-5
/
+11
*
Disable coalescing.
Alkis Evlogimenos
2004-07-07
1
-1
/
+1
*
Do not crash when joining two intervals of registers of different
Alkis Evlogimenos
2004-07-06
1
-1
/
+10
*
Revert patches 1.79 and 1.80 which had to do with dead MBB's. Now that they
Chris Lattner
2004-07-02
1
-6
/
+4
*
Now that MachineFunction/MachineBasicBlock keep a mapping of blocks to ID #'s
Chris Lattner
2004-07-01
1
-1
/
+1
*
Start using MBB numbers directly instead of going through the live variables
Chris Lattner
2004-07-01
1
-1
/
+1
*
In line with the previous patch, do not assert out if analyzing a dead basic ...
Chris Lattner
2004-06-29
1
-1
/
+4
*
Do not dereference end iterators. It hurts when you do that.
Chris Lattner
2004-06-29
1
-3
/
+2
*
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-25
1
-3
/
+3
*
Rename Interval class to LiveInterval to avoid conflicting with the already
Chris Lattner
2004-06-21
1
-24
/
+27
*
Adjust to new TargetMachine interface
Chris Lattner
2004-06-02
1
-5
/
+4
*
Pull Interval class out of LiveIntervals.
Alkis Evlogimenos
2004-05-30
1
-19
/
+15
*
When spilling an register, introduce a new temporary for each of its
Alkis Evlogimenos
2004-05-30
1
-13
/
+32
*
Remove defs vector from live intervals.
Alkis Evlogimenos
2004-05-29
1
-18
/
+0
*
Remove unneeded header
Alkis Evlogimenos
2004-05-08
1
-1
/
+0
*
numeric_limits::infinity() apparently does not work on all systems. As a
Chris Lattner
2004-05-06
1
-6
/
+4
*
Operate on the Machine CFG instead of on the LLVM CFG
Chris Lattner
2004-05-01
1
-9
/
+8
*
Fix bug introduced in previous commit.
Alkis Evlogimenos
2004-04-12
1
-1
/
+1
*
Correctly compute spill weights
Alkis Evlogimenos
2004-04-12
1
-18
/
+19
*
Print def lists a bit more compactly
Alkis Evlogimenos
2004-04-12
1
-1
/
+1
*
Add definition list to each live interval.
Alkis Evlogimenos
2004-04-09
1
-43
/
+54
*
Change MRegisterInfo::foldMemoryOperand to return the folded
Alkis Evlogimenos
2004-03-14
1
-7
/
+9
*
Add the long awaited memory operand folding support for linear scan
Alkis Evlogimenos
2004-03-01
1
-19
/
+35
*
Uncomment assertions that register# != 0 on calls to
Alkis Evlogimenos
2004-02-26
1
-2
/
+2
*
Move LiveIntervals.h up to be the first included header
Alkis Evlogimenos
2004-02-23
1
-1
/
+1
*
Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other pa...
Alkis Evlogimenos
2004-02-23
1
-1
/
+1
*
Print basic block boundaries in machine instruction debug output.
Alkis Evlogimenos
2004-02-22
1
-4
/
+7
*
Abstract merging of ranges away from number of slots per instruction.
Alkis Evlogimenos
2004-02-22
1
-3
/
+7
*
Make 'fold' statistic's description the same in both allocators.
Alkis Evlogimenos
2004-02-21
1
-1
/
+1
*
Some more statistics improvements.
Alkis Evlogimenos
2004-02-20
1
-11
/
+17
*
Disambiguate statistic descriptions.
Alkis Evlogimenos
2004-02-20
1
-1
/
+1
*
Rename statistic and add another one.
Alkis Evlogimenos
2004-02-20
1
-3
/
+6
*
Too many changes in one commit:
Alkis Evlogimenos
2004-02-20
1
-70
/
+90
*
Be more agressive when joining ranges.
Alkis Evlogimenos
2004-02-18
1
-9
/
+9
*
Fix overly conservative spill interval computation.
Alkis Evlogimenos
2004-02-18
1
-4
/
+3
*
Fix spilled interval update. It was too conservative.
Alkis Evlogimenos
2004-02-17
1
-1
/
+4
*
Eliminate the use of spill (reserved) registers.
Alkis Evlogimenos
2004-02-15
1
-33
/
+103
[next]