index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
LiveIntervalAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for PR1279. Dead def has a live interval of length 1. Copy coalescing should
Evan Cheng
2007-03-28
1
-3
/
+5
*
Fix for PR1266. Don't mark a two address operand IsKill.
Evan Cheng
2007-03-26
1
-3
/
+3
*
Fix for PR1257. Bug in live range shortening as a result of copy coalescing
Evan Cheng
2007-03-22
1
-11
/
+9
*
First cut trivial re-materialization support.
Evan Cheng
2007-03-20
1
-5
/
+26
*
Remove -reduce-joining-phys-regs options. Make it on by default.
Evan Cheng
2007-03-19
1
-3
/
+1
*
Minor bug fix.
Evan Cheng
2007-03-19
1
-1
/
+1
*
- Merge UsedBlocks info after two virtual registers are coalesced.
Evan Cheng
2007-03-18
1
-23
/
+30
*
Joining a live interval of a physical register with a virtual one can turn out
Evan Cheng
2007-03-17
1
-0
/
+54
*
Debugging output stuff.
Evan Cheng
2007-03-15
1
-4
/
+4
*
Watch out for cases like this:
Evan Cheng
2007-03-03
1
-4
/
+5
*
Dead live-in detection bug.
Evan Cheng
2007-03-02
1
-2
/
+2
*
Oops.
Evan Cheng
2007-03-01
1
-1
/
+0
*
Track all joined registers and eliminate unneeded kills after all joining are...
Evan Cheng
2007-03-01
1
-22
/
+42
*
Joining an interval with a dead copy instruction. Shorten the live range to t...
Evan Cheng
2007-02-26
1
-20
/
+46
*
Fix a couple of bugs related IsDead back propagation during coalescing.
Evan Cheng
2007-02-25
1
-5
/
+10
*
If the liveinterval of the source instruction has been extended, remove the I...
Evan Cheng
2007-02-25
1
-0
/
+6
*
Handle cases when joining live intervals of two virtual registers.
Evan Cheng
2007-02-23
1
-7
/
+17
*
Remove unnecessary isKill properties if a live range has been lengthened due ...
Evan Cheng
2007-02-22
1
-1
/
+24
*
Allow for live in registers for eh landing pads.
Jim Laskey
2007-02-21
1
-5
/
+6
*
Out of bound reference.
Evan Cheng
2007-02-21
1
-2
/
+2
*
Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.
Evan Cheng
2007-02-19
1
-54
/
+135
*
For PR1207:
Reid Spencer
2007-02-19
1
-134
/
+54
*
- Changes how function livein's are handled, they now have a start index of 0.
Evan Cheng
2007-02-17
1
-54
/
+134
*
Use BitVector instead of vector<bool> which can be extremely slow.
Evan Cheng
2007-02-15
1
-1
/
+1
*
Allow any MachineBasicBlock (not just the entry block) to have live-in physical
Evan Cheng
2007-02-13
1
-39
/
+33
*
Eliminate static ctors from Statistics
Chris Lattner
2006-12-19
1
-15
/
+6
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-2
/
+2
*
MI keeps a ptr of TargetInstrDescriptor, use it.
Evan Cheng
2006-12-07
1
-1
/
+2
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-5
/
+5
*
Unbreak VC++ build.
Jeff Cohen
2006-12-02
1
-0
/
+1
*
Match TargetInstrInfo changes.
Evan Cheng
2006-12-01
1
-2
/
+1
*
Converted to using llvm streams instead of <iostream>s
Bill Wendling
2006-11-29
1
-68
/
+68
*
Don't recompute getNumOperands for each iteration.
Bill Wendling
2006-11-16
1
-1
/
+1
*
Added a new method "CreateNewLiveInterval" which, given a list of
Bill Wendling
2006-11-16
1
-0
/
+49
*
A register def can be partially dead when the whole register has use(s) but a...
Evan Cheng
2006-11-15
1
-1
/
+8
*
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-11-10
1
-8
/
+1
*
Remove redundant <cmath>.
Jim Laskey
2006-11-08
1
-1
/
+0
*
Enable improved spilling costs by default. This speeds up viterbi on x86
Chris Lattner
2006-11-07
1
-12
/
+7
*
Use correct value for float HUGH_VAL.
Jim Laskey
2006-11-07
1
-4
/
+4
*
Add a new llcbeta option. This speeds up viterbi from 12.34 to 8.76s on
Chris Lattner
2006-11-07
1
-4
/
+19
*
Proper check for two-addressness.
Evan Cheng
2006-11-03
1
-7
/
+22
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+1
*
Keep track of the start of MBB's in a separate map from instructions. This
Chris Lattner
2006-09-15
1
-38
/
+45
*
Fix a long-standing wart in the code generator: two-address instruction lowering
Chris Lattner
2006-09-05
1
-42
/
+48
*
Correct fix for a crasher on functions with live in values
Chris Lattner
2006-09-04
1
-4
/
+6
*
Hack around a regression I introduced yesterday
Chris Lattner
2006-09-04
1
-0
/
+3
*
Avoid beating on the mi2i map when we know the answer already.
Chris Lattner
2006-09-03
1
-12
/
+19
*
minor speedup
Chris Lattner
2006-09-03
1
-3
/
+3
*
Iteration is required for some cases, even if they don't occur in crafty.
Chris Lattner
2006-09-02
1
-13
/
+24
*
When joining two intervals where the RHS is really simple, use a light-weight
Chris Lattner
2006-09-02
1
-11
/
+155
[next]