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