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
*
Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp.
Rafael Espindola
2011-06-26
1
-1538
/
+0
*
merge SimpleRegisterCoalescing.h into RegisterCoalescer.h.
Rafael Espindola
2011-06-26
1
-1
/
+1
*
Move RegisterCoalescer.h to lib/CodeGen.
Rafael Espindola
2011-06-26
1
-1
/
+1
*
Remove unnecessary wrapper.
Rafael Espindola
2011-06-26
1
-16
/
+15
*
Add a RegisterClassInfo class that lazily caches information about
Jakob Stoklund Olesen
2011-06-02
1
-8
/
+5
*
Fix PR9962 by properly constraining register classes in RemoveCopyByCommuting...
Cameron Zwarich
2011-05-20
1
-0
/
+4
*
Fix PR9960 by teaching SimpleRegisterCoalescing::AdjustCopiesBackFrom() to pr...
Cameron Zwarich
2011-05-20
1
-0
/
+5
*
Eliminate dead dead code elimination code.
Jakob Stoklund Olesen
2011-05-18
1
-266
/
+0
*
Also use shrinkToUses after AdjustCopiesBackFrom().
Jakob Stoklund Olesen
2011-05-18
1
-1
/
+1
*
Properly shrink live ranges after deleting dead copies. Clean up after all jo...
Jakob Stoklund Olesen
2011-05-18
1
-24
/
+5
*
Tweak cross-class coalescing to be more aggressive when the target class is s...
Jakob Stoklund Olesen
2011-05-17
1
-3
/
+9
*
Disable physical register coalescing by default.
Jakob Stoklund Olesen
2011-05-04
1
-1
/
+1
*
Rename -disable-physical-join to -join-physregs and invert it.
Jakob Stoklund Olesen
2011-05-04
1
-4
/
+4
*
Don't add live ranges for sub-registers when clobbering a physical register.
Jakob Stoklund Olesen
2011-04-11
1
-8
/
+7
*
Allow coalescing with reserved physregs in certain cases:
Jakob Stoklund Olesen
2011-04-04
1
-4
/
+12
*
Extract physreg joining policy to a separate method.
Jakob Stoklund Olesen
2011-04-04
1
-53
/
+57
*
Mark all uses as <undef> when joining a copy.
Jakob Stoklund Olesen
2011-03-31
1
-3
/
+15
*
Make physreg coalescing independent on the number of uses of the virtual regi...
Jakob Stoklund Olesen
2011-03-09
1
-3
/
+1
*
Avoid comparing invalid slot indexes, and assert that it doesn't happen.
Jakob Stoklund Olesen
2011-03-03
1
-3
/
+1
*
Switch to SmallVector in SimpleRegisterCoalescing for a 3.5% speedup on 403.gcc.
Cameron Zwarich
2011-02-17
1
-3
/
+3
*
Add LiveIntervals::shrinkToUses().
Jakob Stoklund Olesen
2011-02-08
1
-21
/
+9
*
Check that a live range exists before shortening it. This fixes PR8989.
Jakob Stoklund Olesen
2011-01-20
1
-3
/
+5
*
Add hidden -verify-coalescing to run the machine code verifier before and after
Jakob Stoklund Olesen
2011-01-20
1
-0
/
+10
*
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-09
1
-8
/
+4
*
Remove some checks for StrongPHIElim. These checks make it impossible to use an
Cameron Zwarich
2010-12-19
1
-4
/
+2
*
Fix a comment typo.
Bob Wilson
2010-12-17
1
-2
/
+2
*
Update LiveDebugVariables during coalescing.
Jakob Stoklund Olesen
2010-12-02
1
-0
/
+4
*
Implement the first half of LiveDebugVariables.
Jakob Stoklund Olesen
2010-12-02
1
-0
/
+5
*
Unbreak build.
Evan Cheng
2010-10-22
1
-10
/
+0
*
Transfer implicit ops when forming load multiple and return instructions.
Evan Cheng
2010-10-22
1
-1
/
+1
*
When SimpleRegisterCoalescing is trimming kill flags on a physical register
Jakob Stoklund Olesen
2010-10-20
1
-1
/
+11
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+11
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Drop the use of LiveInterval::iterator and the LiveRange class in
Jakob Stoklund Olesen
2010-10-01
1
-14
/
+7
*
When RemoveCopyByCommutingDef is creating additional identity copies, just use
Jakob Stoklund Olesen
2010-10-01
1
-47
/
+7
*
Pretty up the debug output during RemoveCopyByCommutingDef.
Jakob Stoklund Olesen
2010-10-01
1
-19
/
+7
*
Fixed some tests to avoid LiveIntervals::getInstructionFromIndex(..) overhead...
Lang Hames
2010-09-26
1
-5
/
+5
*
Avoid using VNInfo::getCopy as much as possible. I want to get rid of it.
Jakob Stoklund Olesen
2010-09-25
1
-10
/
+6
*
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-09-25
1
-10
/
+9
*
Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters.
Jakob Stoklund Olesen
2010-09-01
1
-16
/
+14
*
Add experimental -disable-physical-join command line option.
Jakob Stoklund Olesen
2010-08-31
1
-0
/
+10
*
Now that PassInfo and Pass::ID have been separated, move the rest of the pass...
Owen Anderson
2010-08-23
1
-5
/
+3
*
Transpose the calculation of spill weights such that we are calculating one
Jakob Stoklund Olesen
2010-08-10
1
-4
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Be more aggressive about removing joined physreg copies.
Jakob Stoklund Olesen
2010-08-05
1
-3
/
+10
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-16
1
-78
/
+21
*
Remat uncoalescable COPY instrs
Jakob Stoklund Olesen
2010-07-09
1
-0
/
+11
*
Avoid creating %physreg:subidx operands in SimpleRegisterCoalescing::RemoveCo...
Jakob Stoklund Olesen
2010-07-09
1
-1
/
+4
[next]