| Commit message (Expand) | Author | Age | Files | Lines |
* | irbuilder is doing constant folding now by default, PR6092 | Chris Lattner | 2010-02-17 | 1 | -3/+3 |
* | fix some out of date prose dating from the LLVMContext changes. | Chris Lattner | 2010-02-17 | 1 | -3/+3 |
* | Add "Author Date Id Revision" svn:keyword properties to these files, as | Dan Gohman | 2010-02-03 | 1 | -1/+1 |
* | Documentation: Perform automated correction of common typos. | Benjamin Kramer | 2009-10-12 | 1 | -2/+2 |
* | Sync c++ kaleidoscope tutorial with test. | Erick Tryzelaar | 2009-09-22 | 1 | -16/+25 |
* | Update the tutorial to match changes to examples/Kaleidoscope. | Nick Lewycky | 2009-09-13 | 1 | -5/+10 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -8/+8 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -2/+2 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -2/+2 |
* | Various doc updates from Edward O'Callaghan! | Chris Lattner | 2009-07-21 | 1 | -2/+2 |
* | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -7/+7 |
* | Push LLVMContext _back_ through IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -2/+3 |
* | Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! | Gabor Greif | 2009-03-11 | 1 | -4/+4 |
* | adjust calls to ConstantFP::get to new API | Gabor Greif | 2008-06-10 | 1 | -2/+2 |
* | Update text to point people at the right version of the tutorial for | Chris Lattner | 2008-05-28 | 1 | -1/+5 |
* | adapt to new API | Gabor Greif | 2008-05-21 | 1 | -1/+1 |
* | merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti... | Gabor Greif | 2008-04-19 | 1 | -4/+4 |
* | A couple minor fixes suggested by Matthijs Kooijman | Chris Lattner | 2008-04-15 | 1 | -1/+1 |
* | improve diagnostics in call parsing, patch suggested by | Chris Lattner | 2008-04-14 | 1 | -1/+1 |
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 1 | -5/+5 |
* | Various updates from Sam Bishop: | Chris Lattner | 2008-02-10 | 1 | -19/+23 |
* | fix typo noticed by Joshua Pennington | Chris Lattner | 2007-12-02 | 1 | -1/+1 |
* | Add a note | Chris Lattner | 2007-11-28 | 1 | -0/+3 |
* | Many typos, grammaro, and wording fixes. Patch by | Chris Lattner | 2007-11-13 | 1 | -30/+29 |
* | edits. | Chris Lattner | 2007-11-07 | 1 | -26/+28 |
* | edits for chapter 3 | Chris Lattner | 2007-11-06 | 1 | -14/+18 |
* | clarify what proto is. | Chris Lattner | 2007-11-06 | 1 | -2/+3 |
* | fixes from Ryan Brown. | Chris Lattner | 2007-11-06 | 1 | -10/+12 |
* | add some links to the tutorial index and between chapters. | Chris Lattner | 2007-11-05 | 1 | -0/+3 |
* | grammaro | Chris Lattner | 2007-11-05 | 1 | -1/+1 |
* | mention possibility of using a visitor | Chris Lattner | 2007-11-05 | 1 | -2/+7 |
* | clarify why prototype::codegen returns a function. | Chris Lattner | 2007-11-05 | 1 | -1/+7 |
* | add table of contents to each chapter. | Chris Lattner | 2007-11-05 | 1 | -3/+16 |
* | add link to llvmbuilder doxygen docs | Chris Lattner | 2007-11-05 | 1 | -1/+3 |
* | spell identifier correctly. | Chris Lattner | 2007-11-05 | 1 | -3/+3 |
* | clarify | Chris Lattner | 2007-11-05 | 1 | -3/+3 |
* | Run the verifier on generated code. | Chris Lattner | 2007-10-25 | 1 | -6/+23 |
* | further simplify run options, thanks to gordonh for pointing this out | Chris Lattner | 2007-10-24 | 1 | -2/+1 |
* | Fix instructions now that PR1739 is fixed. | Chris Lattner | 2007-10-24 | 1 | -1/+1 |
* | Fix validation problems, which were somewhat ironically in the "valid html" b... | Chris Lattner | 2007-10-23 | 1 | -2/+2 |
* | complete the codegen chapter | Chris Lattner | 2007-10-23 | 1 | -21/+363 |
* | Finish up expr codegen. | Chris Lattner | 2007-10-23 | 1 | -9/+59 |
* | several improvements suggested by Dan, thanks! | Chris Lattner | 2007-10-23 | 1 | -5/+16 |
* | start of chapter 3 | Chris Lattner | 2007-10-22 | 1 | -0/+787 |