index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SimpleRegisterCoalescing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
inline the global 'getInstrOperandRegClass' function into its callers
Chris Lattner
2009-07-29
1
-1
/
+1
*
Avoid build warnings.
Mike Stump
2009-07-27
1
-0
/
+1
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
1
-13
/
+14
*
Make some changes suggested by Bill and Evan.
David Greene
2009-07-22
1
-17
/
+1
*
Add some support for iterative coalescers to calculate a joined live
David Greene
2009-07-21
1
-1
/
+18
*
Cross RC coalescing is now on by default.
Evan Cheng
2009-07-21
1
-4
/
+4
*
Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu...
Evan Cheng
2009-07-20
1
-12
/
+18
*
Catch more coalescing opportunities.
Evan Cheng
2009-07-18
1
-4
/
+7
*
Enable cross register class coalescing.
Evan Cheng
2009-07-18
1
-10
/
+21
*
Simplify some more.
Evan Cheng
2009-07-17
1
-74
/
+5
*
Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDef...
Evan Cheng
2009-07-17
1
-122
/
+2
*
Let callers decide the sub-register index on the def operand of rematerialize...
Evan Cheng
2009-07-16
1
-7
/
+8
*
ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situa...
Evan Cheng
2009-07-15
1
-1
/
+6
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
1
-2
/
+2
*
Fix pr4544. When remating, make sure the destination register fits the instru...
Evan Cheng
2009-07-14
1
-0
/
+11
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
1
-3
/
+3
*
Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd...
Evan Cheng
2009-07-10
1
-3
/
+17
*
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-07-09
1
-9
/
+7
*
Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...
Evan Cheng
2009-07-01
1
-5
/
+14
*
Fix another register coalescer crash: forgot to check if the instruction bein...
Evan Cheng
2009-06-22
1
-3
/
+7
*
- Update register allocation hint after coalescing. This is done by the targe...
Evan Cheng
2009-06-18
1
-0
/
+3
*
VNInfo cleanup.
Lang Hames
2009-06-17
1
-22
/
+32
*
Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs.
Evan Cheng
2009-06-16
1
-6
/
+6
*
If a val# is defined by an implicit_def and it is being removed, all of the c...
Evan Cheng
2009-06-16
1
-20
/
+27
*
Part 1.
Evan Cheng
2009-06-15
1
-36
/
+11
*
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-06-14
1
-12
/
+59
*
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-06-02
1
-1
/
+1
*
Fixed PR4090.
Lang Hames
2009-05-11
1
-1
/
+16
*
Join cross class copies using getCommonSubClass()
Jakob Stoklund Olesen
2009-04-30
1
-20
/
+8
*
Add a smarter heuristic to determine when to coalesce a virtual register with...
Evan Cheng
2009-04-30
1
-20
/
+161
*
Move getMatchingSuperReg() out of coalescer and into TargetRegisterInfo.
Evan Cheng
2009-04-28
1
-16
/
+4
*
Don't coalesce a physical register with an incompatible virtual register.
Jakob Stoklund Olesen
2009-04-28
1
-5
/
+42
*
Don't skip the CopyMI when removing kill markers.
Owen Anderson
2009-04-27
1
-2
/
+0
*
Update comments.
Evan Cheng
2009-04-23
1
-2
/
+2
*
Fix an obvious type.
Evan Cheng
2009-04-23
1
-1
/
+1
*
Implement support for using modeling implicit-zero-extension on x86-64
Dan Gohman
2009-04-08
1
-24
/
+49
*
Fix grammar-o in comment.
Bill Wendling
2009-03-30
1
-1
/
+1
*
My last coalescer fix introduced a subtler one. It's aborting a commuting opt...
Evan Cheng
2009-03-11
1
-5
/
+11
*
Two coalescer fixes in one.
Evan Cheng
2009-03-11
1
-6
/
+20
*
If a use operand is marked isKill, don't forget to add kill to its live inter...
Evan Cheng
2009-02-22
1
-4
/
+6
*
Fix another case ShortenDeadCopySrcLiveRange is shortening too much. No test ...
Evan Cheng
2009-02-09
1
-6
/
+13
*
Fix PR3486. Fix a bug in code that manually patch physical register live inte...
Evan Cheng
2009-02-08
1
-14
/
+25
*
Strengthen the previous check.
Evan Cheng
2009-02-08
1
-4
/
+5
*
r64073 commit message is lost. Here it is:
Evan Cheng
2009-02-08
1
-3
/
+4
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...
Evan Cheng
2009-02-08
1
-3
/
+10
*
isAsCheapAsMove instructions can have register src operands. Check if they ar...
Evan Cheng
2009-02-05
1
-0
/
+3
*
ReMaterializeTrivialDef need to trim the live interval to the last kill if th...
Evan Cheng
2009-02-05
1
-79
/
+99
*
Skip over zero registers.
Evan Cheng
2009-02-04
1
-0
/
+2
*
Only check if coalescing is worthwhile when the result is targeting a more re...
Evan Cheng
2009-01-23
1
-1
/
+6
*
Cross register class coalescing. Not yet enabled.
Evan Cheng
2009-01-23
1
-94
/
+115
[next]