index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
2008-01-24
Move some functionality for adding flags to MachineInstr's into methods on Ma...
Owen Anderson
2008-01-10
Only remat loads from immutable stack slots.
Evan Cheng
2008-01-10
Simplify some code.
Evan Cheng
2008-01-10
Don't use LiveVariables::VarInfo::DefInst.
Owen Anderson
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
simplify some code using new predicates
Chris Lattner
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
Owen Anderson
2008-01-06
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-04
Don't recalculate the loop info and loop dominators analyses if they're
Bill Wendling
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-30
More cleanups for MachineOperand:
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-12
Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...
Evan Cheng
2007-12-11
Switch over to MachineLoopInfo.
Evan Cheng
2007-12-08
Reverting 44702. It wasn't correct to rename them.
Bill Wendling
2007-12-08
Renaming:
Bill Wendling
2007-12-06
Turning simple splitting on. Start testing new coalescer heuristics as new ll...
Evan Cheng
2007-12-06
Fix for PR1831: if all defs of an interval are re-materializable, then it's a...
Evan Cheng
2007-12-05
MachineInstr can change. Store indexes instead.
Evan Cheng
2007-12-05
If a split live interval is spilled again, remove the kill marker on its last...
Evan Cheng
2007-12-05
Clobber more bugs.
Evan Cheng
2007-12-05
Fix kill info for split intervals.
Evan Cheng
2007-12-05
- Mark last use of a split interval as kill instead of letting spiller track it.
Evan Cheng
2007-12-04
Discard split intervals made empty due to folding.
Evan Cheng
2007-12-03
Typo
Evan Cheng
2007-12-03
Update kill info for uses of split intervals.
Evan Cheng
2007-12-02
Remove redundant foldMemoryOperand variants and other code clean up.
Evan Cheng
2007-12-01
Fix a bug where splitting cause some unnecessary spilling.
Evan Cheng
2007-12-01
Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...
Evan Cheng
2007-11-30
Do not fold reload into an instruction with multiple uses. It issues one extr...
Evan Cheng
2007-11-29
Do not lose rematerialization info when spilling already split live intervals.
Evan Cheng
2007-11-29
Fix a major performance issue with splitting. If there is a def (not def/use)
Evan Cheng
2007-11-29
Replace the odd kill# hack with something less fragile.
Evan Cheng
2007-11-29
Fixed various live interval splitting bugs / compile time issues.
Evan Cheng
2007-11-28
Recover compile time regression.
Evan Cheng
2007-11-17
Live interval splitting:
Evan Cheng
2007-11-15
Fix a thinko in post-allocation coalescer.
Evan Cheng
2007-11-14
Clean up sub-register implementation by moving subReg information back to
Evan Cheng
2007-11-12
Refactor some code.
Evan Cheng
2007-11-07
Simplify my (il)logic.
Evan Cheng
2007-11-06
When the allocator rewrite a spill register with new virtual register, it rep...
Evan Cheng
2007-11-06
Fix a bug where a def use operand isn't being detected as a sub-register use.
Evan Cheng
2007-11-05
Fix PR1187.
Evan Cheng
2007-11-03
There are times when the coalescer would not coalesce away a copy but the copy
Evan Cheng
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
[next]