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
*
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
*
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
1
-28
/
+34
*
Refactor code. No functionality change.
Evan Cheng
2009-01-20
1
-34
/
+75
*
Use assertions to check for conditions that should never happen.
Dan Gohman
2009-01-13
1
-12
/
+6
*
Un-tabify.
Evan Cheng
2009-01-13
1
-1
/
+1
*
FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a ...
Evan Cheng
2009-01-13
1
-0
/
+13
*
The coalescer does not coalesce a virtual register to a physical register if ...
Evan Cheng
2009-01-07
1
-17
/
+35
*
squash warnings.
Devang Patel
2009-01-05
1
-1
/
+1
*
Fix PR3149. If an early clobber def is a physical register and it is tied to ...
Evan Cheng
2008-12-19
1
-0
/
+20
*
Perform this loop only when the -debug flag is specified.
Bill Wendling
2008-12-19
1
-5
/
+7
*
Remove val# defined by a remat'ed def that is now dead.
Evan Cheng
2008-10-27
1
-2
/
+25
*
When the coalescer is doing rematerializing, have it remove
Dan Gohman
2008-10-21
1
-2
/
+3
*
Also update sub-register intervals after a trivial computation is rematt'ed f...
Evan Cheng
2008-10-13
1
-0
/
+10
*
fix typo
Chris Lattner
2008-10-11
1
-1
/
+1
*
Add an option to enable StrongPHIElimination, for ease of testing.
Owen Anderson
2008-10-07
1
-1
/
+5
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-5
/
+5
*
Re-apply 56835 along with header file changes.
Evan Cheng
2008-09-30
1
-1
/
+2
*
Revert commit 56835 since it breaks the build.
Duncan Sands
2008-09-30
1
-2
/
+1
*
If a re-materializable instruction has a register operand, the spiller will c...
Evan Cheng
2008-09-30
1
-1
/
+2
[next]