| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify the testing documentation a bit and solve two HTML validator warnings. | Matthijs Kooijman | 2008-05-20 | 1 | -5/+13 |
* | Grammar fix. | Bill Wendling | 2008-05-19 | 1 | -1/+9 |
* | Delete module. | Bill Wendling | 2008-05-19 | 1 | -1/+2 |
* | Convert non-ASCII apostrophes into ASCII apostrophes. | Bill Wendling | 2008-05-19 | 1 | -7/+7 |
* | Delete the Module object. | Bill Wendling | 2008-05-19 | 1 | -1/+2 |
* | s/insure/ensure/ | Bill Wendling | 2008-05-19 | 1 | -3/+12 |
* | Add documentation for tail call optimization to CodeGenerator.html. Add a link | Arnold Schwaighofer | 2008-05-14 | 2 | -3/+50 |
* | s/indicies/indices/ and clarify the extractvalue and insertvalue are | Dan Gohman | 2008-05-13 | 1 | -9/+9 |
* | Initial documentation for first-class aggregates changes. | Dan Gohman | 2008-05-12 | 1 | -0/+116 |
* | Fix a malformed %gt; | Dan Gohman | 2008-05-12 | 1 | -1/+1 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -3/+111 |
* | Improve pass documentation and comments. | Gordon Henriksen | 2008-05-08 | 1 | -76/+98 |
* | Remove entries from here also | Anton Korobeynikov | 2008-05-04 | 1 | -5/+0 |
* | Drop llvmc also, it will be replaced by shiny new llvmc2 | Anton Korobeynikov | 2008-05-04 | 1 | -431/+0 |
* | Drop llvm2cpp, it's now a llc target | Anton Korobeynikov | 2008-05-04 | 1 | -217/+0 |
* | Minor spelling and typo fixes. | John Criswell | 2008-04-29 | 1 | -4/+4 |
* | Add support for response files to the CommandLine library. | Mikhail Glushenkov | 2008-04-28 | 1 | -4/+31 |
* | % -> @ | Chris Lattner | 2008-04-24 | 1 | -2/+2 |
* | Doc updates/edits, contributed by Terence Parr! | Chris Lattner | 2008-04-24 | 2 | -19/+19 |
* | fix description of 'ret' to be more correct with multiple return | Chris Lattner | 2008-04-23 | 1 | -12/+27 |
* | Allow undef as an operand to getresult. | Chris Lattner | 2008-04-23 | 1 | -3/+4 |
* | free(null) -> noop | Chris Lattner | 2008-04-19 | 1 | -2/+2 |
* | merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti... | Gabor Greif | 2008-04-19 | 8 | -48/+48 |
* | Some clarifications suggested by Jon Sargeant | Chris Lattner | 2008-04-19 | 1 | -8/+12 |
* | A couple minor fixes suggested by Matthijs Kooijman | Chris Lattner | 2008-04-15 | 2 | -2/+2 |
* | improve diagnostics in call parsing, patch suggested by | Chris Lattner | 2008-04-14 | 6 | -7/+7 |
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 10 | -62/+51 |
* | The Ada front-end from the LLVM 2.2 release | Duncan Sands | 2008-04-11 | 1 | -7/+9 |
* | Added note to getting started guide to use llvm-gcc4.2. | Tanya Lattner | 2008-04-07 | 3 | -70/+1 |
* | more edits from Jon Sargeant | Chris Lattner | 2008-04-02 | 1 | -12/+16 |
* | add a dropped hunk from Jon Sargeant's patch. | Chris Lattner | 2008-04-01 | 1 | -3/+2 |
* | make langref more precise, wave 1, from Jon Sargeant | Chris Lattner | 2008-04-01 | 1 | -12/+13 |
* | minor typo | Chris Lattner | 2008-04-01 | 1 | -1/+1 |
* | Add a unified 'generated documentation' target so the web site script has a c... | Gordon Henriksen | 2008-03-31 | 1 | -1/+5 |
* | There isn't any c++ code in LangImpl8.html, so use that | Erick Tryzelaar | 2008-03-31 | 1 | -1/+1 |
* | Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial | Erick Tryzelaar | 2008-03-31 | 5 | -6/+5051 |
* | Tweak build system to allow for installing the tutorial and uninstalling the ... | Erick Tryzelaar | 2008-03-30 | 3 | -3/+35 |
* | Fix some documentation for the tutorial. | Erick Tryzelaar | 2008-03-30 | 2 | -40/+40 |
* | fix typo, PR2181 | Chris Lattner | 2008-03-30 | 1 | -2/+2 |
* | Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial. | Erick Tryzelaar | 2008-03-30 | 2 | -0/+2115 |
* | Update example to new syntax. | Nick Lewycky | 2008-03-28 | 1 | -1/+1 |
* | Adding the first two chapters of the ocaml/kaleidoscope tutorial. | Erick Tryzelaar | 2008-03-27 | 3 | -0/+1421 |
* | Test commit (removed trailing whitespace) | Erick Tryzelaar | 2008-03-26 | 1 | -1/+1 |
* | Oops. I wanted the compile flags for C++, not the C preprocessor flags. | Owen Anderson | 2008-03-24 | 2 | -2/+2 |
* | void type is also a valid function return type. | Devang Patel | 2008-03-24 | 1 | -2/+2 |
* | Added Passes.html to the documentation list. | Tanya Lattner | 2008-03-24 | 1 | -0/+3 |
* | Fix typo. Clarify underlying message. | Devang Patel | 2008-03-24 | 1 | -4/+4 |
* | Update Function type documentation to clarify how multiple return values are ... | Devang Patel | 2008-03-24 | 1 | -2/+9 |
* | Aliasing chains cleanups: update langref, add check into verifier | Anton Korobeynikov | 2008-03-22 | 1 | -2/+2 |
* | clean up and fix the call section. | Chris Lattner | 2008-03-21 | 1 | -12/+10 |