Fix comment in llvm.mli.
[oota-llvm.git] / test / FrontendC /
2009-08-06 Dale JohannesenTestcase for llvm-gcc 78324 (although in normal
2009-08-04 Bill Wendlingllvm-gcc checks the static asm variable is valid in...
2009-08-04 Bill WendlingFixed now.
2009-08-04 Bill WendlingXFAIL for the moment.
2009-07-25 Chris Lattnerremove this test. It is currently failing because...
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-23 Chris Lattnertestcase for PR4590
2009-07-17 Duncan SandsTestcase for PR4214.
2009-07-15 Dale JohannesenFix test so it works on systems where wchar_t != int.
2009-07-15 Dale JohannesenTest for llvm-gcc patch 75822.
2009-07-15 Duncan SandsString constants are now output with private linkage.
2009-07-14 Chris LattnerTestcase for PR4556
2009-06-23 Dale JohannesenThe correct values here (as defined by gcc-4.2) are
2009-06-23 Dale JohannesenThis test only works on ppc32 if some optimization...
2009-06-23 Dale JohannesenSee test. Judging from PR 1278, at the time the test...
2009-06-18 Chris Lattnernew testcase for rdar://6983634
2009-06-14 Duncan SandsTestcase for PR4332.
2009-06-12 Dan GohmanAdjust this test's regex strings so that they work...
2009-06-12 Dan GohmanAdd -m32 to llvm-gcc commands, so that this test behave...
2009-06-12 Dale JohannesenTestcase for llvm-gcc patch 73238.
2009-06-11 Dale JohannesenTest for rev 73205 (PR 4349)
2009-06-04 Bill WendlingFix these so that they work on non-x86 Darwin machines.
2009-06-04 Bill WendlingSpecify that this works for Darwin.
2009-06-04 Dale JohannesenFor XTARGET to work on targets not in the list,
2009-05-30 Duncan SandsAdjust these tests now that "extern inline"
2009-05-18 Bill WendlingCommands beginning with '--' are converted to '-f'...
2009-05-17 Duncan SandsCheck that the gcc front-end is not doing inlining
2009-05-04 Mike StumpRestore minor deletion.
2009-04-29 Chris Lattnertestcase for PR4082
2009-04-22 Duncan SandsTestcase for PR2958.
2009-04-22 Duncan SandsThese tests are x86 specific.
2009-03-27 Evan ChengAdd a __builtin___memset_chk test.
2009-03-25 Evan ChengOne more test.
2009-03-25 Evan ChengAdd __builtin___memcpy_chk tests.
2009-03-25 Duncan SandsThese tests pass on linux.
2009-03-25 Evan ChengAdd a __builtin_object_size test.
2009-03-20 Duncan SandsDon't load values out of global constants with weak
2009-03-18 Bill WendlingThese tests are now passing on Darwin because of r67139.
2009-03-18 Evan Chengxfail these tests for now.
2009-03-13 Devang PatelTest case for rev. 66925
2009-03-10 Stuart HastingsTweak the DejaGNU voodoo to match Bill's advice.
2009-03-10 Stuart HastingsCheck for warnings about inappropriate weak_imports.
2009-03-09 Chris Lattnertestcase for PR3744
2009-03-01 Duncan SandsFunctions marked malloc are noalias return.
2009-03-01 Duncan SandsAdjust this test for recent llvm-gcc changes.
2009-02-28 Chris Lattnerone less space, fixes failure with rebuilt llvm-gcc.
2009-02-28 Bill WendlingThere is a way to specify targets that should succeed...
2009-02-28 Stuart HastingsUnable to say "TARGET: *-*-darwin*"; falling back to...
2009-02-27 Stuart HastingsTestcase to insure C strings go to the cstring
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-14 Dale JohannesenTestcase for llvm-gcc 64510.
2009-02-10 Duncan SandsThis is now done using a real i33, rather than
2009-02-03 Dan GohmanDelete these two tests. They are specific to x86-64...
2009-02-03 Bill WendlingIt fails on Linux. XFAIL that machine.
2009-02-03 Bill WendlingThis is passing for us. Should it have been reenabled?
2009-02-02 Duncan SandsMake the XFAIL line actually match x86-32 targets.
2009-01-29 Evan ChengAdd a always_inline test case.
2009-01-29 Evan ChengAdd a test case for Chris lvalue alignment fixes.
2009-01-27 Evan ChengForgot this test case.
2009-01-27 Dan GohmanAdd a FrontendC testcase for the x86-64 Red Zone feature,
2009-01-25 Torok Edwinrevert this patch for now, because Codegen does still...
2009-01-25 Torok Edwintestcase for llvm-gcc part of PR3402.
2009-01-21 Duncan SandsThis was causing invalid memory accesses when
2009-01-21 Duncan SandsLet's try to have our cake and eat it to: move
2009-01-20 Duncan SandsCheck that the "don't barf on k8" fix is not
2009-01-16 Evan ChengThis is now passing.
2009-01-13 Duncan SandsMark this XFAIL for the moment.
2009-01-12 Evan ChengSecond test is only valid in 32-bit mode.
2009-01-12 Evan ChengTest for r62076.
2009-01-09 Chris Lattnerthis doesn't depend on the gcc early inliner anymore.
2009-01-09 Chris LattnerPR3290 is now fixed.
2009-01-05 Bill WendlingStrength test.
2009-01-05 Chris Lattnertestcase for bill's patch.
2008-12-31 Bill WendlingXFAIL test caused by r61493. Apparently, this is expected?
2008-12-23 Chris LattnerTestcase to show we can tie together integers and point...
2008-11-12 Tanya LattnerAdd test case for ptr annotation.
2008-11-09 Bill WendlingThe method of doing the matching with a 'select' instru...
2008-11-02 Anton KorobeynikovTestcase for PR2691
2008-10-30 Duncan SandsTestcase for PR2987.
2008-10-29 Duncan SandsMake the declaration of bzero match size_t on
2008-10-23 Chris Lattnermake this test not depend on how the system header...
2008-10-14 Chris Lattnernew testcase for PR2797
2008-10-13 Duncan SandsDon't barf on 32 bit platforms if llvm-gcc is
2008-10-12 Dale JohannesenRemove "long" variants so these will pass on a 64-bit...
2008-09-24 Evan ChengTest fp not.
2008-09-22 Evan ChengTest case for fp logical instructions.
2008-09-16 Bill WendlingFix test to account for no more whitespace and that...
2008-09-16 Bill WendlingRemove space that was forgotten.`
2008-09-05 Duncan SandsPrevent our own passes from promoting this to
2008-09-04 Dale JohannesenAdjust tests to expect new math intrinsics to be
2008-09-04 Dale JohannesenAdjust libcalls tests to expect intrinsic for exp2
2008-09-03 Devang PatelUpdate test to check call instruction.
2008-09-03 Duncan SandsTestcase for PR1678.
2008-09-02 Dale JohannesenNew testcase for targets without 64-bit atomics;
2008-08-22 Dale JohannesenComprehensive test of FE handling of __sync builtins.
2008-08-20 Chris Lattnerll printer prints each zeroinit on the same line now...
2008-08-08 Nick LewyckyTestcase for r54520.
2008-08-08 Dale JohannesenTestcases for 54503. One derived from PR 2533, the
2008-07-08 Duncan SandsTestcase for PR2520.
2008-06-26 Matthijs KooijmanMake LLVM compile on DragonFly BSD (PR2499).
next