Age | Commit message (Expand) | Author |
2012-12-07 | docs: Convert LangRef to reST. | Sean Silva |
2012-11-30 | Removed redundancy in wording | Michael Ilseman |
2012-11-30 | Clean up the documentation to have a common description area for fast-math fl... | Michael Ilseman |
2012-11-27 | Fast-math flags documentation added to LangRef | Michael Ilseman |
2012-11-26 | Correct copy-pasto where we're talking about function attributes and not para... | Bill Wendling |
2012-11-16 | Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris. | Duncan Sands |
2012-11-16 | Remove trailing whitespace | Michael Ilseman |
2012-11-15 | Add missing documentation for llvm.exp2, llvm.log10, and llvm.log2. | Craig Topper |
2012-11-15 | Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics. | Craig Topper |
2012-11-13 | Relax the restrictions on vector of pointer types, and vector getelementptr. | Duncan Sands |
2012-10-29 | Loads and stores without an explicit alignment use the abi alignment not the | Duncan Sands |
2012-10-18 | Update the LangRef documentation for the per pointer address space support. | Micah Villmow |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-10-04 | The alignment of an sret parameter is known: it must be at least the | Duncan Sands |
2012-09-21 | Say "bytes" instead of "address units", since that's what the | Dan Gohman |
2012-09-21 | Document the new !tbaa.struct metadata. | Dan Gohman |
2012-09-05 | [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to | Chad Rosier |
2012-09-05 | [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute. | Chad Rosier |
2012-09-04 | [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This | Chad Rosier |
2012-08-17 | Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to | Bill Wendling |
2012-08-10 | [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute. | Chad Rosier |
2012-07-26 | Add a floor intrinsic. | Dan Gohman |
2012-07-25 | Fix two typos in the doc | Sylvestre Ledru |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-07-17 | Apparently it's possible to do an 'invoke asm'. | Nuno Lopes |
2012-07-05 | add @llvm.donothing | Nuno Lopes |
2012-07-03 | Document the llvm.fabs intrinsic. | Peter Collingbourne |
2012-06-23 | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg |
2012-06-18 | revert r158660, since Chris has some issues with this patch (namely using cod... | Nuno Lopes |
2012-06-18 | add the 'alloc' metadata node to represent the size of offset of buffers poin... | Nuno Lopes |
2012-06-14 | Clarify a bit that the types have to be the same. Came up on IRC. | Duncan Sands |
2012-06-05 | Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add | Lang Hames |
2012-05-31 | Fix typos noticed by Benjamin Kramer. | Rafael Espindola |
2012-05-31 | Require intervals in the range metadata to be in a canonical form: They must | Rafael Espindola |
2012-05-30 | typo fix | Chris Lattner |
2012-05-27 | rdar://11542750 - llvm.trap should be marked no return. | Chris Lattner |
2012-05-24 | Add half support to LLVM (for OpenCL) | Tobias Grosser |
2012-05-22 | revert my previous patches that introduced an additional parameter to the obj... | Nuno Lopes |
2012-05-16 | Fixed grammar for the llvm.trap intrinsic description. | John Criswell |
2012-05-14 | Rename @llvm.debugger to @llvm.debugtrap. | Dan Gohman |
2012-05-11 | Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(), | Dan Gohman |
2012-05-09 | change the objectsize intrinsic signature: add a 3rd parameter to denote the ... | Nuno Lopes |
2012-04-19 | [docs] Update HTML pages to refer to CSS in a way that works locally and with... | Daniel Dunbar |
2012-04-16 | Remove support for the special 'fast' value for fpmath accuracy for the moment. | Duncan Sands |
2012-04-16 | Make it possible to indicate relaxed floating point requirements at the IR level | Duncan Sands |
2012-04-14 | Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm | Duncan Sands |
2012-04-10 | Express the number of ULPs in fpaccuracy metadata as a real rather than a | Duncan Sands |
2012-04-09 | Clarify that fpaccuracy metadata is giving the compiler permission to use a | Duncan Sands |
2012-03-27 | llvm/docs/*.html: Fix markups. | NAKAMURA Takumi |
2012-03-24 | First part of PR12251. Add documentation and verifier support for the range | Rafael Espindola |