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
*
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
*
Use std::numeric_limits<float>::infinity() instead of
Alkis Evlogimenos
2004-02-14
1
-1
/
+1
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
1
-2
/
+2
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-27
/
+23
*
Do not use MachineOperand::isVirtualRegister either!
Chris Lattner
2004-02-10
1
-1
/
+2
*
Change live interval representation. Machine instructions now have two
Alkis Evlogimenos
2004-02-05
1
-22
/
+31
*
We don't need to scan the blocks that we are live-in on every
Alkis Evlogimenos
2004-02-05
1
-12
/
+13
*
Should be more careful. The previously applied change made all counts
Alkis Evlogimenos
2004-02-02
1
-10
/
+6
*
Change string for joined intervals.
Alkis Evlogimenos
2004-02-01
1
-1
/
+1
*
Change xor to ^.
Alkis Evlogimenos
2004-02-01
1
-1
/
+1
*
Missed one silly assert :-)
Alkis Evlogimenos
2004-02-01
1
-1
/
+1
*
Simplify joinIntervals() code.
Alkis Evlogimenos
2004-02-01
1
-62
/
+57
*
Use MRegisterInfo::isPhysicalRegister and
Alkis Evlogimenos
2004-02-01
1
-11
/
+11
*
Apply final part of Chris' patch.
Alkis Evlogimenos
2004-01-31
1
-11
/
+9
*
Be a little smarter on the way we handle physical register defs.
Alkis Evlogimenos
2004-01-31
1
-26
/
+13
*
Merge safe parts from last night's buggy commit. These do not break
Alkis Evlogimenos
2004-01-31
1
-47
/
+71
*
Optimize liveAt() and overlaps(). We now use a binary search instead
Alkis Evlogimenos
2004-01-31
1
-20
/
+30
*
Revert last night's changes as they broke some tests. Will remerge parts of t...
Alkis Evlogimenos
2004-01-31
1
-105
/
+105
*
Several performance enhancements and cleanups from Chris.
Alkis Evlogimenos
2004-01-31
1
-105
/
+105
*
Fix failing test cases with joined live intervals. It turns out that
Alkis Evlogimenos
2004-01-23
1
-3
/
+24
*
Add option to join live intervals. Two intervals are joined if there
Alkis Evlogimenos
2004-01-22
1
-40
/
+169
*
Revert previous change. The code was correct...
Alkis Evlogimenos
2004-01-22
1
-1
/
+1
*
Fix incorrect negatives in LiveIntervals::Interval::liveAt().
Alkis Evlogimenos
2004-01-22
1
-1
/
+1
*
Add asserts to previous change.
Alkis Evlogimenos
2004-01-16
1
-2
/
+6
[next]