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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-09
1
-2
/
+5
*
isTriviallyReMaterializable checks the
Dan Gohman
2009-10-09
1
-2
/
+1
*
Oops. Renamed remaining MachineInstrIndex references.
Lang Hames
2009-10-03
1
-3
/
+3
*
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-10-03
1
-45
/
+45
*
Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg of
Evan Cheng
2009-09-28
1
-3
/
+16
*
Clean up LiveVariables and change how it deals with partial updates and kills...
Evan Cheng
2009-09-24
1
-2
/
+13
*
Fix a obvious logic error.
Evan Cheng
2009-09-23
1
-15
/
+15
*
Fix a pasto. Also simplify for Bill's benefit.
Evan Cheng
2009-09-22
1
-2
/
+4
*
Clean up spill weight computation. Also some changes to give loop induction
Evan Cheng
2009-09-21
1
-54
/
+94
*
Fix this assertion string to mention subreg_to_reg.
Dan Gohman
2009-09-21
1
-2
/
+2
*
Tabs -> spaces, and remove trailing whitespace.
Daniel Dunbar
2009-09-20
1
-67
/
+67
*
Fix PR4910: Broken logic in coalescer means when a physical register liveness...
Evan Cheng
2009-09-17
1
-3
/
+4
*
Remove -new-coalescer-heuristic. It's not useful.
Evan Cheng
2009-09-12
1
-127
/
+19
*
When remat'ing and destination virtual register has a sub-register index. Mak...
Evan Cheng
2009-09-08
1
-0
/
+16
*
Replaces uses of unsigned for indexes in LiveInterval and VNInfo with
Lang Hames
2009-09-04
1
-77
/
+94
*
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
1
-2
/
+2
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-1
/
+1
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-59
/
+95
*
Modified VNInfo. The "copy" member is now a union which holds the copy for a ...
Lang Hames
2009-08-10
1
-15
/
+15
*
Another coalescer bug. When a dead copy is eliminated, transfer the kill to a...
Evan Cheng
2009-08-07
1
-5
/
+6
*
Rename a variable to make MSVC happy.
Benjamin Kramer
2009-08-05
1
-3
/
+3
*
Another nasty coalescer bug (is there another kind):
Evan Cheng
2009-08-05
1
-5
/
+19
*
Fix a coaelescer bug. If a copy val# is extended to eliminate a non-trivially...
Evan Cheng
2009-08-03
1
-1
/
+8
*
Use setPreservesAll and setPreservesCFG in CodeGen passes.
Dan Gohman
2009-07-31
1
-0
/
+1
*
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.
Torok Edwin
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.
Torok Edwin
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
[next]