The lower invoke pass needs to have unreachable code elimination run after it
[oota-llvm.git] / test / CodeGen / Generic /
2008-07-16 Duncan SandsAdd support for promoting and expanding AssertZext
2008-07-16 Duncan SandsTest passing of integer parameters for integers
2008-07-16 Duncan SandsTest codegen of loads and stores of all integer
2008-07-16 Duncan SandsTurn on LegalizeTypes by default.
2008-06-30 Chris LattnerImplement split and scalarize for SELECT_CC, fixing...
2008-06-10 Matthijs KooijmanFix some more quoting issues in RUN lines, this time...
2008-06-10 Matthijs KooijmanFor all RUN lines starting with "not", redirect stderr...
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-25 Dan GohmanRemove the code from CodeGenPrepare that moved getresul...
2008-04-23 Dan GohmanAdd support to codegen for getresult instructions with...
2008-04-19 Chris Lattnerrename *.llx -> *.ll
2008-03-12 Dan GohmanMake this test x86-specific for now; targets that don...
2008-03-11 Dan GohmanBasic feature test for multiple return values in codegen.
2008-03-06 Gabor Greifsome more spelling changes
2008-02-26 Chris LattnerFix PR2096, a regression introduced with my patch last...
2008-02-26 Chris LattnerFix isNegatibleForFree to not return true for ConstantF...
2008-02-21 Chris Lattnertestcase for PR1133
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-13 Duncan SandsTeach LegalizeTypes how to expand and promote CTLZ,
2008-02-04 Duncan SandsCrashes LegalizeTypes with "Do not know how to
2008-02-04 Duncan SandsCrashes LegalizeTypes with "Do not know how to split
2008-02-04 Chris Lattnerremove target triple to make this test more "generic"
2008-02-04 Duncan SandsCrashed the new type legalizer. Not likely to catch
2008-01-26 Chris LattnerFix some bugs in SimplifyNodeWithTwoResults where it...
2008-01-17 Chris Lattnernew testcase.
2008-01-17 Chris Lattneradd testcase that has been sitting in my tree for awhile.
2008-01-15 Chris Lattnernew testcase for llvm.trap.
2008-01-10 Chris Lattnernew testcase for PR1845
2008-01-07 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
2007-12-31 Duncan SandsFix PR1833 - eh.exception and eh.selector return two
2007-12-26 Gordon HenriksenTests for changes made in r45356, where IPO optimizatio...
2007-12-25 Gordon HenriksenGC poses hazards to the inliner. Consider:
2007-12-25 Gordon HenriksenNoting and enforcing that GC intrinsics are valid only...
2007-12-25 Gordon HenriksenAdjusting verification of "llvm.gc*" intrinsic prototyp...
2007-12-17 Duncan SandsMake invokes of inline asm legal. Teach codegen
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-09 Gordon HenriksenUpgrading this test to 2.0 .ll syntax.
2007-11-28 Chris Lattnerupgrade this test
2007-11-27 Chris LattnerFix a crash on invalid code due to memcpy lowering.
2007-11-21 Duncan SandsFix a bug in which node A is replaced by node B, but...
2007-10-01 Evan Cheng-pre-RA-sched=none, simple, simple-noitin are gone.
2007-09-24 Dan GohmanFix a typo in a comment.
2007-09-17 Gordon HenriksenFix for PR1633: Verifier doesn't fully verify GC intrinsics
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-09-01 Evan ChengFix a gcroot lowering bug.
2007-08-27 Duncan SandsRemove this test as it is too hard to fix after the
2007-08-27 Duncan SandsNow that we don't output cleanups by default, the action
2007-08-25 Chris LattnerAllow target constants to be illegal types. The target...
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-07-17 Tanya LattnerDon't use * in XFAIL line unless you want it to XFAIL...
2007-07-17 Gabor GreifXFAIL these on sparc-solaris
2007-07-17 Reid SpencerFor PR1558:
2007-07-16 Dan GohmanRemove the trailing semicolon from function declaration...
2007-07-13 Dale JohannesenSkeleton of post-RA scheduler; doesn't do anything...
2007-07-09 Chris Lattnerremove this bogus t-t
2007-07-06 Duncan SandsTest that byte offsets are used to index into the list
2007-07-05 Chris Lattneravoid ambiguity in target selection
2007-06-29 John CriswellConvert .cvsignore files
2007-06-15 Duncan SandsWorkaround for PR1508.
2007-06-06 Duncan Sands"Simplified" testcase for PR1422.
2007-05-22 Dale JohannesenTest assumes tail merging is off; this must now be...
2007-05-17 Chris Lattneradd testcase for 128-bit add/sub
2007-05-15 Lauro Ramos VenancioFix an infinite recursion in GetNegatedExpression.
2007-05-08 Chris Lattnermove to CodeGen/ARM/2007-05-07-tailmerge-1.ll
2007-05-07 Evan ChengFix test case.
2007-05-07 Dale JohannesenHandle some non-exit blocks in tail merging.
2007-05-05 Chris Lattnerthe sparc v8 backend handles this correctly
2007-05-05 Chris Lattnerunxfail this, llc doesn't support this feature yet...
2007-05-05 Duncan SandsCheck that the right eh personality function is used.
2007-05-04 Duncan SandsTest that the eh lowering code can handle constant...
2007-05-01 Reid SpencerSplit target dependent test portions to target-specific...
2007-04-30 Chris Lattnertestcase for PR1228
2007-04-30 Reid SpencerFor PR1370:
2007-04-28 Chris Lattnerensure the operand prints.
2007-04-28 Chris Lattnernew testcase
2007-04-28 Chris Lattnerupdate syntax
2007-04-27 Chris Lattnermake this testcase harder, to cover PR1326
2007-04-27 Duncan SandsTest that eh_selector lowering accepts global variables...
2007-04-26 Anton KorobeynikovUnxfail tests
2007-04-26 Anton KorobeynikovAdd test to proper place. Also, XFAIL until ppc bootstr...
2007-04-17 Chris Lattnernew testcase
2007-04-16 Reid SpencerAlso validate that the code generation of IntrinsicLowe...
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1336:
2007-04-15 Reid SpencerFor PR1336:
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness.
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness.
2007-04-14 Chris Lattnerxfail for now
2007-04-14 Anton KorobeynikovFix PR1325: Case range optimization was performed in...
2007-04-13 Anton KorobeynikovFix PR1323 : we haven't updated phi nodes in good manner :)
2007-04-12 Chris Lattnermake this really work on linux :)
2007-04-12 Chris Lattnermake this happier on linux hosts
next