index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
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