aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/GC
Commit message (Expand)AuthorAgeFilesLines
* remove this test.Chris Lattner2010-01-231-14/+0
* Fix test.Evan Cheng2010-01-231-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-114-5/+5
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-095-6/+6
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-082-3/+3
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-084-5/+5
* Related to PR2911, reject as invalid non-pointer GC roots.Gordon Henriksen2008-10-251-0/+10
* For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman2008-06-104-4/+4
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen2008-01-072-0/+56
* With this patch, the LowerGC transformation becomes theGordon Henriksen2008-01-071-0/+17
* Tests for changes made in r45356, where IPO optimizations would dropGordon Henriksen2007-12-262-0/+35
* GC poses hazards to the inliner. Consider:Gordon Henriksen2007-12-252-0/+47
* Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen2007-12-252-1/+11
* Adjusting verification of "llvm.gc*" intrinsic prototypes to matchGordon Henriksen2007-12-254-1/+49
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-1/+1
* Upgrading this test to 2.0 .ll syntax.Gordon Henriksen2007-12-091-28/+27
* Fix for PR1633: Verifier doesn't fully verify GC intrinsicsGordon Henriksen2007-09-171-1/+2
* Fix a gcroot lowering bug.Evan Cheng2007-09-011-0/+10
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-151-2/+2
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* Adding missing dg file.Tanya Lattner2004-11-201-0/+3
* Add missing run lineChris Lattner2004-11-061-0/+2
* Update gc intrinsics to take pointer to object as well as pointer to field.Chris Lattner2004-07-221-2/+2
* gc_init now gets an argumentChris Lattner2004-05-271-2/+2
* Add a simple testcase for garbage collection supportChris Lattner2004-05-231-0/+52