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
/
SimpleRegisterCoalescing.cpp
Age
Commit message (
Expand
)
Author
2009-09-21
Merge in fix for PR4910.
Tanya Lattner
2009-09-08
Merge 81204 from mainline (with minor tweak).
Tanya Lattner
2009-08-10
Modified VNInfo. The "copy" member is now a union which holds the copy for a ...
Lang Hames
2009-08-07
Another coalescer bug. When a dead copy is eliminated, transfer the kill to a...
Evan Cheng
2009-08-05
Rename a variable to make MSVC happy.
Benjamin Kramer
2009-08-05
Another nasty coalescer bug (is there another kind):
Evan Cheng
2009-08-03
Fix a coaelescer bug. If a copy val# is extended to eliminate a non-trivially...
Evan Cheng
2009-07-31
Use setPreservesAll and setPreservesCFG in CodeGen passes.
Dan Gohman
2009-07-29
inline the global 'getInstrOperandRegClass' function into its callers
Chris Lattner
2009-07-27
Avoid build warnings.
Mike Stump
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-22
Make some changes suggested by Bill and Evan.
David Greene
2009-07-21
Add some support for iterative coalescers to calculate a joined live
David Greene
2009-07-21
Cross RC coalescing is now on by default.
Evan Cheng
2009-07-20
Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...
Evan Cheng
2009-07-18
Catch more coalescing opportunities.
Evan Cheng
2009-07-18
Enable cross register class coalescing.
Evan Cheng
2009-07-17
Simplify some more.
Evan Cheng
2009-07-17
Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDef...
Evan Cheng
2009-07-16
Let callers decide the sub-register index on the def operand of rematerialize...
Evan Cheng
2009-07-15
ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situa...
Evan Cheng
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
Fix pr4544. When remating, make sure the destination register fits the instru...
Evan Cheng
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-10
Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd...
Evan Cheng
2009-07-09
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-07-01
Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...
Evan Cheng
2009-06-22
Fix another register coalescer crash: forgot to check if the instruction bein...
Evan Cheng
2009-06-18
- Update register allocation hint after coalescing. This is done by the targe...
Evan Cheng
2009-06-17
VNInfo cleanup.
Lang Hames
2009-06-16
Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs.
Evan Cheng
2009-06-16
If a val# is defined by an implicit_def and it is being removed, all of the c...
Evan Cheng
2009-06-15
Part 1.
Evan Cheng
2009-06-14
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-06-02
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-05-11
Fixed PR4090.
Lang Hames
2009-04-30
Join cross class copies using getCommonSubClass()
Jakob Stoklund Olesen
2009-04-30
Add a smarter heuristic to determine when to coalesce a virtual register with...
Evan Cheng
2009-04-28
Move getMatchingSuperReg() out of coalescer and into TargetRegisterInfo.
Evan Cheng
2009-04-28
Don't coalesce a physical register with an incompatible virtual register.
Jakob Stoklund Olesen
2009-04-27
Don't skip the CopyMI when removing kill markers.
Owen Anderson
2009-04-23
Update comments.
Evan Cheng
2009-04-23
Fix an obvious type.
Evan Cheng
2009-04-08
Implement support for using modeling implicit-zero-extension on x86-64
Dan Gohman
2009-03-30
Fix grammar-o in comment.
Bill Wendling
2009-03-11
My last coalescer fix introduced a subtler one. It's aborting a commuting opt...
Evan Cheng
2009-03-11
Two coalescer fixes in one.
Evan Cheng
2009-02-22
If a use operand is marked isKill, don't forget to add kill to its live inter...
Evan Cheng
2009-02-09
Fix another case ShortenDeadCopySrcLiveRange is shortening too much. No test ...
Evan Cheng
2009-02-08
Fix PR3486. Fix a bug in code that manually patch physical register live inte...
Evan Cheng
[next]