| Age | Commit message (Expand) | Author |
| 2011-08-12 | Clarify the definition of SequentiallyConsistent operations. | Andrew Trick |
| 2011-08-11 | Fix mismatched tag. | Eli Friedman |
| 2011-08-11 | Revision to Atomics guide, per Chris's comments. | Eli Friedman |
| 2011-08-11 | PTX: Add basic documentation to CodeGenerator.html | Justin Holewinski |
| 2011-08-10 | Changes per Jeffrey's comments. | Eli Friedman |
| 2011-08-09 | Fix minor typo. | Eli Friedman |
| 2011-08-09 | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman |
| 2011-08-09 | First draft of the practical guide to atomics. | Eli Friedman |
| 2011-08-08 | Clean up the grammar for the landingpad instruction. | Bill Wendling |
| 2011-08-08 | Fix typo found by John. | Bill Wendling |
| 2011-08-04 | Reword. | Jay Foad |
| 2011-08-03 | Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. | Bill Wendling |
| 2011-08-03 | Go back to the old definition. It's not clear that a 'resume' can be 'outline... | Bill Wendling |
| 2011-08-03 | Explain how clauses are applied. | Bill Wendling |
| 2011-08-02 | Add the documentation for the 'landingpad' instruction. Improve the 'invoke' | Bill Wendling |
| 2011-08-02 | no need to count the terminators. | Chris Lattner |
| 2011-08-02 | Duncan's english is better than mine. :-) | Bill Wendling |
| 2011-08-02 | Remove the LLVMBuildUnwind C API function. | Bill Wendling |
| 2011-08-02 | I am the code owner for Clang's IR generation; this has been true | John McCall |
| 2011-08-02 | Minor wording tweak for memory model. | Eli Friedman |
| 2011-08-01 | Fix a typo. | Roman Divacky |
| 2011-07-31 | Fix some validation errors. | Bill Wendling |
| 2011-07-31 | Fix some validation errors. | Bill Wendling |
| 2011-07-31 | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling |
| 2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |
| 2011-07-28 | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman |
| 2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling |
| 2011-07-27 | Update document listing DIVariable elements to reflect recent changes. | Devang Patel |
| 2011-07-26 | Fix a typo. | Bill Wendling |
| 2011-07-26 | Updating stale documentation on regalloc modes. | Andrew Trick |
| 2011-07-26 | Clean up the HTML here a bit. | Bill Wendling |
| 2011-07-26 | Describe the reasoning for compact unwind in better terms. Thanks to Nick Kle... | Bill Wendling |
| 2011-07-25 | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman |
| 2011-07-25 | 80 columns. | Nick Lewycky |
| 2011-07-25 | Fix some typos. | Bill Wendling |
| 2011-07-25 | An initial description of the compact unwind encoding. | Bill Wendling |
| 2011-07-25 | Add uwtable to the langref. | Rafael Espindola |
| 2011-07-25 | Convert GetElementPtrInst to use ArrayRef. | Jay Foad |
| 2011-07-23 | clarify that opaque is actually a struct type, PR10430 | Chris Lattner |
| 2011-07-23 | how about that, StringRef doesn't allow any mutation, thanks to | Chris Lattner |
| 2011-07-22 | add section to ToC | Chris Lattner |
| 2011-07-22 | write the long-overdue strings section of the data structure guide. | Chris Lattner |
| 2011-07-22 | move the section for string-like containers to follow the section for sequent... | Chris Lattner |
| 2011-07-22 | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use | Jay Foad |
| 2011-07-22 | Some LangRef tweaks, per Dan's comments. | Eli Friedman |
| 2011-07-21 | Sort case-insensitively. | Jay Foad |
| 2011-07-21 | Convert ConstantExpr::getGetElementPtr and | Jay Foad |
| 2011-07-20 | docs/GettingStarted.html: Tweak style. | NAKAMURA Takumi |
| 2011-07-20 | docs/GettingStarted.html: Fix a typo and tweak a command line. | NAKAMURA Takumi |
| 2011-07-20 | Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x... | Eli Friedman |