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