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
/
X86
Age
Commit message (
Expand
)
Author
2007-09-07
Avoid storing and reloading zeros and other constants from stack slots
Dan Gohman
2007-09-07
Add support for having different alignment for objects on call frames.
Rafael Espindola
2007-09-07
Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...
Anton Korobeynikov
2007-09-06
Proper handle case, when aliasee is external weak symbol referenced only by a...
Anton Korobeynikov
2007-09-06
Fix a bug in X86InstrInfo::convertToThreeAddress that caused it to codegen:
Evan Cheng
2007-09-05
Change all floating constants that are not exactly
Dale Johannesen
2007-09-04
Fix for PR1632. EHSELECTION always produces a i32 value.
Evan Cheng
2007-08-31
Initial support for calling functions with byval arguments on x86-64
Rafael Espindola
2007-08-31
Update test case to reflect Dale's change.
Evan Cheng
2007-08-30
Do not run on darwin.
Tanya Lattner
2007-08-30
Added support to fold X86 load / store instructions. This allow rematerialize...
Evan Cheng
2007-08-27
Add explicit triples to avoid default behavior that varies by host.
Dan Gohman
2007-08-27
If the source and destination pointers in an llvm.memmove are known
Dan Gohman
2007-08-27
call libc memcpy/memset if array size is bigger then threshold.
Rafael Espindola
2007-08-18
Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C)
Evan Cheng
2007-08-16
New test. Make sure dynamic_stackalloc size is rounded up.
Evan Cheng
2007-08-16
Update test: dynamic_stackalloc size *must* be rounded to ensure stack ptr be...
Evan Cheng
2007-08-16
add byval test
Rafael Espindola
2007-08-15
Convert tests using "grep -c ... | grep ..." to use the count script.
Dan Gohman
2007-08-15
Delete extraneous uses of wc -l.
Dan Gohman
2007-08-15
Convert another test to use the count script. This one didn't fit the
Dan Gohman
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-14
tcl seems to hate |& for some reason.
Chris Lattner
2007-08-14
switch this to use fastcc to avoid fpstack traffic on x86-32. Switch to
Chris Lattner
2007-08-14
Update test case. A spill should now be deleted.
Evan Cheng
2007-08-14
Spiller reuse test case.
Evan Cheng
2007-08-13
Now capable of rematerializing coalesced live intervals.
Evan Cheng
2007-08-13
When x86 addresses matching exceeds its recursion limit, check to
Dan Gohman
2007-08-13
Fix PR1607
Chris Lattner
2007-08-10
Fix test so it passes.
Christopher Lamb
2007-08-10
Increase efficiency of sign_extend_inreg by using subregisters for truncation...
Christopher Lamb
2007-08-10
Add 2-addr to 3-addr promotion code that allows 32-bit LEA to be used via sub...
Christopher Lamb
2007-08-10
Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VECTOR_ELT to
Dan Gohman
2007-08-05
allow this to pass on ppc hosts.
Chris Lattner
2007-08-02
Fix the alignment requirements of several unpck and shuf instructions.
Dan Gohman
2007-08-02
Mark the SSE and MMX load instructions that
Dan Gohman
2007-08-02
Fix test.
Evan Cheng
2007-08-01
New test. Bogus implicit-def prevented a copy from being coalesced.
Evan Cheng
2007-08-01
we're now handling this right :)
Chris Lattner
2007-08-01
Requires SSE2.
Evan Cheng
2007-07-31
Change the x86 assembly output to use tab characters to separate the
Dan Gohman
2007-07-31
Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v...
Evan Cheng
2007-07-27
Re-apply 40504, but with a fix for the segfault it caused in oggenc:
Dan Gohman
2007-07-27
Reverting 40504 for now. It's breaking oggenc.
Evan Cheng
2007-07-26
Test case for PR1573.
Evan Cheng
2007-07-26
Fix test.
Evan Cheng
2007-07-26
Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from the
Dan Gohman
2007-07-24
Use movaps to load a v4f32 build_vector of all-constant values into a
Dan Gohman
2007-07-20
Update these regression tests to accomodate X86InstrSSE.td now using movups/m...
Dan Gohman
2007-07-20
New test.
Evan Cheng
[next]