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
/
docs
/
GarbageCollection.html
Age
Commit message (
Expand
)
Author
2012-03-03
llvm/docs/GarbageCollection.html: Prune utf8 BOM.
NAKAMURA Takumi
2012-03-02
add llvm.gcroot into GarbageCollection.html, patch bylost lostfreeman@gmail.com.
Jia Liu
2011-08-12
docs: Update HTML markup(s).
NAKAMURA Takumi
2011-04-23
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
NAKAMURA Takumi
2011-04-18
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
NAKAMURA Takumi
2011-04-09
docs/*.html: Make W3C HTML 4.01 Strict more compliant.
NAKAMURA Takumi
2011-04-09
docs: Canonicalize URLs.
NAKAMURA Takumi
2010-05-11
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-05-07
Revert r103213. It broke several sections of live website.
mike-m
2010-05-06
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2009-08-05
Documentation: fix HTML validation errors.
Benjamin Kramer
2009-05-13
garbage allocation is not a good idea :)
Chris Lattner
2009-03-06
Committing unsaved changes that should've been with r66237.
Gordon Henriksen
2009-03-06
Incorporate feedback to improve GarbageCollection.html.
Gordon Henriksen
2009-03-02
Make some improvements to the GC docs.
Gordon Henriksen
2008-12-11
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2008-08-24
Update GC docs for clarified naming and AsmWriter refactoring.
Gordon Henriksen
2008-04-24
% -> @
Chris Lattner
2008-04-24
Doc updates/edits, contributed by Terence Parr!
Chris Lattner
2007-12-22
Undo a wrong bit in that last patch.
Gordon Henriksen
2007-12-22
Document a more robust implementation of performCustomLowering.
Gordon Henriksen
2007-12-11
CollectorMetadata and Collector are rejiggered to get along with
Gordon Henriksen
2007-09-27
GarbageCollection.html is expanded to encompass the coming
Gordon Henriksen
2007-09-22
fix syntax
Chris Lattner
2007-09-21
gcroot must take concrete types, not arbitrary types.
Chris Lattner
2007-09-12
Change llvm.gcroot to not init the root to null at runtime, this prevents
Chris Lattner
2007-04-18
Provide link.
Jeff Cohen
2007-03-30
Various hopefully correct easy fixes.
Duncan Sands
2006-03-14
Changes docs for llvm.cs.uiuc.edu -> llvm.org
Reid Spencer
2004-07-22
Update documentation for gc intrinsics change. Contributed by
Chris Lattner
2004-07-09
Fix Validation bugs
Chris Lattner
2004-06-09
Minor tweaks
Chris Lattner
2004-05-27
Continue the exposition
Chris Lattner
2004-05-25
Fix a small typo.
Reid Spencer
2004-05-24
Add a todo to make it clear that the section is not done
Chris Lattner
2004-05-23
Add a new document describing the LLVM accurate garbage collection support.
Chris Lattner