Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2bbcca30b74e7e3cdd41932438e891745866a0eb
/
test
/
CodeGen
2bbcca3
Update rlwimi tests to catch all the cases we care about
by Nate Begeman
· 20 years ago
c3f9dc1
this tests every fp-to-integer conversion
by Chris Lattner
· 20 years ago
4b429fc
make sure we always handle small negatives well
by Andrew Lenharth
· 20 years ago
fca3c64
Allow this to pass on non-linux systems as well, such as darwin
by Chris Lattner
· 20 years ago
837451b
set the target triple so that we don't fail due to X86 abi issues
by Chris Lattner
· 20 years ago
8bf0f64
Regression test for PR#596: Make sure that negation of a minus doesn't
by John Criswell
· 20 years ago
0c8781d
new testcase for PR593
by Chris Lattner
· 20 years ago
92b5376
new testcase that crashes llc on x86/ppc. Not generated by C/C++ or LLVM
by Chris Lattner
· 20 years ago
70a1950
add test to check for tail calls
by Chris Lattner
· 20 years ago
b73855b
Make sure this is not eligible for tail-call-elimination so that we test
by Chris Lattner
· 20 years ago
3b8ce85
new testcase
by Chris Lattner
· 20 years ago
955c07c
Ensure these casts are done with the hardware fildll instruction
by Chris Lattner
· 20 years ago
eb99a45
this passes
by Chris Lattner
· 20 years ago
e2fd523
new testcase
by Chris Lattner
· 20 years ago
3cfc401
fix regression tests
by Andrew Lenharth
· 20 years ago
1e497fe
These tests are currently expected to fail.
by John Criswell
· 20 years ago
b6cf537
Force x86 backend
by Chris Lattner
· 20 years ago
e0f395b
let dj run this
by Chris Lattner
· 20 years ago
7c64440
fixed test case
by Andrew Lenharth
· 20 years ago
3013138
add a correct run line
by Chris Lattner
· 20 years ago
b794107
reg test
by Chris Lattner
· 20 years ago
32b30a3
Fix this test on Solaris.
by John Criswell
· 20 years ago
e066d68
Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) is
by Nate Begeman
· 20 years ago
a65640e
Regression test for PR#563.
by John Criswell
· 20 years ago
50d435f
Legalize for CTLZ generates a ctpop, but this ctpop is not expanded.
by Andrew Lenharth
· 20 years ago
07fc173
include the other bit count intrinsics
by Chris Lattner
· 20 years ago
3c8a3b1
new testcase
by Chris Lattner
· 20 years ago
bd8b13d
new testcase
by Chris Lattner
· 20 years ago
f2c7af2
tweak test to accept the (good) code emitted by the pattern isel
by Chris Lattner
· 20 years ago
49b8b70
New testcase that crashes the pattern isel
by Chris Lattner
· 20 years ago
fd38787
new testcase
by Chris Lattner
· 20 years ago
e8aebf7
comment fix
by Andrew Lenharth
· 20 years ago
d3942b4
see if the legalize code propery compensates for the additional zeros introduced
by Andrew Lenharth
· 20 years ago
1419711
added a use of ctpop to debug stuff with
by Andrew Lenharth
· 20 years ago
ac766dc
add sin/cos tests
by Chris Lattner
· 20 years ago
459ced2
Add a test for llvm.sqrt
by Chris Lattner
· 20 years ago
b02fbfc
Eliminate tabs and trailing spaces
by Jeff Cohen
· 20 years ago
9dd7a87
Check for eqv matching
by Chris Lattner
· 20 years ago
14f3429
this passes on darwin
by Chris Lattner
· 20 years ago
9acc366
Update dejagnu tests to use the new pattern isel flag
by Nate Begeman
· 20 years ago
80563ff
added a random and mask test
by Andrew Lenharth
· 20 years ago
77a6d90
Add CodeGen tests for the recent SelectionDAG transforms
by Nate Begeman
· 20 years ago
eecbf30
regression case for faster call sequence
by Andrew Lenharth
· 20 years ago
f701697
check that casts still use zap
by Andrew Lenharth
· 20 years ago
003e68e
added s4addl matching test
by Andrew Lenharth
· 20 years ago
1a130b9
fix this testcase so the regex doesn't match the function name
by Chris Lattner
· 20 years ago
d0abb7a
new testcase that used to crash the ppc fe. It could effect any simpleisel
by Chris Lattner
· 20 years ago
9a98a77
Add a testcase to make sure that we don't emit two fneg instructions back
by Nate Begeman
· 20 years ago
e9c0f43
Add cases to cover the rest of the patterns we should be matching
by Nate Begeman
· 20 years ago
2f65f8e
New testcase that the sparc backend crashes on
by Chris Lattner
· 20 years ago
2e6027c
make this test more interesting
by Chris Lattner
· 20 years ago
4548523
add a test for fnabs
by Chris Lattner
· 20 years ago
e23836c
add a partial test for the fma operations that ppc supports. I'm sure I'm
by Chris Lattner
· 20 years ago
a844b01
oops
by Andrew Lenharth
· 20 years ago
b8a5d63
added some tests to check stupid pattern matching mistakes
by Andrew Lenharth
· 20 years ago
0b5031a
match case change in codegen
by Andrew Lenharth
· 20 years ago
3a46221
simplified
by Andrew Lenharth
· 20 years ago
0def226
added first alpha codegen regression test
by Andrew Lenharth
· 20 years ago
4cb11a1
this has now been fixed
by Chris Lattner
· 20 years ago
e217107
don't forget to use the right code generator :)
by Chris Lattner
· 20 years ago
597f22f
new testcase
by Chris Lattner
· 20 years ago
d4b5728
new generic testcsae
by Chris Lattner
· 20 years ago
bea061d
new testcase
by Chris Lattner
· 20 years ago
7c61b7b
make sure this test tests the intended target.
by Chris Lattner
· 20 years ago
13a04bc
new testcase that crashes the CBE.
by Chris Lattner
· 20 years ago
0a8794d
execution tests shouldn't go here. This was killing the PPC nightly tester.
by Chris Lattner
· 21 years ago
eb28797
A testcase that LLC produces illegal asm on for Prolangs-C/cdecl now.
by Chris Lattner
· 21 years ago
ee6cfda
new testcase
by Chris Lattner
· 21 years ago
9b5cb04
xfail this.
by Chris Lattner
· 21 years ago
b51f2e3
New testcase for rotate instructions. Each function should codegen to a rotate.
by Chris Lattner
· 21 years ago
39d6396
Add a test for 16-bit sh*d.
by Chris Lattner
· 21 years ago
7c79de7
Ensure that each these functions generates a sh[rl]d instruction.
by Chris Lattner
· 21 years ago
a8b6f68
This is a carefully contrived testcase where the X86 ISel is emitting all loads
by Chris Lattner
· 21 years ago
f60513f
New testcase for a problem that occurred in 132.ijpeg
by Chris Lattner
· 21 years ago
2349ba9
New testcase, problem found by Rob.
by Chris Lattner
· 21 years ago
5576719
Testcase that crashes the PPC backend. Thanks to Rob for finding this.
by Chris Lattner
· 21 years ago
61b8c9b
The pattern isel is aggressively codegen'ing all of the loads in these
by Chris Lattner
· 21 years ago
fb0c3bd
New testcase.
by Chris Lattner
· 21 years ago
9cd87db
Cleanup a bunch of tests. In particular do not allow target directives in
by Chris Lattner
· 21 years ago
c33fc82
Make this test a bit more interesting by making there actually be a use of the
by Chris Lattner
· 21 years ago
3b5d631
modernize and clean up this test.
by Chris Lattner
· 21 years ago
186fcf6
Add a testcase I forgot to commit earlier.
by Chris Lattner
· 21 years ago
7c8ad7a
New testcase
by Chris Lattner
· 21 years ago
71dbefe
xfail these tests, whcih require more info in the code generator to implement
by Chris Lattner
· 21 years ago
ae37c2a
Add several testcases for new optimizations in the code generator.
by Chris Lattner
· 21 years ago
5a23c8b
new testcase for PR490
by Chris Lattner
· 21 years ago
0adacc5
New testcase that crashes the V9 backend.
by Chris Lattner
· 21 years ago
081da56
New testcase that the PPC backend miscompiles. It is emitting
by Chris Lattner
· 21 years ago
8430182
new testcase for PR472
by Chris Lattner
· 21 years ago
25f8965
This program doesn't break anything anymore.
by Chris Lattner
· 21 years ago
7d66434
This passes on darwin now
by Chris Lattner
· 21 years ago
aac2d44
New testcase that crashes the PPC BE
by Chris Lattner
· 21 years ago
d510293
New testcase
by Chris Lattner
· 21 years ago
93e6d83
New testcase that crashes the PPC backend
by Chris Lattner
· 21 years ago
6fb9b52
Adding missing dg file.
by Tanya Lattner
· 21 years ago
c8c1f12
Adding srcdir arg
by Tanya Lattner
· 21 years ago
28b372f
Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression)
by Tanya Lattner
· 21 years ago
8408d0b
New testcase
by Chris Lattner
· 21 years ago
1976abd
Changed to XFAIL
by Tanya Lattner
· 21 years ago
23c7130
Update this to expect AT&T syntax
by Chris Lattner
· 21 years ago
Next »