| Age | Commit message (Expand) | Author |
| 2010-04-27 | Commit 2.7 release notes.release_27 | Tanya Lattner |
| 2010-03-12 | Doc patch for the branch only. | Tanya Lattner |
| 2010-03-12 | Merge 97980 from mainline. | Tanya Lattner |
| 2010-03-12 | Merge 97965 from mainline. | Tanya Lattner |
| 2010-03-11 | Merge 98212 from mainline. | Tanya Lattner |
| 2010-03-04 | Add metadata example. | Devang Patel |
| 2010-03-04 | Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. | Erick Tryzelaar |
| 2010-03-02 | attributes are not part of types anymore, patch by James Woodyatt! | Chris Lattner |
| 2010-03-02 | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman |
| 2010-03-02 | PerformTailCallOpt was renamed to GuaranteedTailCallOpt to | Dan Gohman |
| 2010-03-01 | note that andersaa was removed in 2.7 | Chris Lattner |
| 2010-03-01 | remove anders-aa from mainline, it isn't maintained and is | Chris Lattner |
| 2010-03-01 | Fix spelling. | Dan Gohman |
| 2010-02-28 | I'm removing andersaa after the branch is made. | Chris Lattner |
| 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 |