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
/
SimpleRegisterCoalescing.cpp
Age
Commit message (
Expand
)
Author
2010-10-22
Unbreak build.
Evan Cheng
2010-10-22
Transfer implicit ops when forming load multiple and return instructions.
Evan Cheng
2010-10-20
When SimpleRegisterCoalescing is trimming kill flags on a physical register
Jakob Stoklund Olesen
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-01
Drop the use of LiveInterval::iterator and the LiveRange class in
Jakob Stoklund Olesen
2010-10-01
When RemoveCopyByCommutingDef is creating additional identity copies, just use
Jakob Stoklund Olesen
2010-10-01
Pretty up the debug output during RemoveCopyByCommutingDef.
Jakob Stoklund Olesen
2010-09-26
Fixed some tests to avoid LiveIntervals::getInstructionFromIndex(..) overhead...
Lang Hames
2010-09-25
Avoid using VNInfo::getCopy as much as possible. I want to get rid of it.
Jakob Stoklund Olesen
2010-09-25
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-09-01
Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters.
Jakob Stoklund Olesen
2010-08-31
Add experimental -disable-physical-join command line option.
Jakob Stoklund Olesen
2010-08-23
Now that PassInfo and Pass::ID have been separated, move the rest of the pass...
Owen Anderson
2010-08-10
Transpose the calculation of spill weights such that we are calculating one
Jakob Stoklund Olesen
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Be more aggressive about removing joined physreg copies.
Jakob Stoklund Olesen
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-16
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-09
Remat uncoalescable COPY instrs
Jakob Stoklund Olesen
2010-07-09
Avoid creating %physreg:subidx operands in SimpleRegisterCoalescing::RemoveCo...
Jakob Stoklund Olesen
2010-07-09
Deal with a few remaining spots that assume physical registers have live inte...
Jakob Stoklund Olesen
2010-07-09
Fix broken isCopy handling in TrimLiveIntervalToLastUse.
Jakob Stoklund Olesen
2010-07-08
Revert "Fix broken isCopy handling in TrimLiveIntervalToLastUse"
Jakob Stoklund Olesen
2010-07-08
Fix broken isCopy handling in TrimLiveIntervalToLastUse
Jakob Stoklund Olesen
2010-07-08
Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
Jakob Stoklund Olesen
2010-07-08
Remove references to INSERT_SUBREG after de-SSA.
Jakob Stoklund Olesen
2010-07-07
Fix more places assuming subregisters have live intervals
Jakob Stoklund Olesen
2010-07-07
Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.
Jakob Stoklund Olesen
2010-07-06
Remove references to INSERT_SUBREG after de-SSA
Jakob Stoklund Olesen
2010-07-06
One more case assuming that subregs have live ranges.
Jakob Stoklund Olesen
2010-07-06
Fix buildbot breakage where a def is missing.
Jakob Stoklund Olesen
2010-07-06
Be more forgiving when calculating alias interference for physreg coalescing.
Jakob Stoklund Olesen
2010-07-03
Detect and handle COPY in many places.
Jakob Stoklund Olesen
2010-06-30
Use skipInstruction() as a simpler way of iterating over instructions using S...
Jakob Stoklund Olesen
2010-06-28
After physreg coalescing, physical registers might not have live ranges where
Jakob Stoklund Olesen
2010-06-25
Don't track kills in VNInfo. Use interval ends instead.
Jakob Stoklund Olesen
2010-06-25
We should remove the live range from the destination register only if *all* defs
Bill Wendling
2010-06-24
Teach AdjustCopiesBackFrom to also use CoalescerPair to identify compatible c...
Jakob Stoklund Olesen
2010-06-24
Replace a big gob of old coalescer logic with the new CoalescerPair class.
Jakob Stoklund Olesen
2010-06-24
Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c...
Jakob Stoklund Olesen
2010-06-24
Replace a big gob of old coalescer logic with the new CoalescerPair class.
Jakob Stoklund Olesen
2010-06-22
Remove the SimpleJoin optimization from SimpleRegisterCoalescing.
Jakob Stoklund Olesen
2010-06-15
Fix an exotic bug that only showed up in an internal test case.
Jakob Stoklund Olesen
2010-06-15
Add CoalescerPair helper class.
Jakob Stoklund Olesen
2010-06-02
Add full register <imp-def> operands when the coalescer is creating partial
Jakob Stoklund Olesen
2010-06-02
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-06-01
Properly compose subregister indices when coalescing.
Jakob Stoklund Olesen
2010-05-25
Disable invalid coalescer assertion.
Jakob Stoklund Olesen
[next]