| Age | Commit message (Expand) | Author |
| 2009-08-15 | add a stub for futher description of filecheck. | Chris Lattner |
| 2009-08-15 | add a simple FileCheck man page. | Chris Lattner |
| 2009-08-15 | Reformatting and some cleanup. | Bill Wendling |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-13 | Grammar fix. | Misha Brukman |
| 2009-08-12 | Add some release notes about ARM v7 support and known problems. | Bob Wilson |
| 2009-08-11 | make owen happy by being explicit. | Chris Lattner |
| 2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach |
| 2009-08-10 | Clarify limitations of a ModulePass requiring a FunctionPass. | Devang Patel |
| 2009-08-07 | Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. | Daniel Dunbar |
| 2009-08-06 | Add note about msys perl needed for windows/mingw32 builds. | Anton Korobeynikov |
| 2009-08-05 | Documentation: fix HTML validation errors. | Benjamin Kramer |
| 2009-08-05 | common globals may also not be marked constant. | Chris Lattner |
| 2009-08-05 | Clarify common linkage and the requirements on it. Enforce | Chris Lattner |
| 2009-08-04 | Minor www site formating improvements. | Edward O'Callaghan |
| 2009-08-02 | Remove duplicated colons and spaces. | Benjamin Kramer |
| 2009-08-02 | remove the dead PreferredEHDataFormat TAI hook: its now dead | Chris Lattner |
| 2009-08-01 | add a note about the build bots | Chris Lattner |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-29 | Add one-past-the-end language to the inbounds keyword. | Dan Gohman |
| 2009-07-29 | some wording changes. | Chris Lattner |
| 2009-07-29 | link to a newer preso | Chris Lattner |
| 2009-07-29 | Fix a few typos and add links. | Andreas Bolka |
| 2009-07-28 | discourage else after "noreturn" statements. | Chris Lattner |
| 2009-07-27 | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman |
| 2009-07-27 | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson |
| 2009-07-27 | Fix typo. | Andreas Bolka |
| 2009-07-27 | Following discussion on llvm-dev ("proposed new rule for getelementptr"), | Dan Gohman |
| 2009-07-26 | Update target registration description in Writing An LLVM Backend, and add | Daniel Dunbar |
| 2009-07-26 | Add TargetRegistry::lookupTarget. | Daniel Dunbar |
| 2009-07-25 | Remove Value::{isName, getNameRef}. | Daniel Dunbar |
| 2009-07-25 | eventually we should describe string options in the data structures section | Chris Lattner |
| 2009-07-25 | minor tweaks. | Chris Lattner |
| 2009-07-25 | Ok, "most clients should be unaffected" was a lie. Add notes on upgrading. | Daniel Dunbar |
| 2009-07-25 | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar |
| 2009-07-25 | Update to new syntax. | Dan Gohman |
| 2009-07-25 | Rewrite examples to use DEBUG instead of DOUT. | Daniel Dunbar |
| 2009-07-24 | Tweak, raw_ostream is a ostream, not iostream replacement | Daniel Dunbar |
| 2009-07-24 | CodingStandards: Emphasize use of raw_ostream more. | Daniel Dunbar |
| 2009-07-24 | Remove the IA-64 backend. | Dan Gohman |
| 2009-07-22 | Rename the new unsigned and signed keywords to nuw and nsw, | Dan Gohman |
| 2009-07-22 | Added -b option to override the default bitcode output file name. | Sanjiv Gupta |
| 2009-07-22 | fix some wording problems Daniel pointed out, make a example actually real. | Chris Lattner |
| 2009-07-22 | fix typo noticed by Duncan | Chris Lattner |
| 2009-07-22 | remove Bill from the author list: his contribution (describing llvm::Ostream | Chris Lattner |
| 2009-07-22 | add some more topics to the coding standards doc: | Chris Lattner |
| 2009-07-22 | fix some formatting stuff, patch by Edward O'Callaghan! | Chris Lattner |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-22 | Misc. doc fixes following suggestions from Eli. | Dan Gohman |