| Commit message (Expand) | Author | Age | Files | Lines |
* | Until now all debug info MDNodes referred to a root MDNode, a compile unit. T... | Devang Patel | 2011-08-16 | 1 | -8/+7 |
* | Add a finalize() hook, that'll let DIBuilder construct compile unit lazily. | Devang Patel | 2011-08-15 | 1 | -0/+4 |
* | Fix the getelementptr description so it is extremely clear that array indices... | Eli Friedman | 2011-08-12 | 1 | -11/+13 |
* | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman | 2011-08-12 | 2 | -6/+10 |
* | Some reorganization of atomic docs. Added explicit section for NonAtomic. A... | Eli Friedman | 2011-08-12 | 1 | -32/+111 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -6/+8 |
* | apparently variable naming conventions never got added, document the | Chris Lattner | 2011-08-12 | 1 | -2/+6 |
* | minor typo | Chris Lattner | 2011-08-12 | 1 | -1/+1 |
* | fix one reference that slipped through, thanks Eli | Chris Lattner | 2011-08-12 | 1 | -1/+1 |
* | add new accessors to reflect new terminology in struct types. | Chris Lattner | 2011-08-12 | 1 | -10/+12 |
* | docs/GettingStarted.html: [Git] Add instructions how to generate patchset wit... | NAKAMURA Takumi | 2011-08-12 | 1 | -0/+67 |
* | docs/GettingStarted.html: [Git] Mention branch.master.rebase for the tracking... | NAKAMURA Takumi | 2011-08-12 | 1 | -0/+13 |
* | docs/GettingStarted.html: [Git] Split the subsubsection for committer's section. | NAKAMURA Takumi | 2011-08-12 | 1 | -0/+5 |
* | docs: Update HTML markup(s). | NAKAMURA Takumi | 2011-08-12 | 2 | -27/+30 |
* | docs/llvm.css: Introduce <blockquote><pre>. It may be used as blockquoted "do... | NAKAMURA Takumi | 2011-08-12 | 1 | -0/+8 |
* | Misc atomic doc tweaks; reordering operations across Acquire/Release can be b... | Eli Friedman | 2011-08-12 | 1 | -14/+19 |
* | Fix up this paragraph (including a nasty typo). | Eli Friedman | 2011-08-12 | 1 | -4/+4 |
* | Clarify the definition of SequentiallyConsistent operations. | Andrew Trick | 2011-08-12 | 1 | -7/+14 |
* | Fix mismatched tag. | Eli Friedman | 2011-08-11 | 1 | -1/+1 |
* | Revision to Atomics guide, per Chris's comments. | Eli Friedman | 2011-08-11 | 1 | -75/+253 |
* | PTX: Add basic documentation to CodeGenerator.html | Justin Holewinski | 2011-08-11 | 1 | -0/+65 |
* | Changes per Jeffrey's comments. | Eli Friedman | 2011-08-10 | 1 | -7/+10 |
* | Fix minor typo. | Eli Friedman | 2011-08-09 | 1 | -1/+1 |
* | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 2 | -13/+35 |
* | First draft of the practical guide to atomics. | Eli Friedman | 2011-08-09 | 1 | -0/+295 |
* | Clean up the grammar for the landingpad instruction. | Bill Wendling | 2011-08-08 | 1 | -2/+4 |
* | Fix typo found by John. | Bill Wendling | 2011-08-08 | 1 | -1/+1 |
* | Reword. | Jay Foad | 2011-08-04 | 1 | -2/+2 |
* | Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. | Bill Wendling | 2011-08-03 | 2 | -36/+8 |
* | Go back to the old definition. It's not clear that a 'resume' can be 'outline... | Bill Wendling | 2011-08-03 | 1 | -2/+2 |
* | Explain how clauses are applied. | Bill Wendling | 2011-08-03 | 1 | -0/+4 |
* | Add the documentation for the 'landingpad' instruction. Improve the 'invoke' | Bill Wendling | 2011-08-02 | 1 | -4/+90 |
* | no need to count the terminators. | Chris Lattner | 2011-08-02 | 1 | -9/+9 |
* | Duncan's english is better than mine. :-) | Bill Wendling | 2011-08-02 | 1 | -1/+1 |
* | Remove the LLVMBuildUnwind C API function. | Bill Wendling | 2011-08-02 | 1 | -1/+6 |
* | I am the code owner for Clang's IR generation; this has been true | John McCall | 2011-08-02 | 1 | -0/+2 |
* | Minor wording tweak for memory model. | Eli Friedman | 2011-08-02 | 1 | -4/+4 |
* | Fix a typo. | Roman Divacky | 2011-08-01 | 1 | -1/+1 |
* | Fix some validation errors. | Bill Wendling | 2011-07-31 | 1 | -0/+2 |
* | Fix some validation errors. | Bill Wendling | 2011-07-31 | 1 | -3/+5 |
* | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -2/+37 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -33/+2 |
* | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -8/+241 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -2/+33 |
* | Update document listing DIVariable elements to reflect recent changes. | Devang Patel | 2011-07-27 | 1 | -1/+3 |
* | Fix a typo. | Bill Wendling | 2011-07-26 | 1 | -1/+1 |
* | Updating stale documentation on regalloc modes. | Andrew Trick | 2011-07-26 | 1 | -7/+13 |
* | Clean up the HTML here a bit. | Bill Wendling | 2011-07-26 | 1 | -1/+2 |
* | Describe the reasoning for compact unwind in better terms. Thanks to Nick Kle... | Bill Wendling | 2011-07-26 | 1 | -19/+23 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+58 |