aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/GC
AgeCommit message (Expand)Author
2010-03-14don't have i386-specific tests in CodeGen/Generic, PR6601.Chris Lattner
2010-03-01stop using anders-aaChris Lattner
2010-01-23remove this test.Chris Lattner
2010-01-23Fix test.Evan Cheng
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-10-25Related to PR2911, reject as invalid non-pointer GC roots.Gordon Henriksen
2008-06-10For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-01-07Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen
2008-01-07With this patch, the LowerGC transformation becomes theGordon Henriksen
2007-12-26Tests for changes made in r45356, where IPO optimizations would dropGordon Henriksen
2007-12-25GC poses hazards to the inliner. Consider:Gordon Henriksen
2007-12-25Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen
2007-12-25Adjusting verification of "llvm.gc*" intrinsic prototypes to matchGordon Henriksen
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-12-09Upgrading this test to 2.0 .ll syntax.Gordon Henriksen
2007-09-17Fix for PR1633: Verifier doesn't fully verify GC intrinsicsGordon Henriksen
2007-09-01Fix a gcroot lowering bug.Evan Cheng
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2004-11-20Adding missing dg file.Tanya Lattner
2004-11-06Add missing run lineChris Lattner
2004-07-22Update gc intrinsics to take pointer to object as well as pointer to field.Chris Lattner
2004-05-27gc_init now gets an argumentChris Lattner
2004-05-23Add a simple testcase for garbage collection supportChris Lattner