index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegisterCoalescer.cpp
Age
Commit message (
Expand
)
Author
2012-02-13
Check regmask interference for -join-physregs.
Jakob Stoklund Olesen
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-06
Make sure a reserved register has a live interval before merging.
Jakob Stoklund Olesen
2012-02-04
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-04
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-02
Re-apply the coalescer fix from r149147. Commit r149597 should have fixed the...
Lang Hames
2012-01-28
Remove code that adds live ranges for dead defs. It seems to be breaking things.
Lang Hames
2012-01-27
Add a "moveInstr" method to LiveIntervals. This can be used to move instructions
Lang Hames
2012-01-27
Backing out ill-considered 'refactor'.
Lang Hames
2012-01-27
Move some duplicate loops in the coalescer into their own function.
Lang Hames
2012-01-27
Physreg dead defs should be handled too.
Lang Hames
2012-01-27
Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.
Lang Hames
2012-01-23
copyImplicitOps is redundant here - the loop above already copies these ops.
Lang Hames
2012-01-17
Fix typo in comment.
Lang Hames
2012-01-07
Optimize reserved register coalescing.
Jakob Stoklund Olesen
2012-01-07
Use the 'regalloc' debug tag for most register allocator tracing.
Jakob Stoklund Olesen
2011-12-08
Reverting r145899 as it breaks clang self-hosting
Pete Cooper
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
Removed isWinToJoinCrossClass from the register coalescer.
Pete Cooper
2011-11-13
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-10-05
Remove unused DstSubIdx argument.
Jakob Stoklund Olesen
2011-10-05
Also add <def,undef> flags when coalescing sub-registers.
Jakob Stoklund Olesen
2011-09-30
Move getCommonSubClass() into TRI.
Jakob Stoklund Olesen
2011-09-15
Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()."
Jakob Stoklund Olesen
2011-09-15
RemoveCopyByCommutingDef doesn't need hasPHIKill().
Jakob Stoklund Olesen
2011-09-15
It is safe to remat a value killed by phis.
Jakob Stoklund Olesen
2011-09-15
[regcoalescing] bug fix for RegistersDefinedFromSameValue.
Andrew Trick
2011-09-02
Simplify by using isFullCopy().
Jakob Stoklund Olesen
2011-08-09
Inflate register classes after coalescing.
Jakob Stoklund Olesen
2011-08-09
Rename member variables to follow coding standards.
Jakob Stoklund Olesen
2011-08-09
Move the RegisterCoalescer private to its implementation file.
Jakob Stoklund Olesen
2011-08-09
Refer to the RegisterCoalescer pass by ID.
Jakob Stoklund Olesen
2011-07-26
Eliminate copies of undefined values during coalescing.
Jakob Stoklund Olesen
2011-07-03
Fix an easy fixme.
Rafael Espindola
2011-07-02
Use getVNInfoAt.
Rafael Espindola
2011-07-02
Check the VN of the src register at the two copies, not just the
Rafael Espindola
2011-07-01
Disable commit 134216 ("Add 134199 back, but disable the optimization when th...
Duncan Sands
2011-07-01
Avoid DenseMap lookup.
Rafael Espindola
2011-07-01
Fix off by one error. I misunderstood the comment about killedAt.
Rafael Espindola
2011-07-01
Check the liveinterval, not the kill flag.
Rafael Espindola
2011-07-01
Add 134199 back, but disable the optimization when the second copy is a kill.
Rafael Espindola
2011-06-30
Revert my previous patch while I debug llvm-gcc bootstrap.
Rafael Espindola
2011-06-30
Don't give up on coalescing A and B when we find
Rafael Espindola
2011-06-29
make compose and isMoveInstr static functions.
Rafael Espindola
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-27
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-26
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp.
Rafael Espindola
2011-06-26
Move RegisterCoalescer.h to lib/CodeGen.
Rafael Espindola
[next]