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