| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [docs] Port FAQ over to Sphinx. | Michael J. Spencer | 2012-06-18 | 1 | -758/+0 |
| | | | | | | | Patch by Mikael Lyngvig! llvm-svn: 158677 | ||||
| * | Remove C backend reference from the FAQ. | David Blaikie | 2012-06-14 | 1 | -3/+0 |
| | | | | | llvm-svn: 158455 | ||||
| * | Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shell | Joel Jones | 2012-04-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 155202 | ||||
| * | [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 | ||||
| * | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 1 | -199/+12 |
| | | | | | | | | | | | | | | | | | llvm-ld is no longer useful and causes confusion and so it is being removed. * Does not work very well on Windows because it must call a gcc like driver to assemble and link. * Has lots of hard coded paths which are wrong on many systems. * Does not understand most of ld's options. * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} | ld, or fully replaced by Clang. I know of no production use of llvm-ld, and hacking use should be replaced by Clang's driver. llvm-svn: 155147 | ||||
| * | llvm/docs/*.html: Fix markups. | NAKAMURA Takumi | 2012-03-27 | 1 | -0/+24 |
| | | | | | llvm-svn: 153508 | ||||
| * | More llvmc bits. Spotted by Benjamin on IRC. | Eric Christopher | 2011-09-20 | 1 | -13/+0 |
| | | | | | llvm-svn: 140124 | ||||
| * | Remove more of llvmc and dependencies. | Eric Christopher | 2011-09-20 | 1 | -4/+1 |
| | | | | | llvm-svn: 140121 | ||||
| * | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -13/+15 |
| | | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
| * | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 129181 | ||||
| * | Fix whitespace to be more consistent with AsmPrinter's style. | Dan Gohman | 2010-05-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 104962 | ||||
| * | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+938 |
| | | | | | llvm-svn: 103219 | ||||
| * | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -938/+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 | ||||
| * | one more thing. | Chris Lattner | 2010-05-04 | 1 | -1/+1 |
| | | | | | llvm-svn: 103024 | ||||
| * | update instructions for llvm-gcc4, the brave new world! PR7037 | Chris Lattner | 2010-05-04 | 1 | -7/+7 |
| | | | | | llvm-svn: 103023 | ||||
| * | Fix a typo. | Dan Gohman | 2010-02-25 | 1 | -1/+1 |
| | | | | | llvm-svn: 97181 | ||||
| * | Documentation: Perform automated correction of common typos. | Benjamin Kramer | 2009-10-12 | 1 | -2/+2 |
| | | | | | llvm-svn: 83849 | ||||
| * | add a FAQ. | Chris Lattner | 2009-06-30 | 1 | -0/+141 |
| | | | | | llvm-svn: 74538 | ||||
| * | Fixed spelling. | Misha Brukman | 2009-04-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 68821 | ||||
| * | Use 'name' instead of 'href'. | Bill Wendling | 2009-04-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 68534 | ||||
| * | Fix verification failure. | Bill Wendling | 2009-04-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 68531 | ||||
| * | Offer an explanation of why building LLVM-GCC with objdir == srcdir doesn't | Bill Wendling | 2009-04-07 | 1 | -2/+25 |
| | | | | | | | work. llvm-svn: 68530 | ||||
| * | Another reformatting. No change in docs. | Bill Wendling | 2009-04-07 | 1 | -317/+327 |
| | | | | | llvm-svn: 68528 | ||||
| * | fix broken GCC bugzilla link | Gabor Greif | 2009-03-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 65858 | ||||
| * | add a Q/A on broken GCCs | Gabor Greif | 2009-03-02 | 1 | -0/+12 |
| | | | | | llvm-svn: 65857 | ||||
| * | Answer a common FAQ: | Dan Gohman | 2009-02-10 | 1 | -0/+27 |
| | | | | | | | "Can I compile C or C++ code to platform-independent LLVM bitcode?" llvm-svn: 64222 | ||||
| * | Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?" | Dan Gohman | 2009-01-25 | 1 | -12/+22 |
| | | | | | llvm-svn: 62961 | ||||
| * | Simplified marking code regions -- no need to use <div> to surround <pre> tags. | Misha Brukman | 2008-12-17 | 1 | -38/+18 |
| | | | | | llvm-svn: 61143 | ||||
| * | Instead of referring to the license file in the 2.3 release, refer to the | Misha Brukman | 2008-12-17 | 1 | -1/+1 |
| | | | | | | | always-current SVN version. llvm-svn: 61142 | ||||
| * | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | | llvm-svn: 60880 | ||||
| * | Fix a few HTML tidiness issues. | Dan Gohman | 2008-11-24 | 1 | -4/+4 |
| | | | | | llvm-svn: 59966 | ||||
| * | Stacker is dead. | Duncan Sands | 2008-09-30 | 1 | -2/+0 |
| | | | | | llvm-svn: 56844 | ||||
| * | Update LICENSE link. | Daniel Dunbar | 2008-09-26 | 1 | -1/+1 |
| | | | | | llvm-svn: 56689 | ||||
| * | Improving wording. | Gordon Henriksen | 2008-02-22 | 1 | -7/+8 |
| | | | | | llvm-svn: 47503 | ||||
| * | Adding a note about IR generation to the LLVM FAQ. | Gordon Henriksen | 2008-02-22 | 1 | -0/+54 |
| | | | | | llvm-svn: 47502 | ||||
| * | __main is dead along with llvm-gcc3. | Chris Lattner | 2007-10-31 | 1 | -25/+0 |
| | | | | | llvm-svn: 43545 | ||||
| * | Validation fixes | Bill Wendling | 2007-09-22 | 1 | -61/+55 |
| | | | | | llvm-svn: 42227 | ||||
| * | Subversionify the documentation. | Reid Spencer | 2007-07-09 | 1 | -13/+12 |
| | | | | | llvm-svn: 38442 | ||||
| * | first pass of nomenclature changes in .html files | Gabor Greif | 2007-07-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 37956 | ||||
| * | Added "llvmc" to the FAQ. | Bill Wendling | 2007-05-29 | 1 | -1/+13 |
| | | | | | llvm-svn: 37337 | ||||
| * | Added "doc_class" div tags to code segments. | Bill Wendling | 2007-05-29 | 1 | -16/+43 |
| | | | | | llvm-svn: 37336 | ||||
| * | remove an obsolete question | Chris Lattner | 2007-02-14 | 1 | -17/+0 |
| | | | | | llvm-svn: 34274 | ||||
| * | Remove references to gccld and gccas, adjusting the documentation to | Reid Spencer | 2007-02-09 | 1 | -16/+9 |
| | | | | | | | mention llvm-ld and opt instead (if appropriate). llvm-svn: 34094 | ||||
| * | Add a note about C++ -> C with libstdc++ | Chris Lattner | 2006-08-31 | 1 | -2/+11 |
| | | | | | llvm-svn: 29993 | ||||
| * | Add a link in a prominant location. | Chris Lattner | 2006-08-15 | 1 | -0/+10 |
| | | | | | llvm-svn: 29689 | ||||
| * | Answer the most frequently asked question, about GEPs. The answer is | Reid Spencer | 2006-08-10 | 1 | -0/+2 |
| | | | | | | | | | sufficiently long that I placed it in a separate file but it links from the FAQ page. More might need to be added to GetElementPtr.html to address additional confusion surrounding GEP. llvm-svn: 29594 | ||||
| * | Answer the FAQ: "can llvm convert C++ code to C?" | Chris Lattner | 2006-07-19 | 1 | -0/+57 |
| | | | | | llvm-svn: 29212 | ||||
| * | Actually, semantical doesn't appear to be a word. | Jeff Cohen | 2006-04-26 | 1 | -1/+1 |
| | | | | | llvm-svn: 27983 | ||||
| * | Unfortunately this really isn't the place for advertisement. | Chris Lattner | 2006-04-26 | 1 | -3/+0 |
| | | | | | llvm-svn: 27979 | ||||
| * | Fix typo. | Jeff Cohen | 2006-04-26 | 1 | -1/+1 |
| | | | | | llvm-svn: 27978 | ||||

