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
2011-11-15
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-15
Track register ages more accurately.
Jakob Stoklund Olesen
2011-11-14
Avoid dereferencing off the beginning of lists.
Evan Cheng
2011-11-14
At -O0, multiple uses of a virtual registers in the same BB are being marked
Evan Cheng
2011-11-14
Teach two-address pass to re-schedule two-address instructions (or the kill
Evan Cheng
2011-11-14
Fix early-clobber handling in shrinkToUses.
Jakob Stoklund Olesen
2011-11-14
It helps to deallocate memory as well as allocate it. =] This actually
Chandler Carruth
2011-11-14
Remove an over-eager assert that was firing on one of the ARM regression
Chandler Carruth
2011-11-14
Begin chipping away at one of the biggest quadratic-ish behaviors in
Chandler Carruth
2011-11-14
Under the hood, MBPI is doing a linear scan of every successor every
Chandler Carruth
2011-11-14
Reuse the logic in getEdgeProbability within getHotSucc in order to
Chandler Carruth
2011-11-14
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
Use getVNInfoBefore() when it makes sense.
Jakob Stoklund Olesen
2011-11-14
Teach machine block placement to cope with unnatural loops. These don't
Chandler Carruth
2011-11-13
Use kill slots instead of the previous slot in shrinkToUses.
Jakob Stoklund Olesen
2011-11-13
Cleanup some 80-columns violations and poor formatting. These snuck by
Chandler Carruth
2011-11-13
Terminate all dead defs at the dead slot instead of the 'next' slot.
Jakob Stoklund Olesen
2011-11-13
Simplify early clobber slots a bit.
Jakob Stoklund Olesen
2011-11-13
Enhance the assertion mechanisms in place to make it easier to catch
Chandler Carruth
2011-11-13
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
Teach MBP to force-merge layout successors for blocks with unanalyzable
Chandler Carruth
2011-11-13
Hoist another gross nested loop into a helper method.
Chandler Carruth
2011-11-13
Add a missing doxygen comment for a helper method.
Chandler Carruth
2011-11-13
Hoist a nested loop into its own method.
Chandler Carruth
2011-11-13
Rewrite #3 of machine block placement. This is based somewhat on the
Chandler Carruth
2011-11-13
Prune more RALinScan. RALinScan was also here!
NAKAMURA Takumi
2011-11-13
More dead code elimination in VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
Stop tracking spill slot uses in VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
Remove dead code and data from VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
Stop tracking unused registers in VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
Remove the -color-ss-with-regs option.
Jakob Stoklund Olesen
2011-11-13
Delete VirtRegRewriter.
Jakob Stoklund Olesen
2011-11-13
Switch PBQP to VRM's trivial rewriter.
Jakob Stoklund Olesen
2011-11-12
Delete the old spilling framework from LiveIntervalAnalysis.
Jakob Stoklund Olesen
2011-11-12
Delete the 'standard' spiller with used the old spilling framework.
Jakob Stoklund Olesen
2011-11-12
Switch PBQP to the modern InlineSpiller framework.
Jakob Stoklund Olesen
2011-11-12
Delete the linear scan register allocator.
Jakob Stoklund Olesen
2011-11-12
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-12
Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....
Eli Friedman
2011-11-11
Some cleanup and bulletproofing for node replacement in LegalizeDAG. To main...
Eli Friedman
2011-11-11
Add a custom safepoint method, in order for language implementers to decide w...
Nicolas Geoffray
2011-11-11
Initialize variable.
Eric Christopher
2011-11-11
If we have a DIE with an AT_specification use that instead of the normal
Eric Christopher
2011-11-10
Check in getOrCreateSubprogramDIE if a declaration exists and if so output
Rafael Espindola
2011-11-10
Make types and namespaces take multiple DIEs for the accelerator tables
Eric Christopher
2011-11-10
Move type handling to make sure we get all created types that aren't
Eric Christopher
2011-11-10
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-10
Use a bigger hammer to fix PR11314 by disabling the "forcing two-address
Evan Cheng
2011-11-10
Strip old implicit operands after foldMemoryOperand.
Jakob Stoklund Olesen
2011-11-09
Add check so we don't try to perform an impossible transformation. Fixes issu...
Eli Friedman
[prev]
[next]