summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
* Update the LangRef documentation for the per pointer address space support.Micah Villmow2012-10-18
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* The alignment of an sret parameter is known: it must be at least theDuncan Sands2012-10-04
* Say "bytes" instead of "address units", since that's what theDan Gohman2012-09-21
* Document the new !tbaa.struct metadata.Dan Gohman2012-09-21
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-05
* [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.Chad Rosier2012-09-05
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-04
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-17
* [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier2012-08-10
* Add a floor intrinsic.Dan Gohman2012-07-26
* Fix two typos in the docSylvestre Ledru2012-07-25
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Apparently it's possible to do an 'invoke asm'.Nuno Lopes2012-07-17
* add @llvm.donothingNuno Lopes2012-07-05
* Document the llvm.fabs intrinsic.Peter Collingbourne2012-07-03
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-23
* revert r158660, since Chris has some issues with this patch (namely using cod...Nuno Lopes2012-06-18
* add the 'alloc' metadata node to represent the size of offset of buffers poin...Nuno Lopes2012-06-18
* Clarify a bit that the types have to be the same. Came up on IRC.Duncan Sands2012-06-14
* Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-addLang Hames2012-06-05
* Fix typos noticed by Benjamin Kramer.Rafael Espindola2012-05-31
* Require intervals in the range metadata to be in a canonical form: They mustRafael Espindola2012-05-31
* typo fixChris Lattner2012-05-30
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-27
* Add half support to LLVM (for OpenCL)Tobias Grosser2012-05-24
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-22
* Fixed grammar for the llvm.trap intrinsic description.John Criswell2012-05-16
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-14
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-11
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09
* [docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar2012-04-19
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-16
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-16
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-14
* Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands2012-04-10
* Clarify that fpaccuracy metadata is giving the compiler permission to use aDuncan Sands2012-04-09
* llvm/docs/*.html: Fix markups.NAKAMURA Takumi2012-03-27
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-24
* This clause (although matching parts of the implementation) can't be correct.Nick Lewycky2012-03-18
* Update the "hello world" example to resemble what we currently output.Bill Wendling2012-03-14
* Add column width.Bill Wendling2012-03-06
* Fix validation errors.Bill Wendling2012-03-06
* Where the alloca'd space actually lives in ram is undefined, and attempting toNick Lewycky2012-02-29
* Give a description of the Objective-C garbage collection module flags.Bill Wendling2012-02-16
* Document the new module flags.Bill Wendling2012-02-11
* Added description of invariant.load metadata to LangRef. It was added to the...Pete Cooper2012-02-10
* [unwind removal] Remove any mention of the 'unwind' instruction. What was thatBill Wendling2012-02-06
* Mention that the 'unwind' instruction is now deprecated.Bill Wendling2012-02-06
* Fix broken link.Nick Lewycky2012-01-23