Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a46f35d3d65425af5eaaaf906fca240a33d6c362
/
test
/
CodeGen
/
X86
/
sse3.ll
2a4410d
Teach two-address pass to re-schedule two-address instructions (or the kill
by Evan Cheng
· 13 years ago
623a7e1
Use a bigger hammer to fix PR11314 by disabling the "forcing two-address
by Evan Cheng
· 13 years ago
65fd656
Reapply r143206, with fixes. Disallow physical register lifetimes
by Dan Gohman
· 13 years ago
6f3ddef
Revert r143206, as there are still some failing tests.
by Dan Gohman
· 13 years ago
bf923b8
Reapply r143177 and r143179 (reverting r143188), with scheduler
by Dan Gohman
· 13 years ago
62c1d00
Speculatively disable Dan's commits 143177 and 143179 to see if
by Duncan Sands
· 13 years ago
2ba60e5
Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW
by Dan Gohman
· 13 years ago
f0b3c12
Fix broken x86_64 tests which specify non-64-bit cpu's.
by Evan Cheng
· 13 years ago
51458ed
Be more aggressive about following hints.
by Jakob Stoklund Olesen
· 13 years ago
61396ae
Fix a batch of x86 tests to be coalescer independent.
by Jakob Stoklund Olesen
· 14 years ago
b0e47cd
Fix register-dependent X86 tests.
by Jakob Stoklund Olesen
· 14 years ago
835580f
Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Also eliminate unneeded isel patterns. rdar://8520311
by Evan Cheng
· 14 years ago
fe5e4da
Teach EmitLiveInCopies to omit copies for unused virtual registers,
by Dan Gohman
· 14 years ago
bfcd61b
Enable -sse-domain-fix by default. Now with tests!
by Jakob Stoklund Olesen
· 15 years ago
bdc652b
Turning off post-ra scheduling for x86. It isn't a consistent win.
by Evan Cheng
· 15 years ago
d1b7382
Fix some issues in WalkChainUsers dealing with
by Chris Lattner
· 15 years ago
00a99a3
Run codegen dce pass for all targets at all optimization levels. Previously it's
by Evan Cheng
· 15 years ago
d84ea47
Don't enable the post-RA scheduler on x86 except at -O3. In its
by Dan Gohman
· 15 years ago
761411c
Fix a couple of shuffle patterns to use movhlps instead
by Eric Christopher
· 15 years ago
b6c215b
Update tests for 84931.
by Evan Cheng
· 15 years ago
4c3715c
Allow the target to select the level of anti-dependence breaking that should be performed by the post-RA scheduler. The default is none.
by David Goodwin
· 15 years ago
c1ae8c9
Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail.
by Dan Gohman
· 15 years ago
480c529
Checkpoint more aggressive anti-dependency breaking for post-ra scheduler.
by David Goodwin
· 15 years ago
d36076e
Turn on post-alloc scheduling for x86.
by Evan Cheng
· 15 years ago
36a0947
Eliminate more uses of llvm-as and llvm-dis.
by Dan Gohman
· 15 years ago
d842962
change selectiondag to add the sign extended versions of immediate operands
by Chris Lattner
· 15 years ago
d04fee1
specify a target triple so global variable manglings are consistent etc.
by Chris Lattner
· 15 years ago
8e1fad4
merge a bunch more sse3 tests into sse3.ll
by Chris Lattner
· 15 years ago
075ee99
convert test to filecheck format.
by Chris Lattner
· 15 years ago
bd04630
rename test
by Chris Lattner
· 15 years ago
[Renamed from test/CodeGen/X86/vec_shuffle-29.ll]
37c59b4
this is a test for sse3, simplify it.
by Chris Lattner
· 15 years ago
b9a47b8
Generate better code for v8i16 shuffles on SSE2
by Nate Begeman
· 16 years ago
e91a000
Fixed lowering of v816 shuffles.
by Mon P Wang
· 16 years ago