index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SimpleRegisterCoalescing.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Coalesce copy from one register class to a sub register class. e.g. X86::MOV1...
Evan Cheng
2008-06-19
1
-3
/
+13
*
The coalescer doesn't need LiveVariables now that we have register use iterat...
Owen Anderson
2008-05-30
1
-1
/
+0
*
After reading memory that's already freed.
Evan Cheng
2008-04-16
1
-4
/
+4
*
Add comment.
Evan Cheng
2008-04-10
1
-0
/
+2
*
- More aggressively coalescing away copies whose source is defined by an impl...
Evan Cheng
2008-04-09
1
-2
/
+20
*
- Turn copies of implicit_def into implicit_def instructions.
Evan Cheng
2008-04-03
1
-0
/
+6
*
Rewrite code that propagate isDead information after a dead copy is coalesced...
Evan Cheng
2008-03-18
1
-1
/
+5
*
- Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t...
Evan Cheng
2008-03-10
1
-0
/
+4
*
Fix a coalescer bug wrt how dead copy interval is shortened.
Evan Cheng
2008-03-05
1
-0
/
+6
*
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-03-05
1
-4
/
+0
*
No need for coalescer to update kills. Only copies are coalesced and those in...
Evan Cheng
2008-02-29
1
-8
/
+0
*
Refactor some code; check if commuteInstruction is able to commute the instru...
Evan Cheng
2008-02-16
1
-0
/
+5
*
- Removing the infamous r2rMap_ and rep() method. Now the coalescer will update
Evan Cheng
2008-02-15
1
-51
/
+26
*
Initial support for copy elimination by commuting its definition MI.
Evan Cheng
2008-02-13
1
-1
/
+8
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords, and fix a minor typo that they uncovered.
Dan Gohman
2007-12-14
1
-2
/
+3
*
Switch over to MachineLoopInfo.
Evan Cheng
2007-12-11
1
-2
/
+2
*
First step towards moving the coalescer to priority_queue based machinery.
Evan Cheng
2007-11-06
1
-16
/
+70
*
Move SimpleRegisterCoalescing.h to lib/CodeGen since there is now a common
Evan Cheng
2007-11-05
1
-0
/
+184