Disable 91381 for now. It's miscompiling ARMISelDAG2DAG.cpp.
[oota-llvm.git] / test / CodeGen / Generic / GC /
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-10-25 Gordon HenriksenRelated to PR2911, reject as invalid non-pointer GC...
2008-06-10 Matthijs KooijmanFor all RUN lines starting with "not", redirect stderr...
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-01-07 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
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-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-09 Gordon HenriksenUpgrading this test to 2.0 .ll syntax.
2007-09-17 Gordon HenriksenFix for PR1633: Verifier doesn't fully verify GC intrinsics
2007-09-01 Evan ChengFix a gcroot lowering bug.
2007-06-29 John CriswellConvert .cvsignore files
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness.
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2004-11-20 Tanya LattnerAdding missing dg file.
2004-11-06 Chris LattnerAdd missing run line
2004-07-22 Chris LattnerUpdate gc intrinsics to take pointer to object as well...
2004-05-27 Chris Lattnergc_init now gets an argument
2004-05-23 Chris LattnerAdd a simple testcase for garbage collection support