Age | Commit message (Expand) | Author |
2011-11-03 | Merging r143349: | Bill Wendling |
2011-11-03 | Merging r143328: | Bill Wendling |
2011-10-26 | Merging r142994: | Bill Wendling |
2011-10-13 | Fixed typo. | Lang Hames |
2011-10-11 | target data is a contract with the code generator, not the "processor" | Chris Lattner |
2011-10-11 | improve some of the documentation around target data layout strings. | Chris Lattner |
2011-10-11 | Fixed docs to reflect the proper default value and behaviour of the natural s... | Lang Hames |
2011-10-11 | Use the proper name for "externally visible" linkage -- 'external'. This is the | Bill Wendling |
2011-10-10 | Add a natural stack alignment field to TargetData, and prevent InstCombine from | Lang Hames |
2011-10-04 | Remove last references to hotpatch. | Rafael Espindola |
2011-10-03 | Add the returns_twice attribute to LLVM. | Rafael Espindola |
2011-09-06 | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands |
2011-08-24 | Some minor updates to atomic acquire/release docs in LangRef. | Eli Friedman |
2011-08-23 | Fix an example in the documentation. | Rafael Espindola |
2011-08-22 | Some minor wording updates and cross-linking for atomic docs. Explicitly not... | Eli Friedman |
2011-08-19 | Fixed some punctuation. Sentences can be combined with semi-colons but not | John Criswell |
2011-08-12 | Fix the getelementptr description so it is extremely clear that array indices... | Eli Friedman |
2011-08-12 | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman |
2011-08-12 | Initial commit of the 'landingpad' instruction. | Bill Wendling |
2011-08-12 | fix one reference that slipped through, thanks Eli | Chris Lattner |
2011-08-12 | add new accessors to reflect new terminology in struct types. | Chris Lattner |
2011-08-12 | docs: Update HTML markup(s). | NAKAMURA Takumi |
2011-08-09 | Fix minor typo. | Eli Friedman |
2011-08-09 | Representation of 'atomic load' and 'atomic store' in IR. | 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-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 | Minor wording tweak for memory model. | Eli Friedman |
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-26 | Fix a typo. | Bill Wendling |
2011-07-26 | Clean up the HTML here a bit. | Bill Wendling |
2011-07-25 | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman |
2011-07-25 | Add uwtable to the langref. | Rafael Espindola |
2011-07-23 | clarify that opaque is actually a struct type, PR10430 | Chris Lattner |
2011-07-22 | Some LangRef tweaks, per Dan's comments. | Eli Friedman |
2011-07-20 | Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x... | Eli Friedman |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-07-08 | Use add instead of accumulate. | Cameron Zwarich |
2011-07-08 | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich |
2011-07-01 | Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte... | Owen Anderson |
2011-06-29 | Add missing operand. rdar://9694169 | Evan Cheng |
2011-06-16 | Document nonlazybind. | Dan Gohman |