Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update html tutorial docs to match api changes. | Eric Christopher | 2010-06-14 | 1 | -3/+3 |
| | | | | llvm-svn: 105933 | ||||
* | Fix whitespace to be more consistent with AsmPrinter's style. | Dan Gohman | 2010-05-28 | 1 | -6/+6 |
| | | | | llvm-svn: 104962 | ||||
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+1269 |
| | | | | llvm-svn: 103219 | ||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -1269/+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 | ||||
* | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman | 2010-03-02 | 1 | -15/+15 |
| | | | | | | respectively. llvm-svn: 97531 | ||||
* | irbuilder is doing constant folding now by default, PR6092 | Chris Lattner | 2010-02-17 | 1 | -3/+3 |
| | | | | llvm-svn: 96502 | ||||
* | fix some out of date prose dating from the LLVMContext changes. | Chris Lattner | 2010-02-17 | 1 | -3/+3 |
| | | | | llvm-svn: 96500 | ||||
* | Add "Author Date Id Revision" svn:keyword properties to these files, as | Dan Gohman | 2010-02-03 | 1 | -1/+1 |
| | | | | | | | is done with the other html files in doc, to hopefully keep strings like "Last modified" current. llvm-svn: 95225 | ||||
* | Documentation: Perform automated correction of common typos. | Benjamin Kramer | 2009-10-12 | 1 | -2/+2 |
| | | | | llvm-svn: 83849 | ||||
* | Sync c++ kaleidoscope tutorial with test. | Erick Tryzelaar | 2009-09-22 | 1 | -16/+25 |
| | | | | llvm-svn: 82572 | ||||
* | Update the tutorial to match changes to examples/Kaleidoscope. | Nick Lewycky | 2009-09-13 | 1 | -5/+10 |
| | | | | | | | One change I'm not folding in is the removal of two unused variables that caused warnings, because those were there for expository purposes. llvm-svn: 81721 | ||||
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -8/+8 |
| | | | | llvm-svn: 78948 | ||||
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -2/+2 |
| | | | | llvm-svn: 77516 | ||||
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -2/+2 |
| | | | | llvm-svn: 77247 | ||||
* | Various doc updates from Edward O'Callaghan! | Chris Lattner | 2009-07-21 | 1 | -2/+2 |
| | | | | llvm-svn: 76668 | ||||
* | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -7/+7 |
| | | | | llvm-svn: 76097 | ||||
* | Push LLVMContext _back_ through IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -2/+3 |
| | | | | llvm-svn: 75040 | ||||
* | Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! | Gabor Greif | 2009-03-11 | 1 | -4/+4 |
| | | | | llvm-svn: 66687 | ||||
* | adjust calls to ConstantFP::get to new API | Gabor Greif | 2008-06-10 | 1 | -2/+2 |
| | | | | llvm-svn: 52165 | ||||
* | Update text to point people at the right version of the tutorial for | Chris Lattner | 2008-05-28 | 1 | -1/+5 |
| | | | | | | their release. llvm-svn: 51638 | ||||
* | adapt to new API | Gabor Greif | 2008-05-21 | 1 | -1/+1 |
| | | | | llvm-svn: 51387 | ||||
* | merge of 49966 from branches/ggreif/use-diet to trunk. these are already ↵ | Gabor Greif | 2008-04-19 | 1 | -4/+4 |
| | | | | | | active API changes llvm-svn: 49968 | ||||
* | A couple minor fixes suggested by Matthijs Kooijman | Chris Lattner | 2008-04-15 | 1 | -1/+1 |
| | | | | llvm-svn: 49729 | ||||
* | improve diagnostics in call parsing, patch suggested by | Chris Lattner | 2008-04-14 | 1 | -1/+1 |
| | | | | | | Matthijs Kooijman llvm-svn: 49648 | ||||
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 1 | -5/+5 |
| | | | | | | the result IRBuilder. Patch by Dominic Hamon. llvm-svn: 49604 | ||||
* | Various updates from Sam Bishop: | Chris Lattner | 2008-02-10 | 1 | -19/+23 |
| | | | | | | | | | | | | | | "I have been working my way through the JIT and Kaleidoscope tutorials in my (minuscule) spare time. Thanks again for writing them! I have attached a patch containing some minor changes, ranging from spelling and grammar fixes to adding a "Next: <next tutorial section>" hyperlink to the bottom of each page. Every page has been given the "next link" treatment, but otherwise I'm only half way through the Kaleidoscope tutorial. I will send a follow-on patch if time permits." llvm-svn: 46933 | ||||
* | fix typo noticed by Joshua Pennington | Chris Lattner | 2007-12-02 | 1 | -1/+1 |
| | | | | llvm-svn: 44522 | ||||
* | Add a note | Chris Lattner | 2007-11-28 | 1 | -0/+3 |
| | | | | llvm-svn: 44414 | ||||
* | Many typos, grammaro, and wording fixes. Patch by | Chris Lattner | 2007-11-13 | 1 | -30/+29 |
| | | | | | | Kelly Wilson, thanks! llvm-svn: 44043 | ||||
* | edits. | Chris Lattner | 2007-11-07 | 1 | -26/+28 |
| | | | | llvm-svn: 43804 | ||||
* | edits for chapter 3 | Chris Lattner | 2007-11-06 | 1 | -14/+18 |
| | | | | llvm-svn: 43761 | ||||
* | clarify what proto is. | Chris Lattner | 2007-11-06 | 1 | -2/+3 |
| | | | | llvm-svn: 43753 | ||||
* | fixes from Ryan Brown. | Chris Lattner | 2007-11-06 | 1 | -10/+12 |
| | | | | llvm-svn: 43747 | ||||
* | add some links to the tutorial index and between chapters. | Chris Lattner | 2007-11-05 | 1 | -0/+3 |
| | | | | llvm-svn: 43730 | ||||
* | grammaro | Chris Lattner | 2007-11-05 | 1 | -1/+1 |
| | | | | llvm-svn: 43729 | ||||
* | mention possibility of using a visitor | Chris Lattner | 2007-11-05 | 1 | -2/+7 |
| | | | | llvm-svn: 43726 | ||||
* | clarify why prototype::codegen returns a function. | Chris Lattner | 2007-11-05 | 1 | -1/+7 |
| | | | | llvm-svn: 43725 | ||||
* | add table of contents to each chapter. | Chris Lattner | 2007-11-05 | 1 | -3/+16 |
| | | | | llvm-svn: 43723 | ||||
* | add link to llvmbuilder doxygen docs | Chris Lattner | 2007-11-05 | 1 | -1/+3 |
| | | | | llvm-svn: 43719 | ||||
* | spell identifier correctly. | Chris Lattner | 2007-11-05 | 1 | -3/+3 |
| | | | | llvm-svn: 43718 | ||||
* | clarify | Chris Lattner | 2007-11-05 | 1 | -3/+3 |
| | | | | llvm-svn: 43712 | ||||
* | Run the verifier on generated code. | Chris Lattner | 2007-10-25 | 1 | -6/+23 |
| | | | | llvm-svn: 43327 | ||||
* | further simplify run options, thanks to gordonh for pointing this out | Chris Lattner | 2007-10-24 | 1 | -2/+1 |
| | | | | llvm-svn: 43288 | ||||
* | Fix instructions now that PR1739 is fixed. | Chris Lattner | 2007-10-24 | 1 | -1/+1 |
| | | | | llvm-svn: 43287 | ||||
* | Fix validation problems, which were somewhat ironically in the "valid html" ↵ | Chris Lattner | 2007-10-23 | 1 | -2/+2 |
| | | | | | | button code :) llvm-svn: 43247 | ||||
* | complete the codegen chapter | Chris Lattner | 2007-10-23 | 1 | -21/+363 |
| | | | | llvm-svn: 43245 | ||||
* | Finish up expr codegen. | Chris Lattner | 2007-10-23 | 1 | -9/+59 |
| | | | | llvm-svn: 43238 | ||||
* | several improvements suggested by Dan, thanks! | Chris Lattner | 2007-10-23 | 1 | -5/+16 |
| | | | | llvm-svn: 43237 | ||||
* | start of chapter 3 | Chris Lattner | 2007-10-22 | 1 | -0/+787 |
llvm-svn: 43221 |