| Commit message (Expand) | Author | Age | Files | Lines |
* | Apparently it's possible to do an 'invoke asm'. | Nuno Lopes | 2012-07-17 | 1 | -2/+3 |
* | add @llvm.donothing | Nuno Lopes | 2012-07-05 | 1 | -2/+28 |
* | Document the llvm.fabs intrinsic. | Peter Collingbourne | 2012-07-03 | 1 | -0/+35 |
* | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg | 2012-06-23 | 1 | -2/+32 |
* | revert r158660, since Chris has some issues with this patch (namely using cod... | Nuno Lopes | 2012-06-18 | 1 | -44/+0 |
* | add the 'alloc' metadata node to represent the size of offset of buffers poin... | Nuno Lopes | 2012-06-18 | 1 | -0/+44 |
* | Clarify a bit that the types have to be the same. Came up on IRC. | Duncan Sands | 2012-06-14 | 1 | -1/+1 |
* | Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add | Lang Hames | 2012-06-05 | 1 | -0/+51 |
* | Fix typos noticed by Benjamin Kramer. | Rafael Espindola | 2012-05-31 | 1 | -2/+2 |
* | Require intervals in the range metadata to be in a canonical form: They must | Rafael Espindola | 2012-05-31 | 1 | -0/+4 |
* | typo fix | Chris Lattner | 2012-05-30 | 1 | -1/+1 |
* | rdar://11542750 - llvm.trap should be marked no return. | Chris Lattner | 2012-05-27 | 1 | -2/+2 |
* | Add half support to LLVM (for OpenCL) | Tobias Grosser | 2012-05-24 | 1 | -3/+5 |
* | revert my previous patches that introduced an additional parameter to the obj... | Nuno Lopes | 2012-05-22 | 1 | -12/+8 |
* | Fixed grammar for the llvm.trap intrinsic description. | John Criswell | 2012-05-16 | 1 | -2/+2 |
* | Rename @llvm.debugger to @llvm.debugtrap. | Dan Gohman | 2012-05-14 | 1 | -5/+5 |
* | Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(), | Dan Gohman | 2012-05-11 | 1 | -0/+26 |
* | change the objectsize intrinsic signature: add a 3rd parameter to denote the ... | Nuno Lopes | 2012-05-09 | 1 | -10/+14 |
* | [docs] Update HTML pages to refer to CSS in a way that works locally and with... | Daniel Dunbar | 2012-04-19 | 1 | -1/+1 |
* | Remove support for the special 'fast' value for fpmath accuracy for the moment. | Duncan Sands | 2012-04-16 | 1 | -7/+3 |
* | Make it possible to indicate relaxed floating point requirements at the IR level | Duncan Sands | 2012-04-16 | 1 | -8/+11 |
* | Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm | Duncan Sands | 2012-04-14 | 1 | -6/+6 |
* | Express the number of ULPs in fpaccuracy metadata as a real rather than a | Duncan Sands | 2012-04-10 | 1 | -4/+4 |
* | Clarify that fpaccuracy metadata is giving the compiler permission to use a | Duncan Sands | 2012-04-09 | 1 | -2/+4 |
* | llvm/docs/*.html: Fix markups. | NAKAMURA Takumi | 2012-03-27 | 1 | -2/+2 |
* | First part of PR12251. Add documentation and verifier support for the range | Rafael Espindola | 2012-03-24 | 1 | -0/+34 |
* | This clause (although matching parts of the implementation) can't be correct. | Nick Lewycky | 2012-03-18 | 1 | -2/+1 |
* | Update the "hello world" example to resemble what we currently output. | Bill Wendling | 2012-03-14 | 1 | -15/+15 |
* | Add column width. | Bill Wendling | 2012-03-06 | 1 | -0/+1 |
* | Fix validation errors. | Bill Wendling | 2012-03-06 | 1 | -16/+24 |
* | Where the alloca'd space actually lives in ram is undefined, and attempting to | Nick Lewycky | 2012-02-29 | 1 | -1/+6 |
* | Give a description of the Objective-C garbage collection module flags. | Bill Wendling | 2012-02-16 | 1 | -0/+73 |
* | Document the new module flags. | Bill Wendling | 2012-02-11 | 1 | -0/+126 |
* | Added description of invariant.load metadata to LangRef. It was added to the... | Pete Cooper | 2012-02-10 | 1 | -1/+9 |
* | [unwind removal] Remove any mention of the 'unwind' instruction. What was that | Bill Wendling | 2012-02-06 | 1 | -51/+10 |
* | Mention that the 'unwind' instruction is now deprecated. | Bill Wendling | 2012-02-06 | 1 | -0/+3 |
* | Fix broken link. | Nick Lewycky | 2012-01-23 | 1 | -1/+1 |
* | Extend Attributes to 64 bits | Kostya Serebryany | 2012-01-20 | 1 | -0/+4 |
* | Try to clarify a little how exception handling works. | Duncan Sands | 2012-01-13 | 1 | -4/+8 |
* | Revert accidental commit. | Bill Wendling | 2012-01-12 | 1 | -137/+0 |
* | Fix the code that was WRONG. | Bill Wendling | 2012-01-12 | 1 | -0/+137 |
* | Update the LangRef documentation: the codegen does support this instruction. | Nadav Rotem | 2011-12-25 | 1 | -3/+0 |
* | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman | 2011-12-17 | 1 | -4/+6 |
* | Vectors are not aggregate types (see isAggregateType). | Duncan Sands | 2011-12-14 | 1 | -3/+3 |
* | Use the example from clang, not the GCC frontend, which doesn't exist anymore. | Bill Wendling | 2011-12-13 | 1 | -24/+25 |
* | Update the LangRef documentation for llvm.ctlz and llvm.cttz to specify | Chandler Carruth | 2011-12-12 | 1 | -23/+37 |
* | Random cleanups. No description changes. | Bill Wendling | 2011-12-09 | 1 | -14/+14 |
* | Typo. | Chad Rosier | 2011-12-09 | 1 | -1/+1 |
* | Fix a subtle semantic issue with poison values that came up in | Dan Gohman | 2011-12-06 | 1 | -14/+12 |
* | Line up the comments in a code example. | Dan Gohman | 2011-12-06 | 1 | -19/+19 |