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
/
lib
/
CodeGen
/
LiveIntervalAnalysis.cpp
Age
Commit message (
Expand
)
Author
2007-10-17
Apply Chris' suggestions.
Evan Cheng
2007-10-17
Clean up code that calculate MBB live-in's.
Evan Cheng
2007-10-12
Did mean to leave this in. INSERT_SUBREG isn't being coalesced yet.
Evan Cheng
2007-10-12
EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like
Evan Cheng
2007-10-08
Kill cycle of an live range is always the last use index + 1.
Evan Cheng
2007-10-03
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-09-14
Remove isReg, isImm, and isMBB, and change all their users to use
Dan Gohman
2007-09-06
Fix a memory leak.
Evan Cheng
2007-09-05
Use pool allocator for all the VNInfo's to improve memory access locality. Th...
Evan Cheng
2007-08-30
Try fold re-materialized load instructions into its uses.
Evan Cheng
2007-08-29
Change LiveRange so it keeps a pointer to the VNInfo rather than an index.
Evan Cheng
2007-08-16
Fix some kill info update bugs; add hidden option -disable-rematerialization ...
Evan Cheng
2007-08-13
Re-implement trivial rematerialization. This allows def MIs whose live interv...
Evan Cheng
2007-08-11
Code to maintain kill information during register coalescing.
Evan Cheng
2007-08-08
Adding kill info to val#.
Evan Cheng
2007-08-08
- Each val# can have multiple kills.
Evan Cheng
2007-08-07
- LiveInterval value#'s now have 3 components: def instruction #,
Evan Cheng
2007-06-27
If a livein is not used in the block. It's live through.
Evan Cheng
2007-06-27
Fix an obvious bug. Old code only worked for the entry block.
Evan Cheng
2007-06-19
Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad
Dan Gohman
2007-06-14
Add a target hook to allow loads from constant pools to be rematerialized, an...
Dan Gohman
2007-06-08
Factor live variable analysis so it does not do register coalescing
David Greene
2007-05-14
Only worry about intervening kill if there are more than one live ranges in t...
Evan Cheng
2007-05-14
Fix for PR1406:
Evan Cheng
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Fix build error.
Lauro Ramos Venancio
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-26
Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.
Evan Cheng
2007-04-25
Fix for PR1306.
Evan Cheng
2007-04-18
VarInfo::UsedBlocks is no longer used. Remove.
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-04
Re-materialize all loads from fixed stack slots.
Evan Cheng
2007-04-04
Trivially re-materializable instructions have spill weights that are half of ...
Evan Cheng
2007-04-02
Ugh. Copy coalescer does not update register numbers.
Evan Cheng
2007-03-30
Bug fix for PR1279. When isDead is propagate by copy coalescing, we keep length
Evan Cheng
2007-03-28
Move rematerialization out of beta.
Evan Cheng
2007-03-28
Fix for PR1279. Dead def has a live interval of length 1. Copy coalescing should
Evan Cheng
2007-03-26
Fix for PR1266. Don't mark a two address operand IsKill.
Evan Cheng
2007-03-22
Fix for PR1257. Bug in live range shortening as a result of copy coalescing
Evan Cheng
2007-03-20
First cut trivial re-materialization support.
Evan Cheng
2007-03-19
Remove -reduce-joining-phys-regs options. Make it on by default.
Evan Cheng
2007-03-19
Minor bug fix.
Evan Cheng
2007-03-18
- Merge UsedBlocks info after two virtual registers are coalesced.
Evan Cheng
2007-03-17
Joining a live interval of a physical register with a virtual one can turn out
Evan Cheng
2007-03-15
Debugging output stuff.
Evan Cheng
2007-03-03
Watch out for cases like this:
Evan Cheng
2007-03-02
Dead live-in detection bug.
Evan Cheng
2007-03-01
Oops.
Evan Cheng
[next]