aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* Add a floor intrinsic.Dan Gohman2012-07-261-0/+35
* Fix two typos in the docSylvestre Ledru2012-07-251-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Apparently it's possible to do an 'invoke asm'.Nuno Lopes2012-07-171-2/+3
* add @llvm.donothingNuno Lopes2012-07-051-2/+28
* Document the llvm.fabs intrinsic.Peter Collingbourne2012-07-031-0/+35
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-231-2/+32
* revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes2012-06-181-44/+0
* add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes2012-06-181-0/+44
* Clarify a bit that the types have to be the same. Came up on IRC.Duncan Sands2012-06-141-1/+1
* Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-addLang Hames2012-06-051-0/+51
* Fix typos noticed by Benjamin Kramer.Rafael Espindola2012-05-311-2/+2
* Require intervals in the range metadata to be in a canonical form: They mustRafael Espindola2012-05-311-0/+4
* typo fixChris Lattner2012-05-301-1/+1
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-271-2/+2
* Add half support to LLVM (for OpenCL)Tobias Grosser2012-05-241-3/+5
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-221-12/+8
* Fixed grammar for the llvm.trap intrinsic description.John Criswell2012-05-161-2/+2
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-141-5/+5
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-111-0/+26
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-091-10/+14
* [docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar2012-04-191-1/+1
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-161-7/+3
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-161-8/+11
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-141-6/+6
* Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands2012-04-101-4/+4
* Clarify that fpaccuracy metadata is giving the compiler permission to use aDuncan Sands2012-04-091-2/+4
* llvm/docs/*.html: Fix markups.NAKAMURA Takumi2012-03-271-2/+2
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-241-0/+34
* This clause (although matching parts of the implementation) can't be correct.Nick Lewycky2012-03-181-2/+1
* Update the "hello world" example to resemble what we currently output.Bill Wendling2012-03-141-15/+15
* Add column width.Bill Wendling2012-03-061-0/+1
* Fix validation errors.Bill Wendling2012-03-061-16/+24
* Where the alloca'd space actually lives in ram is undefined, and attempting toNick Lewycky2012-02-291-1/+6
* Give a description of the Objective-C garbage collection module flags.Bill Wendling2012-02-161-0/+73
* Document the new module flags.Bill Wendling2012-02-111-0/+126
* Added description of invariant.load metadata to LangRef. It was added to the...Pete Cooper2012-02-101-1/+9
* [unwind removal] Remove any mention of the 'unwind' instruction. What was thatBill Wendling2012-02-061-51/+10
* Mention that the 'unwind' instruction is now deprecated.Bill Wendling2012-02-061-0/+3
* Fix broken link.Nick Lewycky2012-01-231-1/+1
* Extend Attributes to 64 bitsKostya Serebryany2012-01-201-0/+4
* Try to clarify a little how exception handling works.Duncan Sands2012-01-131-4/+8
* Revert accidental commit.Bill Wendling2012-01-121-137/+0
* Fix the code that was WRONG.Bill Wendling2012-01-121-0/+137
* Update the LangRef documentation: the codegen does support this instruction.Nadav Rotem2011-12-251-3/+0
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-171-4/+6
* Vectors are not aggregate types (see isAggregateType).Duncan Sands2011-12-141-3/+3
* Use the example from clang, not the GCC frontend, which doesn't exist anymore.Bill Wendling2011-12-131-24/+25
* Update the LangRef documentation for llvm.ctlz and llvm.cttz to specifyChandler Carruth2011-12-121-23/+37
* Random cleanups. No description changes.Bill Wendling2011-12-091-14/+14