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
2010-08-14
Add a local stack object block allocation pass. This is still an
Jim Grosbach
2010-08-13
Clean up the Spiller.h interface.
Jakob Stoklund Olesen
2010-08-13
Implement splitting inside a single block.
Jakob Stoklund Olesen
2010-08-13
tidy up whitespace a bit
Jim Grosbach
2010-08-13
Let LiveInterval::addRange extend existing ranges, it will verify that value
Jakob Stoklund Olesen
2010-08-13
Remember to actually update SplitAnalysis statistics now that we have a fancy
Jakob Stoklund Olesen
2010-08-12
Handle an empty dupli.
Jakob Stoklund Olesen
2010-08-12
Update the SplitAnalysis statistics as uses are moved from curli to the new
Jakob Stoklund Olesen
2010-08-12
Also recompute HasPHIKill flags in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2010-08-12
Remove trailing whitespace.
Jakob Stoklund Olesen
2010-08-12
Clean up debug output.
Jakob Stoklund Olesen
2010-08-12
Implement single block splitting.
Jakob Stoklund Olesen
2010-08-11
Fix a FIXME. The SlotIndex::Slot enum should be private.
Jakob Stoklund Olesen
2010-08-10
Turn optimize compares back on with fix. We needed to test that a machine op was
Bill Wendling
2010-08-10
Give up on register class recalculation when the register is used with subreg
Jakob Stoklund Olesen
2010-08-10
Revert r110718; it broke clang-i386-darwin9.
Dan Gohman
2010-08-10
Avoid editing the current live interval during remat.
Jakob Stoklund Olesen
2010-08-10
More debug spew
Jakob Stoklund Olesen
2010-08-10
Turn optimize cmps on by default so that we can get some testing by the nightly
Bill Wendling
2010-08-10
Do not forget debug info for enums. Use named mdnode to keep track of these t...
Devang Patel
2010-08-10
Implement register class inflation.
Jakob Stoklund Olesen
2010-08-10
Recalculate the spill weight and allocation hint for virtual registers created
Jakob Stoklund Olesen
2010-08-10
Handle TAG_constant for integers.
Devang Patel
2010-08-10
Update CMake...sorry for the breakage.
Bill Wendling
2010-08-10
Simplify.
Devang Patel
2010-08-10
Drop "const". It does not add value here.
Devang Patel
2010-08-10
Add missing null check reported by Amaury Pouly.
Evan Cheng
2010-08-10
Do not include file static variable in pubnames list.
Devang Patel
2010-08-10
Transpose the calculation of spill weights such that we are calculating one
Jakob Stoklund Olesen
2010-08-09
Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer
Bill Wendling
2010-08-09
Undo accidental commit.
Devang Patel
2010-08-09
Simplify. Avoid redundant checks.
Devang Patel
2010-08-09
Refactor.
Devang Patel
2010-08-09
Refactoring. Update DbgVarible to handle queries itself.
Devang Patel
2010-08-09
It is ok, and convenient, to pass descriptors by value.
Devang Patel
2010-08-09
A REG_SEQUENCE instruction may use the same register twice.
Jakob Stoklund Olesen
2010-08-09
Rename a method.
Devang Patel
2010-08-08
Use the "isCompare" machine instruction attribute instead of calling the
Bill Wendling
2010-08-07
Tidy some #includes and forward-declarations, and move the C binding code
Dan Gohman
2010-08-06
Lazily defer duplicating the live interval we are splitting until we know it is
Jakob Stoklund Olesen
2010-08-06
Cleanup comment wording
Jim Grosbach
2010-08-06
Keep the MachiuneFunctionPass pointer around. It is useful for verification.
Jakob Stoklund Olesen
2010-08-06
Add LiveInterval::RenumberValues - Garbage collection for VNInfos.
Jakob Stoklund Olesen
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Add more verification of LiveIntervals.
Jakob Stoklund Olesen
2010-08-06
Fix swapped COPY operands.
Jakob Stoklund Olesen
2010-08-06
Don't try to verify LiveIntervals for physical registers.
Jakob Stoklund Olesen
2010-08-06
Update CMake build.
Ted Kremenek
2010-08-06
Add the Optimize Compares pass (disabled by default).
Bill Wendling
2010-08-06
While emitting DBG_VALUE for registers spilled at the end of a block do not u...
Devang Patel
[prev]
[next]