index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
LiveIntervalAnalysis.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use pool allocator for all the VNInfo's to improve memory access locality. Th...
Evan Cheng
2007-09-05
1
-0
/
+7
*
Add a variant of foldMemoryOperand to fold any load / store, not just load / ...
Evan Cheng
2007-08-30
1
-5
/
+7
*
Change LiveRange so it keeps a pointer to the VNInfo rather than an index.
Evan Cheng
2007-08-29
1
-1
/
+1
*
Re-implement trivial rematerialization. This allows def MIs whose live interv...
Evan Cheng
2007-08-13
1
-7
/
+30
*
Factor live variable analysis so it does not do register coalescing
David Greene
2007-06-08
1
-114
/
+30
*
Fix for PR1406:
Evan Cheng
2007-05-14
1
-1
/
+5
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-1
/
+1
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+3
*
Fix for PR1306.
Evan Cheng
2007-04-25
1
-1
/
+1
*
Don't populate TryAgainList when coalescing only physical registers with virt...
Evan Cheng
2007-04-18
1
-1
/
+1
*
Copy coalescing change to prevent a physical register from being pin to a
Evan Cheng
2007-04-17
1
-2
/
+6
*
Ugh. Copy coalescer does not update register numbers.
Evan Cheng
2007-04-02
1
-0
/
+4
*
Track all joined registers and eliminate unneeded kills after all joining are...
Evan Cheng
2007-03-01
1
-3
/
+10
*
Joining an interval with a dead copy instruction. Shorten the live range to t...
Evan Cheng
2007-02-26
1
-3
/
+5
*
Copy and paste silliness.
Evan Cheng
2007-02-22
1
-2
/
+1
*
Remove unnecessary isKill properties if a live range has been lengthened due ...
Evan Cheng
2007-02-22
1
-0
/
+11
*
Allow for live in registers for eh landing pads.
Jim Laskey
2007-02-21
1
-1
/
+3
*
Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.
Evan Cheng
2007-02-19
1
-2
/
+16
*
For PR1207:
Reid Spencer
2007-02-19
1
-16
/
+2
*
- Changes how function livein's are handled, they now have a start index of 0.
Evan Cheng
2007-02-17
1
-2
/
+16
*
Use BitVector instead of vector<bool> which can be extremely slow.
Evan Cheng
2007-02-15
1
-1
/
+2
*
rename DenseMap to IndexedMap.
Chris Lattner
2007-02-01
1
-2
/
+2
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-0
/
+3
*
Added a new method "CreateNewLiveInterval" which, given a list of
Bill Wendling
2006-11-16
1
-0
/
+5
*
Keep track of the start of MBB's in a separate map from instructions. This
Chris Lattner
2006-09-15
1
-2
/
+17
*
revert accidentally committed file
Chris Lattner
2006-09-14
1
-23
/
+3
*
Remove dead methods, add getNumBlockIDs() method
Chris Lattner
2006-09-14
1
-3
/
+23
*
Avoid beating on the mi2i map when we know the answer already.
Chris Lattner
2006-09-03
1
-4
/
+6
*
Fix a typo pointed out by Gabor
Chris Lattner
2006-09-02
1
-1
/
+1
*
Iteration is required for some cases, even if they don't occur in crafty.
Chris Lattner
2006-09-02
1
-3
/
+15
*
new method
Chris Lattner
2006-09-02
1
-0
/
+7
*
Iterative coallescing doesn't buy us anything (we get identical results on
Chris Lattner
2006-09-01
1
-15
/
+2
*
avoid calling the virtual isMoveInstr method endlessly by caching its results.
Chris Lattner
2006-08-31
1
-2
/
+2
*
Teach the coallescer to coallesce live intervals joined by an arbitrary
Chris Lattner
2006-08-29
1
-1
/
+8
*
Take advantage of the recent improvements to the liveintervals set (tracking
Chris Lattner
2006-08-24
1
-14
/
+40
*
Backing out fix for PR770. Need to re-apply it after live range splitting is ...
Evan Cheng
2006-05-12
1
-5
/
+4
*
PR 770 - permit coallescing of registers in subset register classes.
Evan Cheng
2006-05-09
1
-3
/
+5
*
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2006-02-22
1
-1
/
+1
*
revert an accidental commit
Chris Lattner
2006-01-29
1
-5
/
+1
*
Make ConstantFP legalize into TargetConstantFP like other leaf nodes do. Allow
Chris Lattner
2006-01-29
1
-1
/
+5
*
add missing prototype
Chris Lattner
2005-10-21
1
-0
/
+4
*
move the live interval headers out of lib/CodeGen/
Chris Lattner
2005-09-21
1
-1
/
+1
*
Teach live intervals to not crash on dead livein regs
Chris Lattner
2005-09-02
1
-1
/
+2
*
Allow the live interval analysis pass to be a bit more aggressive about
Chris Lattner
2005-03-09
1
-3
/
+9
*
For PR387:\
Reid Spencer
2004-12-07
1
-1
/
+1
*
* Wrap some comments to 80 cols
Chris Lattner
2004-09-30
1
-1
/
+6
*
Use a DenseMap for mapping reg->reg. This improves the LiveInterval
Alkis Evlogimenos
2004-09-08
1
-6
/
+7
*
Use newly added API in MRegisterInfo.
Alkis Evlogimenos
2004-08-26
1
-0
/
+2
[next]