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
2008-06-04
Merge from mainline to fix PR2407.
Tanya Lattner
2008-06-02
Merge from mainline.
Tanya Lattner
2008-06-02
Merge from mainline.
Tanya Lattner
2008-05-22
Merge from mainline.
Tanya Lattner
2008-05-12
Merge from mainline.
Tanya Lattner
2008-05-10
Add nounwind.
Evan Cheng
2008-05-10
If all sources of a PHI node are defined by an implicit_def, just emit an imp...
Evan Cheng
2008-05-09
Add a pattern to do move the low element of a v4f32 and zero extend the rest.
Evan Cheng
2008-05-09
Handle a few more cases of folding load i64 into xmm and zero top bits.
Evan Cheng
2008-05-09
Simplify test.
Evan Cheng
2008-05-08
Use movq to move low half of XMM register and zero-extend the rest.
Evan Cheng
2008-05-08
Handle vector move / load which zero the destination register top bits (i.e. ...
Evan Cheng
2008-05-07
Add nounwind.
Evan Cheng
2008-05-07
Yet another nasty spiller bug.
Evan Cheng
2008-05-06
Use target triple in tests, not 'realign-stack=0' option. Per request.
Anton Korobeynikov
2008-05-06
Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux.
Evan Cheng
2008-05-05
Added addition atomic instrinsics and, or, xor, min, and max.
Mon P Wang
2008-05-05
no need for eh info
Chris Lattner
2008-05-05
Add AsmPrinter support for emitting a directive to declare that
Dan Gohman
2008-05-04
Select vector shift with non-immediate i32 shift amount operand by first movi...
Evan Cheng
2008-05-03
Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ...
Evan Cheng
2008-05-02
specify an arch for non-x86 hosts.
Chris Lattner
2008-05-01
Adding testcase.
Bill Wendling
2008-05-01
don't randomly miscompile seto/setuo just because we are in
Chris Lattner
2008-04-30
Really commit the test checking the argument lowering behaviour on x86-64 :).
Arnold Schwaighofer
2008-04-30
Tail call optimization improvements:
Arnold Schwaighofer
2008-04-29
make the vector conversion magic handle multiple results.
Chris Lattner
2008-04-29
add support for multiple return values in inline asm. This is a step
Chris Lattner
2008-04-29
Another extract_subreg coalescing bug.
Evan Cheng
2008-04-28
Add -march=x86.
Evan Cheng
2008-04-28
Update and_ops.ll according to the recent dagcombiner changes.
Dan Gohman
2008-04-28
Test case.
Evan Cheng
2008-04-27
Implement a signficant optimization for inline asm:
Chris Lattner
2008-04-25
Feedback from chris
Nate Begeman
2008-04-25
Add a testcase for the recent "handle variable vector insert elt in mem" patch
Nate Begeman
2008-04-25
Update tests.
Evan Cheng
2008-04-25
Special handling for MMX values being passed in either GPR64 or lower 64-bits...
Evan Cheng
2008-04-25
Remove the code from CodeGenPrepare that moved getresult instructions
Dan Gohman
2008-04-25
MMX argument passing fixes:
Evan Cheng
2008-04-25
Loosen up an assertion to allow intrinsics. I really have no
Chris Lattner
2008-04-25
Fix bug in x86 memcpy / memset lowering. If there are trailing bytes not hand...
Evan Cheng
2008-04-24
New test.
Evan Cheng
2008-04-23
Add support to codegen for getresult instructions with undef operands.
Dan Gohman
2008-04-23
Disable stack realignment for these tests
Anton Korobeynikov
2008-04-23
Fix test becase ABI stack alignment dropped to 'normal' value
Anton Korobeynikov
2008-04-23
Fix test, instruction count is valid only if stack is not realigned
Anton Korobeynikov
2008-04-21
Implement an x86-64 ABI detail of passing structs by hidden first
Dan Gohman
2008-04-20
A better fix for my previous patch, MOVZQI2PQIrr just requires SSE2.
Chris Lattner
2008-04-20
Not all x86-64 machines have sse3 apparently.
Chris Lattner
2008-04-19
rename *.llx -> *.ll
Chris Lattner
[next]