summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
Commit message (Collapse)AuthorAgeFilesLines
* Testcase for PR4332.Duncan Sands2009-06-141-0/+8
| | | | llvm-svn: 73353
* Adjust this test's regex strings so that they work regardlessDan Gohman2009-06-121-3/+3
| | | | | | | of the target's pointer size. This avoids the need for -m32 on the llvm-gcc command-line, which some targets may not support. llvm-svn: 73270
* Add -m32 to llvm-gcc commands, so that this test behaves as expectedDan Gohman2009-06-121-3/+3
| | | | | | on systems which default to a 64-bit target. llvm-svn: 73265
* Testcase for llvm-gcc patch 73238.Dale Johannesen2009-06-121-0/+24
| | | | llvm-svn: 73239
* Test for rev 73205 (PR 4349)Dale Johannesen2009-06-111-0/+39
| | | | llvm-svn: 73206
* Fix these so that they work on non-x86 Darwin machines.Bill Wendling2009-06-042-2/+2
| | | | llvm-svn: 72903
* Specify that this works for Darwin.Bill Wendling2009-06-042-2/+2
| | | | llvm-svn: 72899
* For XTARGET to work on targets not in the list,Dale Johannesen2009-06-042-0/+2
| | | | | | | there must also be an XFAIL line. Fix a couple examples of this. llvm-svn: 72876
* Adjust these tests now that "extern inline"Duncan Sands2009-05-302-8/+6
| | | | | | | functions are being output with bodies and available_externally linkage. llvm-svn: 72620
* Commands beginning with '--' are converted to '-f' by gcc. Blech!Bill Wendling2009-05-181-1/+1
| | | | llvm-svn: 72023
* Check that the gcc front-end is not doing inliningDuncan Sands2009-05-171-0/+17
| | | | | | when not doing unit-at-a-time. llvm-svn: 71986
* Use %llvmgcc instead of llvm-gcc.Bill Wendling2009-05-041-1/+1
| | | | llvm-svn: 70886
* Testcase for PR3967.Duncan Sands2009-05-041-0/+17
| | | | llvm-svn: 70856
* testcase for PR4082Chris Lattner2009-04-291-0/+11
| | | | llvm-svn: 70375
* Testcase for PR2958.Duncan Sands2009-04-221-0/+4
| | | | llvm-svn: 69818
* These tests are x86 specific.Duncan Sands2009-04-221-0/+1
| | | | llvm-svn: 69798
* Add a __builtin___memset_chk test.Evan Cheng2009-03-271-0/+6
| | | | llvm-svn: 67815
* One more test.Evan Cheng2009-03-251-1/+6
| | | | llvm-svn: 67694
* Add __builtin___memcpy_chk tests.Evan Cheng2009-03-251-0/+23
| | | | llvm-svn: 67691
* These tests pass on linux.Duncan Sands2009-03-252-2/+2
| | | | llvm-svn: 67689
* Add a __builtin_object_size test.Evan Cheng2009-03-251-0/+16
| | | | llvm-svn: 67688
* Don't load values out of global constants with weakDuncan Sands2009-03-201-0/+12
| | | | | | | | | linkage: the value may be replaced with something different at link time. (Frontends that want to allow values to be loaded out of weak constants can give their constants weak_odr linkage). llvm-svn: 67407
* These tests are now passing on Darwin because of r67139.Bill Wendling2009-03-181-0/+1
| | | | llvm-svn: 67215
* xfail these tests for now.Evan Cheng2009-03-181-1/+2
| | | | llvm-svn: 67143
* Test case for rev. 66925Devang Patel2009-03-131-0/+3
| | | | llvm-svn: 66927
* Tweak the DejaGNU voodoo to match Bill's advice.Stuart Hastings2009-03-101-2/+2
| | | | llvm-svn: 66547
* Check for warnings about inappropriate weak_imports.Stuart Hastings2009-03-101-0/+22
| | | | | | Darwin-specific; marked XFAIL for others. llvm-svn: 66514
* testcase for PR3744Chris Lattner2009-03-091-0/+14
| | | | llvm-svn: 66401
* Functions marked malloc are noalias return.Duncan Sands2009-03-011-0/+3
| | | | llvm-svn: 65775
* Adjust this test for recent llvm-gcc changes.Duncan Sands2009-03-011-1/+1
| | | | llvm-svn: 65771
* one less space, fixes failure with rebuilt llvm-gcc.Chris Lattner2009-02-281-1/+1
| | | | llvm-svn: 65728
* There is a way to specify targets that should succeed. It's the "XTARGET"Bill Wendling2009-02-281-2/+2
| | | | | | keyword. llvm-svn: 65692
* Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: ↵Stuart Hastings2009-02-281-1/+1
| | | | | | linux,ia64,alpha,sparc". llvm-svn: 65667
* Testcase to insure C strings go to the cstringStuart Hastings2009-02-271-0/+11
| | | | | | section. Darwin-specific. llvm-svn: 65655
* Emit debug info for bitfields.Devang Patel2009-02-171-0/+13
| | | | llvm-svn: 64815
* Testcase for llvm-gcc 64510.Dale Johannesen2009-02-141-0/+13
| | | | llvm-svn: 64511
* This is now done using a real i33, rather thanDuncan Sands2009-02-101-1/+1
| | | | | | an emulated one. Adjust the check. llvm-svn: 64236
* Delete these two tests. They are specific to x86-64, and there's noDan Gohman2009-02-032-42/+0
| | | | | | | | | reliable way to do this with the current dejagnu infrastructure. If someone can figure out how to fix these tests so that they test what they are intended to test without spuriously failing on any popular platforms, they are invited to reinstate them. llvm-svn: 63592
* It fails on Linux. XFAIL that machine.Bill Wendling2009-02-031-2/+2
| | | | llvm-svn: 63582
* This is passing for us. Should it have been reenabled?Bill Wendling2009-02-031-2/+1
| | | | llvm-svn: 63580
* Make the XFAIL line actually match x86-32 targets.Duncan Sands2009-02-021-1/+1
| | | | llvm-svn: 63507
* Add a always_inline test case.Evan Cheng2009-01-291-0/+12
| | | | llvm-svn: 63304
* Add a test case for Chris lvalue alignment fixes.Evan Cheng2009-01-291-0/+17
| | | | llvm-svn: 63300
* Forgot this test case.Evan Cheng2009-01-271-0/+10
| | | | llvm-svn: 63089
* Add a FrontendC testcase for the x86-64 Red Zone feature,Dan Gohman2009-01-271-0/+11
| | | | | | | to help verify that the feature may be disabled through the -mno-red-zone option. llvm-svn: 63079
* revert this patch for now, because Codegen does still want to generate SSE code,Torok Edwin2009-01-251-0/+2
| | | | | | for example in the case of va-args. XFAIL associated tests. llvm-svn: 62972
* testcase for llvm-gcc part of PR3402.Torok Edwin2009-01-251-0/+30
| | | | llvm-svn: 62969
* This was causing invalid memory accesses whenDuncan Sands2009-01-211-0/+74
| | | | | | generating debug info in the compiler. llvm-svn: 62684
* Let's try to have our cake and eat it to: moveDuncan Sands2009-01-211-0/+282
| | | | | | | | this test into FrontendC to ensure that llvm-gcc is available; assemble using "llvm-gcc -xassembler" rather than "as". llvm-svn: 62683
* Check that the "don't barf on k8" fix is notDuncan Sands2009-01-201-0/+2
| | | | | | accidentally reverted again. llvm-svn: 62587
OpenPOWER on IntegriCloud