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
2009-01-09
this test should not run opt -std-compile-opts, it should run
Chris Lattner
2009-01-07
Fix off-by-one error in traversing an array; this fixes a test.
Misha Brukman
2009-01-07
The coalescer does not coalesce a virtual register to a physical register if ...
Evan Cheng
2009-01-07
add a testcase.
Chris Lattner
2009-01-07
Add patterns to match conditional moves with loads folded
Dan Gohman
2009-01-07
X86_COND_C and X86_COND_NC are alternate mnemonics for
Dan Gohman
2009-01-06
Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helps
Dan Gohman
2009-01-06
Revert r42653 and forward-port the code that lets INC64_32r be
Dan Gohman
2009-01-06
Fix a bug in ComputeLinearIndex computation handling multi-level
Dan Gohman
2009-01-06
CellSPU:
Scott Michel
2009-01-06
Delete this test; it's a duplicate of 2006-07-03-schedulers.ll.
Dan Gohman
2009-01-06
Use a latency value of 0 for the artificial edges inserted by
Dan Gohman
2009-01-05
Find loop back edges only after empty blocks are eliminated.
Evan Cheng
2009-01-05
CellSPU:
Scott Michel
2009-01-05
CellSPU:
Scott Michel
2009-01-05
CellSPU:
Scott Michel
2009-01-03
Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.
Dan Gohman
2009-01-03
CellSPU:
Scott Michel
2009-01-02
Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...
Evan Cheng
2009-01-02
Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...
Evan Cheng
2009-01-02
rename a file to follow naming conventions.
Chris Lattner
2009-01-01
Fix PR3274: when promoting the condition of a BRCOND node,
Duncan Sands
2008-12-31
This is not failing on Darwin for some reason. XFAIL for other platforms.
Bill Wendling
2008-12-31
XFAIL this for now until I can figure out what's going on.
Scott Michel
2008-12-30
Fix test erratum (which is wierd: works locally for me?)
Scott Michel
2008-12-30
- Start moving target-dependent nodes that could be represented by an
Scott Michel
2008-12-27
- Remove Tilmann's custom truncate lowering: it completely hosed over
Scott Michel
2008-12-25
add PR #
Chris Lattner
2008-12-25
Add a simple pattern for matching 'bt'.
Chris Lattner
2008-12-24
Revert the changes in this testcase until Anton can fix them.
Bill Wendling
2008-12-24
Fix a compiler-abort on a testcase where the stack-pointer is added to
Dan Gohman
2008-12-23
Add another permutation where we should get rid of a-a.
Dale Johannesen
2008-12-23
Update test
Anton Korobeynikov
2008-12-23
Added shuffle and splat test cases for r61365.
Mon P Wang
2008-12-23
One more permutation of subtracting off a base value.
Dale Johannesen
2008-12-20
Fix fast-isel to not emit invalid assembly when presented with a
Dan Gohman
2008-12-20
Use the correct Preds and Succs lists in setHeightDirty()
Dan Gohman
2008-12-19
Fix PR3149. If an early clobber def is a physical register and it is tied to ...
Evan Cheng
2008-12-19
- CodeGenPrepare does not split loop back edges but it only knows about back ...
Evan Cheng
2008-12-19
Fix bug 3202.
Rafael Espindola
2008-12-18
Fix test to account for generating some vector code for mul v2i64 instead
Mon P Wang
2008-12-18
Added some basic test cases for r61209
Mon P Wang
2008-12-17
Fix for PR3225: disable a broken optimization in
Eli Friedman
2008-12-16
A new dag combine; several permutations of this
Dale Johannesen
2008-12-16
We have decided not to support inline asm where an output operand with a matc...
Evan Cheng
2008-12-16
Enable anti-dependence breaking by default when post-RA scheduling is enabled.
Dan Gohman
2008-12-16
Fix some register-alias-related bugs in the post-RA scheduler liveness
Dan Gohman
2008-12-15
Added support for splitting and scalarizing vector shifts.
Mon P Wang
2008-12-15
Added support to LegalizeType for expanding the operands of scalar to vector
Mon P Wang
2008-12-12
- Use patterns instead of creating completely new instruction matching patterns,
Bill Wendling
[next]