Updated the TableGen emitter for the Enhanced
[oota-llvm.git] / test / FrontendC /
2010-02-08 Devang Pateltest case for r95604.
2010-02-03 Dale JohannesenThis test passes now on ppc darwin; if it doesn't pass
2010-02-03 Dale JohannesenDebugging is now reenabled on PPC darwin, so reenable
2010-01-18 Devang PatelWhile mapping llvm.dbg.declare intrinsic manually map...
2010-01-17 Rafael EspindolaReally fix this. I checked that on ARM I get
2010-01-17 Rafael EspindolaLooks like XFAIL has to list every unsupported arch
2010-01-17 Rafael EspindolaAdd test for pr5406
2010-01-15 Devang PatelDo not use AT_specification die for static variables...
2010-01-15 Devang Patelnew test case for r93485.
2010-01-14 Evan ChengTest for r93409.
2010-01-06 Duncan SandsThis is testing a darwin specific feature, so only...
2010-01-04 Devang PatelFix debug_inlined section entries for routines whose...
2009-12-07 Evan ChengTest case for 90787.
2009-12-05 Dan GohmanRemove now-redundant llvm-as invocations.
2009-12-04 Bill WendlingTemporarily revert r72620 because r72619 was reverted.
2009-11-30 Bill WendlingDebug info is disabled on PPC Darwin.
2009-11-30 Nick LewyckyFix this test on 64-bit systems which seem to use i64...
2009-11-30 Nick LewyckyCommit r90099 made LLVM simplify one of these constant...
2009-11-20 Daniel DunbarFix -march= name for x86-64.
2009-11-20 Bill WendlingSpecify proper arch and triple for 64-bit.
2009-11-20 Bill WendlingTestcase for r89415.
2009-11-09 Daniel DunbarUse ',' separation in XFAILs, lit doesn't evaluate...
2009-11-07 Chris Lattnertemporarily remove these tests, as they are breaking...
2009-10-21 Dale JohannesenAdjust testcases for msasm -> alignstack.
2009-10-21 Bill WendlingThis is passing on Darwin PPC.
2009-10-14 Dale JohannesenTestcases for msasm bit (llvm-gcc 84062).
2009-10-13 Devang PatelOptimizer may remove debug info. This test checks...
2009-10-13 Devang PatelThese tests now pass.
2009-10-13 Devang PatelXFAIL these tests for now.
2009-10-12 Chris Lattnerallow this testcase to pass with recent changes. The...
2009-10-02 Evan ChengTest case for aligned attribute on function declaration.
2009-09-24 Dale JohannesenReenable sqrt IR generation test.
2009-09-23 Dale JohannesenDisable test; what it's testing for is wrong.
2009-09-10 Evan ChengAdd a test case for r81431.
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-07 Daniel DunbarAvoid Tcl substitution, introduced %llvmgcc_only for...
2009-08-31 Dale JohannesenMark test as passing on all x86, which it should,
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-21 Bill WendlingMake for 32-bit only.
2009-08-21 Bill WendlingProbably should emit bitcode instead of text.
2009-08-21 Bill WendlingTestcase for r79597.
2009-08-12 Dale JohannesenTest for llvm-gcc patch 78762.
2009-08-12 Dan Gohmanllvm-gcc now emits inbounds for this getelementptr.
2009-08-11 Dan GohmanUse wchar.h to get wchar_t, not ctype.h.
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.
next