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
/
test
Age
Commit message (
Expand
)
Author
2011-11-15
Testcase for r144684.
Jim Grosbach
2011-11-15
Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...
Owen Anderson
2011-11-15
Thumb2 assembly parsing for mul.w in IT block fix.
Jim Grosbach
2011-11-15
We currently use a callback to handle an IL pass deleting a BB that still
Rafael Espindola
2011-11-15
Revert r144611 and r144613.
Jakob Stoklund Olesen
2011-11-15
Rather than trying to use the loop block sequence *or* the function
Chandler Carruth
2011-11-15
Properly qualify AVX2 specific parts of execution dependency table. Also enab...
Craig Topper
2011-11-15
Really fix test.
Jakob Stoklund Olesen
2011-11-15
Allow for depencendy-breaking instructions before cvt*.
Jakob Stoklund Olesen
2011-11-15
Add vmov.f32 to materialize f32 immediate splats which cannot be handled by
Evan Cheng
2011-11-15
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-14
ARM parsing datatype suffix variants for non-writeback VST1 instructions.
Jim Grosbach
2011-11-14
ARM parsing datatype suffix variants for non-writeback VLD1 instructions.
Jim Grosbach
2011-11-14
ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.
Jim Grosbach
2011-11-14
ARM VLDR/VSTR instructions don't need a size suffix.
Jim Grosbach
2011-11-14
Refactor capture tracking (which already had a couple flags for whether returns
Nick Lewycky
2011-11-14
Add newline to end of file. Thanks, Eli.
Chad Rosier
2011-11-14
Add support for inlining small memcpys.
Chad Rosier
2011-11-14
Fix a performance regression from r144565. Positive offsets were being lowered
Chad Rosier
2011-11-14
Add a missing pattern for X86ISD::MOVLPD. rdar://10436044
Evan Cheng
2011-11-14
Add support for Thumb load/stores with negative offsets.
Chad Rosier
2011-11-14
Teach two-address pass to re-schedule two-address instructions (or the kill
Evan Cheng
2011-11-14
Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom lowered
Pete Cooper
2011-11-14
Fix early-clobber handling in shrinkToUses.
Jakob Stoklund Olesen
2011-11-14
Delete stale comment.
Jakob Stoklund Olesen
2011-11-14
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
Add support for ARM halfword load/stores and signed byte loads with negative
Chad Rosier
2011-11-14
Teach machine block placement to cope with unnatural loops. These don't
Chandler Carruth
2011-11-13
Rewrite #3 of machine block placement. This is based somewhat on the
Chandler Carruth
2011-11-13
The order in which the predicate is added differs between Thumb and ARM mode....
Chad Rosier
2011-11-13
Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...
Chad Rosier
2011-11-13
Add support for emitting both signed- and zero-extend loads. Fix
Chad Rosier
2011-11-13
Remove the -color-ss-with-regs option.
Jakob Stoklund Olesen
2011-11-12
Delete the 'standard' spiller with used the old spilling framework.
Jakob Stoklund Olesen
2011-11-12
Remove histogram tests.
Jakob Stoklund Olesen
2011-11-12
RAGreedy is better about hinting now.
Jakob Stoklund Olesen
2011-11-12
Linear scan is going away.
Jakob Stoklund Olesen
2011-11-12
XFAIL test that depends on linear scan to remove dead code.
Jakob Stoklund Olesen
2011-11-12
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
Remove obsolete test.
Jakob Stoklund Olesen
2011-11-12
Eliminate more linear scan tests.
Jakob Stoklund Olesen
2011-11-12
Switch a couple -O0 tests to RABasic.
Jakob Stoklund Olesen
2011-11-12
Switch a few tests off linearscan.
Jakob Stoklund Olesen
2011-11-12
Delete old test of a VirtRegRewriter feature.
Jakob Stoklund Olesen
2011-11-12
Remove old test that doesn't make sense.
Jakob Stoklund Olesen
2011-11-12
Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...
Craig Topper
2011-11-12
Don't try to loop on iterators that are potentially invalidated inside the lo...
Nick Lewycky
2011-11-12
Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...
Eli Friedman
2011-11-12
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
[next]