Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Convert GarbageCollection.html to reST | Sean Silva | 2012-12-09 | 1 | -1389/+0 |
| | | | | | | Patch by Alexander Zinenko! llvm-svn: 169702 | ||||
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -2/+2 |
| | | | | llvm-svn: 165403 | ||||
* | Use correct variable in this example. Pointed out by waynix on IRC. | Duncan Sands | 2012-05-03 | 1 | -1/+1 |
| | | | | llvm-svn: 156067 | ||||
* | [docs] Update HTML pages to refer to CSS in a way that works locally and ↵ | Daniel Dunbar | 2012-04-19 | 1 | -1/+1 |
| | | | | | | with Sphinx. llvm-svn: 155153 | ||||
* | llvm/docs/GarbageCollection.html: Prune utf8 BOM. | NAKAMURA Takumi | 2012-03-03 | 1 | -1/+1 |
| | | | | llvm-svn: 151968 | ||||
* | add llvm.gcroot into GarbageCollection.html, patch bylost lostfreeman@gmail.com. | Jia Liu | 2012-03-02 | 1 | -3/+6 |
| | | | | llvm-svn: 151908 | ||||
* | docs: Update HTML markup(s). | NAKAMURA Takumi | 2011-08-12 | 1 | -15/+15 |
| | | | | llvm-svn: 137433 | ||||
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -30/+29 |
| | | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040 | ||||
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -42/+42 |
| | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
* | docs/*.html: Make W3C HTML 4.01 Strict more compliant. | NAKAMURA Takumi | 2011-04-09 | 1 | -2/+2 |
| | | | | | FIXME: The logo handling in ReleaseNotes.html llvm-svn: 129208 | ||||
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -1/+1 |
| | | | | llvm-svn: 129181 | ||||
* | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands | 2010-05-11 | 1 | -2/+2 |
| | | | | | | | to LLVM_LIBRARY_VISIBILITY and introduce LLVM_GLOBAL_VISIBILITY, which is the opposite, for future use by dragonegg. llvm-svn: 103495 | ||||
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+1387 |
| | | | | llvm-svn: 103219 | ||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -1387/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213 | ||||
* | Documentation: fix HTML validation errors. | Benjamin Kramer | 2009-08-05 | 1 | -3/+3 |
| | | | | llvm-svn: 78196 | ||||
* | garbage allocation is not a good idea :) | Chris Lattner | 2009-05-13 | 1 | -1/+1 |
| | | | | llvm-svn: 71680 | ||||
* | Committing unsaved changes that should've been with r66237. | Gordon Henriksen | 2009-03-06 | 1 | -8/+7 |
| | | | | llvm-svn: 66242 | ||||
* | Incorporate feedback to improve GarbageCollection.html. | Gordon Henriksen | 2009-03-06 | 1 | -57/+103 |
| | | | | llvm-svn: 66237 | ||||
* | Make some improvements to the GC docs. | Gordon Henriksen | 2009-03-02 | 1 | -323/+219 |
| | | | | | | Also, drop reference to the half-baked runtime interface. llvm-svn: 65802 | ||||
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | llvm-svn: 60880 | ||||
* | Update GC docs for clarified naming and AsmWriter refactoring. | Gordon Henriksen | 2008-08-24 | 1 | -66/+93 |
| | | | | llvm-svn: 55275 | ||||
* | % -> @ | Chris Lattner | 2008-04-24 | 1 | -2/+2 |
| | | | | llvm-svn: 50206 | ||||
* | Doc updates/edits, contributed by Terence Parr! | Chris Lattner | 2008-04-24 | 1 | -15/+15 |
| | | | | llvm-svn: 50205 | ||||
* | Undo a wrong bit in that last patch. | Gordon Henriksen | 2007-12-22 | 1 | -2/+2 |
| | | | | llvm-svn: 45327 | ||||
* | Document a more robust implementation of performCustomLowering. | Gordon Henriksen | 2007-12-22 | 1 | -16/+14 |
| | | | | llvm-svn: 45326 | ||||
* | CollectorMetadata and Collector are rejiggered to get along with | Gordon Henriksen | 2007-12-11 | 1 | -112/+146 |
| | | | | | | | per-function collector model. Collector is now the factory for CollectorMetadata, so the latter may be subclassed. llvm-svn: 44827 | ||||
* | GarbageCollection.html is expanded to encompass the coming | Gordon Henriksen | 2007-09-27 | 1 | -242/+1093 |
| | | | | | | | capabilities. This is a major rewrite and is easier to read en toto rather than patchwise. llvm-svn: 42414 | ||||
* | fix syntax | Chris Lattner | 2007-09-22 | 1 | -1/+1 |
| | | | | llvm-svn: 42242 | ||||
* | gcroot must take concrete types, not arbitrary types. | Chris Lattner | 2007-09-21 | 1 | -5/+6 |
| | | | | | | clean up intrinsic descriptions in langref a bit. llvm-svn: 42194 | ||||
* | Change llvm.gcroot to not init the root to null at runtime, this prevents | Chris Lattner | 2007-09-12 | 1 | -3/+4 |
| | | | | | | using it for live-in values etc. llvm-svn: 41879 | ||||
* | Provide link. | Jeff Cohen | 2007-04-18 | 1 | -2/+3 |
| | | | | llvm-svn: 36257 | ||||
* | Various hopefully correct easy fixes. | Duncan Sands | 2007-03-30 | 1 | -1/+1 |
| | | | | llvm-svn: 35506 | ||||
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
| | | | | llvm-svn: 26746 | ||||
* | Update documentation for gc intrinsics change. Contributed by | Chris Lattner | 2004-07-22 | 1 | -7/+8 |
| | | | | | | Tobias Nurmiranta llvm-svn: 15095 | ||||
* | Fix Validation bugs | Chris Lattner | 2004-07-09 | 1 | -2/+7 |
| | | | | llvm-svn: 14715 | ||||
* | Minor tweaks | Chris Lattner | 2004-06-09 | 1 | -3/+4 |
| | | | | llvm-svn: 14081 | ||||
* | Continue the exposition | Chris Lattner | 2004-05-27 | 1 | -25/+133 |
| | | | | llvm-svn: 13819 | ||||
* | Fix a small typo. | Reid Spencer | 2004-05-25 | 1 | -1/+1 |
| | | | | llvm-svn: 13743 | ||||
* | Add a todo to make it clear that the section is not done | Chris Lattner | 2004-05-24 | 1 | -1/+1 |
| | | | | llvm-svn: 13712 | ||||
* | Add a new document describing the LLVM accurate garbage collection support. | Chris Lattner | 2004-05-23 | 1 | -0/+418 |
llvm-svn: 13667 |