| Age | Commit message (Expand) | Author |
| 2010-02-27 | The mayHaveSideEffects flag is no longer used. | Dan Gohman |
| 2010-02-26 | Test that docs are updating. | Jeffrey Yasskin |
| 2010-02-26 | Test autoupdate. | Tanya Lattner |
| 2010-02-26 | Test auto update. | Tanya Lattner |
| 2010-02-26 | Remove REQUIRES_EH from the suggested set of make variables, since users can | Jeffrey Yasskin |
| 2010-02-26 | Fix typos in comments. | Dan Gohman |
| 2010-02-26 | Set svn:keywords property on docs/Packaging.html. | Jeffrey Yasskin |
| 2010-02-26 | Add to the packaging advice. | Jeffrey Yasskin |
| 2010-02-26 | Fix a typo. | Dan Gohman |
| 2010-02-26 | Give packagers some advice about how to build LLVM so it's useful to | Jeffrey Yasskin |
| 2010-02-25 | Fix a few more typos. | Dan Gohman |
| 2010-02-25 | Fix a typo. | Dan Gohman |
| 2010-02-25 | Fix HTML. | Bill Wendling |
| 2010-02-25 | stkrc is gone. | Dan Gohman |
| 2010-02-25 | Merge the advanced getelementptr FAQ into the regular | Dan Gohman |
| 2010-02-25 | Fix a typo. | Dan Gohman |
| 2010-02-25 | Clarify the description of pointer types, and move the | Dan Gohman |
| 2010-02-25 | Remove this paragraph. Vectors may not always have the same layout as | Dan Gohman |
| 2010-02-23 | Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM | Daniel Dunbar |
| 2010-02-23 | Eliminate llvmgcc_version testing variable. | Daniel Dunbar |
| 2010-02-23 | Kill unused llvmgccmajvers testing variable. | Daniel Dunbar |
| 2010-02-23 | Update LangRef to match the code; pointers default to being 64-bit. | Dan Gohman |
| 2010-02-18 | Clarify that ptrtoint+inttoptr are an alternative to GEP which are | Dan Gohman |
| 2010-02-18 | Fix a typo. | Dan Gohman |
| 2010-02-18 | Clarify that the rules about object hopping kick in when a pointer is | Dan Gohman |
| 2010-02-18 | Fix typos Duncan noticed. | Dan Gohman |
| 2010-02-18 | Uniformize the way these options are printed. Requested by | Duncan Sands |
| 2010-02-18 | Refer to -help instead of --help since this is what tools themselves say. | Duncan Sands |
| 2010-02-17 | Make this an unnumbered list. | Dan Gohman |
| 2010-02-17 | HTML validation fixes. | Dan Gohman |
| 2010-02-17 | Add an "advanced" GetElementPtr FAQ document, with answers to | Dan Gohman |
| 2010-02-17 | irbuilder is doing constant folding now by default, PR6092 | Chris Lattner |
| 2010-02-17 | fix some out of date prose dating from the LLVMContext changes. | Chris Lattner |
| 2010-02-17 | add optional debian instructions, PR6272 | Chris Lattner |
| 2010-02-17 | Mention an API change. | Duncan Sands |
| 2010-02-16 | Add support for emitting non-temporal stores for DAGs marked | David Greene |
| 2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
| 2010-02-14 | 2.7: Note that DataTypes.h moved. | Daniel Dunbar |
| 2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
| 2010-02-12 | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis |
| 2010-02-11 | Document binutils requirements for coff targets (cygwin / mingw32). | Anton Korobeynikov |
| 2010-02-11 | llvm-db was removed. | Dan Gohman |
| 2010-02-11 | Make Kaleidoscope not link against the interpreter, since that didn't | Jeffrey Yasskin |
| 2010-02-11 | Make it possible to create multiple JIT instances at the same time, by removing | Jeffrey Yasskin |
| 2010-02-10 | Add support to llvm-extract for extracting multiple functions and/or | Dan Gohman |
| 2010-02-10 | Add a ReleaseNotes FIXME. | Daniel Dunbar |
| 2010-02-09 | Make --disable-libffi work on systems with libffi installed. Also | Jeffrey Yasskin |
| 2010-02-08 | Fix some typos. | Duncan Sands |
| 2010-02-06 | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen |
| 2010-02-03 | Make docs less specific about their versions, at Chris's suggestion. | Jeffrey Yasskin |