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
/
CodeGen
Age
Commit message (
Expand
)
Author
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 form pre/post-indexed loads/stores until after LegalizeDAG runs....
Eli Friedman
2011-11-11
Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.
Chad Rosier
2011-11-11
Loosen test by using REs. Approved by Devang.
Chad Rosier
2011-11-11
Preserve MachineMemOperands in ARMLoadStoreOptimizer.
Andrew Trick
2011-11-11
allow non-device function calls in PTX when natively handling device-side printf
Dan Bailey
2011-11-11
Add lowering for AVX2 shift instructions.
Craig Topper
2011-11-11
Add support for using immediates with select instructions.
Chad Rosier
2011-11-11
Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.
Eli Friedman
2011-11-11
Add support for using MVN to materialize negative constants.
Chad Rosier
2011-11-10
When in ARM mode, LDRH/STRH require special handling of negative offsets.
Chad Rosier
2011-11-10
test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...
NAKAMURA Takumi
2011-11-10
Use a bigger hammer to fix PR11314 by disabling the "forcing two-address
Evan Cheng
2011-11-10
For immediate encodings of icmp, zero or sign extend first. Then
Chad Rosier
2011-11-10
Strip old implicit operands after foldMemoryOperand.
Jakob Stoklund Olesen
2011-11-09
Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.
Eli Friedman
2011-11-09
Add check so we don't try to perform an impossible transformation. Fixes issu...
Eli Friedman
2011-11-09
AVX2: Add patterns for variable shift operations
Nadav Rotem
2011-11-09
Use REs to remove dependencies on the register allocation order.
Chad Rosier
2011-11-09
Speculatively revert commit 144124 (djg) in the hope that the 32 bit
Duncan Sands
2011-11-09
Add AVX2 support for vselect of v32i8
Nadav Rotem
2011-11-09
Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...
Craig Topper
2011-11-09
Add instruction selection for AVX2 integer comparisons.
Craig Topper
[prev]
[next]