Avoid depending on LCSSA implicitly pulling in LoopSimplify.
[oota-llvm.git] / test / FrontendC /
2010-07-21 Eric ChristopherTurn this test on again after the llvm-gcc change in...
2010-07-21 Eric ChristopherUpdate this to use a "valid" alignment.
2010-07-20 Eric ChristopherTestcase for llvm-gcc commit r108910.
2010-07-14 Eric ChristopherTemporarily disable this test.
2010-07-14 Devang PatelMake it a .ll test case.
2010-07-14 Eric ChristopherAdd a testcase for the vla and stack realignment warning.
2010-07-14 Dale JohannesenTests for llvm-gcc commit 108360.
2010-07-10 Dan GohmanAdd an explicit triple to make this test behave consist...
2010-07-10 Dan GohmanFix this XTARGET so that this does doesn't XPASS on...
2010-07-08 Stuart HastingsTest case for r107843. Radar 8152866.
2010-06-29 Duncan SandsLooks like this test is missing an XFAIL line.
2010-06-29 Devang PatelThe comment string does not match for all targets....
2010-06-28 Dale JohannesenRefix XTARGET. Previous attempt matches on powerpc...
2010-06-28 Dale JohannesenAttempt to fix XTARGET.
2010-06-28 Devang PatelUse DW_FORM_addr for DW_AT_entry_pc.
2010-06-28 Dale JohannesenIn asm's, output operands with matching input constraints
2010-06-28 Devang PatelRemove this weak test.
2010-06-28 Dale JohannesenTestcase for llvm-gcc fix 107051.
2010-06-28 Devang PatelPreserve deleted function's local variables' debug...
2010-06-28 Devang PatelMake this test darwin specific.
2010-06-25 Devang PatelXFAIL this test on powerpc for now.
2010-06-24 Devang PatelDBG_VALUE machine instruction pointing to undefined...
2010-06-17 Dale JohannesenTestcase for llvm-gcc 106225.
2010-06-15 Rafael EspindolaUpdate test to match recent llvm-gcc change.
2010-06-14 Stuart HastingsTest case for Radar 8004649.
2010-05-31 Eric ChristopherAdd a test for the llvm-gcc commit in r90200.
2010-05-28 Stuart HastingsRevert 104841, 104842, 104876 due to buildbot failures...
2010-05-27 Stuart HastingsAdjust test case for lexical block pruning. Follow...
2010-05-27 Bob WilsonAdd a test for llvm-gcc svn r104726.
2010-05-20 Eric ChristopherOnce more, with feeling.
2010-05-19 Eric ChristopherAttempt to run this test on x86 only.
2010-05-19 Eric ChristopherAdd a test to make sure that we're lowering the shift...
2010-05-18 Dale JohannesenTest passed on ppc, to my surprise; if it worked
2010-05-18 Dale JohannesenTestcase for llvm-gcc checkin 104042.
2010-05-14 Devang PatelTest case for r103800.
2010-05-07 Dale JohannesenAdjust tests affected by llvm-gcc 103229.
2010-05-05 Stuart HastingsTest case for pr2394 and r102979.
2010-04-30 Dan GohmanAdd -o /dev/null to some tests which don't care about...
2010-04-28 Dale JohannesenFix comment.
2010-04-28 Dale JohannesenTest for llvm-gcc checkin 102543.
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-26 Chris LattnerRevert r102300/102301, which serious broke objc apps.
2010-04-25 Chris Lattnertestcase for PR6913
2010-04-25 Chris Lattnerthis passes now.
2010-04-08 Dan GohmanPrint empty structs as {} rather than { }.
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-06 Jakob Stoklund OlesenLet that which does not matter truly slide.
2010-03-10 Bob WilsonTestcase for pr6552. I changed the code to use "ip...
2010-03-05 Devang PatelTest case for r97851.
2010-02-23 Daniel DunbarEliminate llvmgcc_version testing variable.
2010-02-19 Devang PatelTest case for r96656.
2010-02-17 Eric ChristopherRevert:
2010-02-17 Devang PatelBefore setting scope end marker, pay attention to scope...
2010-02-16 Devang PatelNew testcase.
2010-02-12 Evan ChengUpdate test to match 95961.
2010-02-11 Devang Pateltest case for r95842.
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.
next