summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* 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
* Document multiple return values.Devang Patel2008-03-10
* Adding ocamldoc generation.Gordon Henriksen2008-03-10
* update to document new lto APINick Kledzik2008-02-29
* test svn commit capabilityNick Kledzik2008-02-26
* Improving wording.Gordon Henriksen2008-02-22
* Adding a note about IR generation to the LLVM FAQ.Gordon Henriksen2008-02-22
* fix some bugs in tutorial, patch by Erick TryzelaarChris Lattner2008-02-22
* Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth2008-02-21
* Add documentation for cl::sink stuffAnton Korobeynikov2008-02-20
* Clarify that 'sret' only applies to pointers, andDuncan Sands2008-02-18
* Make the definition of the noalias attribute clearer.Owen Anderson2008-02-18
* Try to clarify which compilers can be used for theDuncan Sands2008-02-16
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-16
* simplify this.Chris Lattner2008-02-15
* Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html.Duncan Sands2008-02-14
* gcc 3.2.3 is also bad.Chris Lattner2008-02-13
* Add notes on Ada compilers that can be used forDuncan Sands2008-02-13
* Note that these instructions are for x86-32 linuxDuncan Sands2008-02-12
* Add more spacing.Duncan Sands2008-02-12
* Add instructions for building Ada and Fortran.Duncan Sands2008-02-12
* More violation fixes.Bill Wendling2008-02-12
* Fix validation errors: di -> dt.Bill Wendling2008-02-12