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-05-19
Don't remat during updateRegDefsUses().
Jakob Stoklund Olesen
2012-05-19
Immediately erase trivially useless copies.
Jakob Stoklund Olesen
2012-05-19
Run proper recursive dead code elimination during coalescing.
Jakob Stoklund Olesen
2012-05-18
Move all work list processing to copyCoalesceWorkList().
Jakob Stoklund Olesen
2012-05-18
Simplify RegisterCoalescer::copyCoalesceInMBB().
Jakob Stoklund Olesen
2012-05-18
Remove support for PhysReg joining.
Jakob Stoklund Olesen
2012-05-17
Never clear <undef> flags on already joined copies.
Jakob Stoklund Olesen
2012-05-16
Set sub-register <undef> flags more accurately.
Jakob Stoklund Olesen
2012-05-15
Enable sub-sub-register copy coalescing.
Jakob Stoklund Olesen
2012-05-15
Teach RegisterCoalescer to handle symmetric sub-register copies.
Jakob Stoklund Olesen
2012-05-15
We never call adjustCopiesBackFrom() for partial copies.
Jakob Stoklund Olesen
2012-05-15
Extend the CoalescerPair interface to handle symmetric sub-register copies.
Jakob Stoklund Olesen
2012-05-08
Extract methods for joining physregs.
Jakob Stoklund Olesen
2012-05-07
Naming convention and whitespace. No functional change.
Jakob Stoklund Olesen
2012-05-07
Coalesce subreg-subreg copies.
Jakob Stoklund Olesen
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-04-25
Remove the -disable-cross-class-join option.
Jakob Stoklund Olesen
2012-04-25
Cross-class joining is winning.
Jakob Stoklund Olesen
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-04
Stop adding <imp-def> operands when coalescing sub-registers.
Jakob Stoklund Olesen
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-01
Don't redundantly copy implicit operands when rematerializing.
Lang Hames
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
[prev]
[next]