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
Age
Commit message (
Expand
)
Author
2012-05-23
Reduce indentation by early detection of 'continue'. No functionality change.
Bill Wendling
2012-05-23
Correctly deal with identity copies in RegisterCoalescer.
Jakob Stoklund Olesen
2012-05-23
Small fix for the debug output from PBQP (PR12822).
Patrik Hägglund
2012-05-23
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-22
Untabify and 80-col.
Eric Christopher
2012-05-22
Formatting consistency.
Eric Christopher
2012-05-22
Only erase virtregs with no uses left.
Jakob Stoklund Olesen
2012-05-21
Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. N...
Owen Anderson
2012-05-21
Typo.
Chad Rosier
2012-05-21
Give a small negative bias to giant edge bundles.
Jakob Stoklund Olesen
2012-05-20
Clear kill flags on the fly when joining intervals.
Jakob Stoklund Olesen
2012-05-20
Constrain regclasses in PeepholeOptimizer.
Jakob Stoklund Olesen
2012-05-20
Constrain register classes in TailDup.
Jakob Stoklund Olesen
2012-05-20
When legalising shifts, do not pre-build a list of operands which
Peter Collingbourne
2012-05-20
Plug a leak when using MCJIT.
Benjamin Kramer
2012-05-20
Use TargetMachine's register info instead of creating a new one and leaking it.
Benjamin Kramer
2012-05-20
Properly constrain register classes for sub-registers.
Jakob Stoklund Olesen
2012-05-20
Properly constrain register classes in 2-addr.
Jakob Stoklund Olesen
2012-05-20
Missed a push_back in r157147.
Jakob Stoklund Olesen
2012-05-20
Avoid deleting extra copies when RegistersDefinedFromSameValue is true.
Jakob Stoklund Olesen
2012-05-20
Fix build bots.
Jakob Stoklund Olesen
2012-05-20
LiveRangeQuery simplifies shrinkToUses().
Jakob Stoklund Olesen
2012-05-20
Use LiveRangeQuery in ScheduleDAGInstrs.
Jakob Stoklund Olesen
2012-05-20
Eliminate some uses of struct LiveRange.
Jakob Stoklund Olesen
2012-05-20
Use LiveRangeQuery instead of getLiveRangeContaining().
Jakob Stoklund Olesen
2012-05-19
Simplify overlap check.
Jakob Stoklund Olesen
2012-05-19
Fix 12892.
Jakob Stoklund Olesen
2012-05-19
Remove the late DCE in RegisterCoalescer.
Jakob Stoklund Olesen
2012-05-19
Erase joined copies immediately.
Jakob Stoklund Olesen
2012-05-19
Fix an ancient bug in removeCopyByCommutingDef().
Jakob Stoklund Olesen
2012-05-19
Collect inflatable virtual registers on the fly.
Jakob Stoklund Olesen
2012-05-19
Eliminate dead code after remat.
Jakob Stoklund Olesen
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-19
Allow LiveRangeEdit to be created with a NULL parent.
Jakob Stoklund Olesen
2012-05-18
Modernize naming convention for class members.
Jakob Stoklund Olesen
2012-05-18
Move all work list processing to copyCoalesceWorkList().
Jakob Stoklund Olesen
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
Remove duplicate code that we could just fallthrough to.
Eric Christopher
2012-05-18
Simplify RegisterCoalescer::copyCoalesceInMBB().
Jakob Stoklund Olesen
2012-05-18
Remove support for PhysReg joining.
Jakob Stoklund Olesen
2012-05-18
Recommited reworked r156804:
Stepan Dyatkovskiy
2012-05-18
Teach two-address pass to update the "source" map so it doesn't perform a
Evan Cheng
2012-05-17
comments
Andrew Trick
2012-05-17
misched: trace ReadyQ.
Andrew Trick
2012-05-17
misched: Added 3-level regpressure back-off.
Andrew Trick
2012-05-17
comment
Andrew Trick
2012-05-17
regpressure: Fix getMaxUpwardPressureDelta.
Andrew Trick
2012-05-17
misched: fix liveness iterators
Andrew Trick
[prev]
[next]