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