aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2008-03-10Document multiple return values.Devang Patel
2008-03-10Adding ocamldoc generation.Gordon Henriksen
2008-02-29update to document new lto APINick Kledzik
2008-02-26test svn commit capabilityNick Kledzik
2008-02-22Improving wording.Gordon Henriksen
2008-02-22Adding a note about IR generation to the LLVM FAQ.Gordon Henriksen
2008-02-22fix some bugs in tutorial, patch by Erick TryzelaarChris Lattner
2008-02-21Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth
2008-02-20Add documentation for cl::sink stuffAnton Korobeynikov
2008-02-18Clarify that 'sret' only applies to pointers, andDuncan Sands
2008-02-18Make the definition of the noalias attribute clearer.Owen Anderson
2008-02-16Try to clarify which compilers can be used for theDuncan Sands
2008-02-16llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth
2008-02-15simplify this.Chris Lattner
2008-02-14Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html.Duncan Sands
2008-02-13gcc 3.2.3 is also bad.Chris Lattner
2008-02-13Add notes on Ada compilers that can be used forDuncan Sands
2008-02-12Note that these instructions are for x86-32 linuxDuncan Sands
2008-02-12Add more spacing.Duncan Sands
2008-02-12Add instructions for building Ada and Fortran.Duncan Sands
2008-02-12More violation fixes.Bill Wendling
2008-02-12Fix validation errors: di -> dt.Bill Wendling
2008-02-12Reformatting. Adding "doc_code" divisions for code examples. Updated someBill Wendling
2008-02-12rip out llvm 2.2 stuff in preparation for llvm 2.3Chris Lattner
2008-02-12heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mod...Chris Lattner
2008-02-12remove unknown detailsChris Lattner
2008-02-12Add 2.2 release tag.Tanya Lattner
2008-02-11Added blurb for CellSPU progressScott Michel
2008-02-11tweaks from dale.Chris Lattner
2008-02-11updates from EvanChris Lattner
2008-02-10corrected some spellingsGabor Greif
2008-02-10Various updates from Sam Bishop:Chris Lattner