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
/
RegAllocLinearScan.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Undo tweak. It had no obvious benefit.
Evan Cheng
2008-03-13
1
-19
/
+4
*
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-11
1
-2
/
+22
*
Temporarily revert 48175.
Evan Cheng
2008-03-11
1
-7
/
+1
*
If the register allocator ran out of registers, just abort for now.
Evan Cheng
2008-03-10
1
-1
/
+7
*
Use a smallvector for inactiveCounts and initialize it lazily
Chris Lattner
2008-02-26
1
-4
/
+10
*
Rename PrintableName to Name.
Bill Wendling
2008-02-26
1
-6
/
+6
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
1
-6
/
+7
*
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-20
1
-2
/
+4
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-46
/
+46
*
Don't recalculate the loop info and loop dominators analyses if they're
Bill Wendling
2008-01-04
1
-0
/
+2
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-9
/
+9
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Switch over to MachineLoopInfo.
Evan Cheng
2007-12-11
1
-4
/
+4
*
Live interval splitting:
Evan Cheng
2007-11-17
1
-5
/
+13
*
Adding debug output during coalescing.
Bill Wendling
2007-11-15
1
-0
/
+1
*
Need to increment the iterator.
Bill Wendling
2007-11-15
1
-1
/
+1
*
Refactor some code.
Evan Cheng
2007-11-12
1
-3
/
+3
*
If an interval is being undone clear its preference as well since the source ...
Evan Cheng
2007-11-04
1
-1
/
+6
*
There are times when the coalescer would not coalesce away a copy but the copy
Evan Cheng
2007-11-03
1
-9
/
+89
*
Apply Chris' suggestions.
Evan Cheng
2007-10-17
1
-1
/
+2
*
Clean up code that calculate MBB live-in's.
Evan Cheng
2007-10-17
1
-17
/
+19
*
Some clean up.
Evan Cheng
2007-10-16
1
-19
/
+10
*
Some clean up.
Evan Cheng
2007-10-12
1
-3
/
+0
*
Pluggable coalescers inplementation.
David Greene
2007-09-06
1
-1
/
+9
*
Re-implement trivial rematerialization. This allows def MIs whose live interv...
Evan Cheng
2007-08-13
1
-18
/
+4
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+828