index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
Generic
/
GC
Age
Commit message (
Expand
)
Author
2008-01-07
Setting GlobalDirective in TargetAsmInfo by default rather than
Gordon Henriksen
2008-01-07
With this patch, the LowerGC transformation becomes the
Gordon Henriksen
2007-12-26
Tests for changes made in r45356, where IPO optimizations would drop
Gordon Henriksen
2007-12-25
GC poses hazards to the inliner. Consider:
Gordon Henriksen
2007-12-25
Noting and enforcing that GC intrinsics are valid only within a
Gordon Henriksen
2007-12-25
Adjusting verification of "llvm.gc*" intrinsic prototypes to match
Gordon Henriksen
2007-12-10
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-12-09
Upgrading this test to 2.0 .ll syntax.
Gordon Henriksen
2007-09-17
Fix for PR1633: Verifier doesn't fully verify GC intrinsics
Gordon Henriksen
2007-09-01
Fix a gcroot lowering bug.
Evan Cheng
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-15
For PR1319: Upgrade to new test harness.
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-03-23
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2004-11-20
Adding missing dg file.
Tanya Lattner
2004-11-06
Add missing run line
Chris Lattner
2004-07-22
Update gc intrinsics to take pointer to object as well as pointer to field.
Chris Lattner
2004-05-27
gc_init now gets an argument
Chris Lattner
2004-05-23
Add a simple testcase for garbage collection support
Chris Lattner