summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Add documentation for tail call optimization to CodeGenerator.html. Add a linkArnold Schwaighofer2008-05-14
* s/indicies/indices/ and clarify the extractvalue and insertvalue areDan Gohman2008-05-13
* Initial documentation for first-class aggregates changes.Dan Gohman2008-05-12
* Fix a malformed %gt;Dan Gohman2008-05-12
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* Improve pass documentation and comments.Gordon Henriksen2008-05-08
* Remove entries from here alsoAnton Korobeynikov2008-05-04
* Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov2008-05-04
* Drop llvm2cpp, it's now a llc targetAnton Korobeynikov2008-05-04
* Minor spelling and typo fixes.John Criswell2008-04-29
* Add support for response files to the CommandLine library.Mikhail Glushenkov2008-04-28
* % -> @Chris Lattner2008-04-24
* Doc updates/edits, contributed by Terence Parr!Chris Lattner2008-04-24
* fix description of 'ret' to be more correct with multiple returnChris Lattner2008-04-23
* Allow undef as an operand to getresult.Chris Lattner2008-04-23
* free(null) -> noopChris Lattner2008-04-19
* merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti...Gabor Greif2008-04-19
* Some clarifications suggested by Jon SargeantChris Lattner2008-04-19
* A couple minor fixes suggested by Matthijs KooijmanChris Lattner2008-04-15
* improve diagnostics in call parsing, patch suggested byChris Lattner2008-04-14
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-13
* The Ada front-end from the LLVM 2.2 releaseDuncan Sands2008-04-11
* Added note to getting started guide to use llvm-gcc4.2.Tanya Lattner2008-04-07
* more edits from Jon SargeantChris Lattner2008-04-02
* add a dropped hunk from Jon Sargeant's patch.Chris Lattner2008-04-01
* make langref more precise, wave 1, from Jon SargeantChris Lattner2008-04-01
* minor typoChris Lattner2008-04-01
* Add a unified 'generated documentation' target so the web site script has a c...Gordon Henriksen2008-03-31
* There isn't any c++ code in LangImpl8.html, so use thatErick Tryzelaar2008-03-31
* Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorialErick Tryzelaar2008-03-31
* Tweak build system to allow for installing the tutorial and uninstalling the ...Erick Tryzelaar2008-03-30
* Fix some documentation for the tutorial.Erick Tryzelaar2008-03-30
* fix typo, PR2181Chris Lattner2008-03-30
* Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial.Erick Tryzelaar2008-03-30
* Update example to new syntax.Nick Lewycky2008-03-28
* Adding the first two chapters of the ocaml/kaleidoscope tutorial.Erick Tryzelaar2008-03-27
* Test commit (removed trailing whitespace)Erick Tryzelaar2008-03-26
* Oops. I wanted the compile flags for C++, not the C preprocessor flags.Owen Anderson2008-03-24
* void type is also a valid function return type.Devang Patel2008-03-24
* Added Passes.html to the documentation list.Tanya Lattner2008-03-24
* Fix typo. Clarify underlying message.Devang Patel2008-03-24
* Update Function type documentation to clarify how multiple return values are ...Devang Patel2008-03-24
* Aliasing chains cleanups: update langref, add check into verifierAnton Korobeynikov2008-03-22
* clean up and fix the call section.Chris Lattner2008-03-21
* cleanups for the getresult section.Chris Lattner2008-03-21
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Note that gcc 4.0.1 will trip internal LLVM asserts (e.g., pred_iterator) if ...Scott Michel2008-03-18
* Clarify the unwind attribute. Add assumptionDuncan Sands2008-03-17
* Commit works on regular functions too. Fix the syntax to allow @foo.Nick Lewycky2008-03-16
* fix grammerDevang Patel2008-03-11