| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -6/+8 |
* | 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: Update HTML markup(s). | NAKAMURA Takumi | 2011-08-12 | 1 | -12/+15 |
* | 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 | 1 | -13/+34 |
* | 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 |
* | 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 |
* | Minor wording tweak for memory model. | Eli Friedman | 2011-08-02 | 1 | -4/+4 |
* | 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 |
* | Fix a typo. | Bill Wendling | 2011-07-26 | 1 | -1/+1 |
* | Clean up the HTML here a bit. | Bill Wendling | 2011-07-26 | 1 | -1/+2 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+58 |
* | Add uwtable to the langref. | Rafael Espindola | 2011-07-25 | 1 | -0/+8 |
* | clarify that opaque is actually a struct type, PR10430 | Chris Lattner | 2011-07-23 | 1 | -5/+5 |
* | Some LangRef tweaks, per Dan's comments. | Eli Friedman | 2011-07-22 | 1 | -13/+16 |
* | Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x... | Eli Friedman | 2011-07-20 | 1 | -0/+86 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -111/+38 |
* | Use add instead of accumulate. | Cameron Zwarich | 2011-07-08 | 1 | -1/+1 |
* | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich | 2011-07-08 | 1 | -0/+32 |
* | Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte... | Owen Anderson | 2011-07-01 | 1 | -9/+21 |
* | Add missing operand. rdar://9694169 | Evan Cheng | 2011-06-29 | 1 | -1/+1 |
* | Document nonlazybind. | Dan Gohman | 2011-06-16 | 1 | -0/+5 |
* | Add one more argument to the prefetch intrinsic to indicate whether it's a data | Bruno Cardoso Lopes | 2011-06-14 | 1 | -3/+5 |
* | Fix copy+pastos. | Dan Gohman | 2011-05-27 | 1 | -2/+2 |
* | Document llvm.exp and llvm.pow. | Dan Gohman | 2011-05-23 | 1 | -0/+68 |
* | insertvalue takes a variable number of arguments, document this, fixing PR9935. | Chris Lattner | 2011-05-22 | 1 | -3/+4 |
* | Fix errors in this llvm ir example. | Nick Lewycky | 2011-05-16 | 1 | -7/+7 |
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -234/+237 |
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -353/+484 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 |
* | Fix a hole in the definition of "dependence" used by trap values. Trap | Dan Gohman | 2011-04-12 | 1 | -2/+22 |
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -1/+1 |
* | Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415 | Nick Lewycky | 2011-03-31 | 1 | -2/+2 |
* | Change the signext language in LangRef to closer match zeroext. | Cameron Zwarich | 2011-03-17 | 1 | -2/+3 |
* | The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte | Cameron Zwarich | 2011-03-16 | 1 | -2/+3 |
* | Clarify that the result of an srem is only guaranteed to have the same sign a... | Duncan Sands | 2011-03-07 | 1 | -3/+4 |
* | Small cleanup. | Bill Wendling | 2011-03-02 | 1 | -6/+11 |
* | Enable support for vector sext and trunc: | Nadav Rotem | 2011-02-24 | 1 | -13/+16 |
* | Fix 9267; Add vector zext support. | Nadav Rotem | 2011-02-20 | 1 | -4/+6 |
* | fix typo | Chris Lattner | 2011-02-09 | 1 | -1/+1 |