aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-06-04Fix example to be valid LLVM assembly.Matthijs Kooijman
2008-05-31Add a standard for control-flow unreachable assertions in functions that returnNick Lewycky
2008-05-31IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman
2008-05-28Update text to point people at the right version of the tutorial forChris Lattner
2008-05-23Document common linkage.Dale Johannesen
2008-05-23label is a first-class type.Dan Gohman
2008-05-23Update the description of first-class types to reflect thatDan Gohman
2008-05-23Restructure the testing documentation.Matthijs Kooijman
2008-05-22minor editsChris Lattner
2008-05-21adapt to new APIGabor Greif
2008-05-20Clarify that and/or/xor/sdiv etc all allow vectors.Chris Lattner
2008-05-20Clarify copyright transfer when you don't own the copyright ofChris Lattner
2008-05-20Clarify the testing documentation a bit and solve two HTML validator warnings.Matthijs Kooijman
2008-05-19Grammar fix.Bill Wendling
2008-05-19Delete module.Bill Wendling
2008-05-19Convert non-ASCII apostrophes into ASCII apostrophes.Bill Wendling
2008-05-19Delete the Module object.Bill Wendling
2008-05-19s/insure/ensure/Bill Wendling
2008-05-14Add documentation for tail call optimization to CodeGenerator.html. Add a linkArnold Schwaighofer
2008-05-13s/indicies/indices/ and clarify the extractvalue and insertvalue areDan Gohman
2008-05-12Initial documentation for first-class aggregates changes.Dan Gohman
2008-05-12Fix a malformed %gt;Dan Gohman
2008-05-12Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman
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