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
2012-05-18
Remove a test that was only testing for physreg joining.
Jakob Stoklund Olesen
2012-05-17
Remove -join-physregs from the test suite.
Jakob Stoklund Olesen
2012-05-16
Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...
Evan Cheng
2012-05-14
Fix PR12821.
Jakob Stoklund Olesen
2012-05-14
Rename @llvm.debugger to @llvm.debugtrap.
Dan Gohman
2012-05-11
Fix test/CodeGen/X86/tls-pie.ll.
Hans Wennborg
2012-05-11
Implement initial-exec TLS model for 32-bit PIC x86
Hans Wennborg
2012-05-11
Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),
Dan Gohman
2012-05-10
AVX2: Add an additional broadcast idiom.
Nadav Rotem
2012-05-10
Generate AVX/AVX2 shuffles even when there is a memory op somewhere else in t...
Nadav Rotem
2012-05-09
change the objectsize intrinsic signature: add a 3rd parameter to denote the ...
Nuno Lopes
2012-05-08
Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...
Craig Topper
2012-05-07
Fix a regression from r147481. This combine should only happen if there is a
Chad Rosier
2012-05-07
X86: optimization for -(x != 0)
Manman Ren
2012-05-07
Add SSE4A MOVNTSS/MOVNTSD instructions.
Craig Topper
2012-05-06
Switch the select to branch transformation on by default.
Benjamin Kramer
2012-05-05
CodeGenPrepare: Add a transform to turn selects into branches in some cases.
Benjamin Kramer
2012-05-04
Allow v16i16 and v32i8 shuffles to be rewritten as narrower shuffles.
Craig Topper
2012-05-03
Fix 256-bit vpshuflw and vpshufhw immediate encoding to handle undefs in the ...
Craig Topper
2012-05-03
Fix two-address pass's aggressive instruction commuting heuristics. It's meant
Evan Cheng
2012-05-02
Revert r155853
Manman Ren
2012-05-02
Add support for selecting AVX2 vpshuflw and vpshufhw. Add decoding support fo...
Craig Topper
2012-05-01
Strip the pointer casts off of allocas so that the selection DAG can find them.
Bill Wendling
2012-05-01
X86: optimization for max-like struct
Manman Ren
2012-04-30
X86: optimization for -(x != 0)
Manman Ren
2012-04-30
test/CodeGen/X86/select.ll: remove spaces
Manman Ren
2012-04-30
Fix fastcc structure return with fast-isel on x86-32
Derek Schuff
2012-04-28
Reapply 155668: Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-27
Revert r155745
Derek Schuff
2012-04-27
Fix fastcc structure return with fast-isel on x86-32
Derek Schuff
2012-04-27
Temporarily revert r155668: Fix the SD scheduler to avoid gluing.
Andrew Trick
2012-04-27
Add x86-specific DAG combine to simplify:
Chad Rosier
2012-04-27
X86: Don't emit conditional floating point moves on when targeting pre-pentiu...
Benjamin Kramer
2012-04-27
Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...
Craig Topper
2012-04-26
Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-25
Try to fix llvm-arm-linux builder with -mcpu.
Jakob Stoklund Olesen
2012-04-25
Trivial change to make the test use -mcpu=generic so as to avoid
Preston Gurd
2012-04-24
Fix the testcase. We do expect two vblendw on XMMs.
Nadav Rotem
2012-04-24
Add a testcase for 155440
Nadav Rotem
2012-04-24
AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructions
Nadav Rotem
2012-04-23
Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where th...
Nadav Rotem
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-22
cleaned line endings in the newly added test file
Elena Demikhovsky
2012-04-22
ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
Elena Demikhovsky
2012-04-21
Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...
Nadav Rotem
2012-04-20
Fix PR12599.
Jakob Stoklund Olesen
2012-04-19
Test for the the problem with xors being changed into ands
Joel Jones
2012-04-18
Move win32 SimplifyLibcall test under Transforms
Joe Groff
2012-04-17
fix pr12559: mark unavailable win32 math libcalls
Joe Groff
2012-04-17
Force cmov on test so block placement doesn't shuffle the code around.
Benjamin Kramer
[prev]
[next]