summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
Commit message (Expand)AuthorAge
* 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
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* Try to clarify a little how exception handling works.Duncan Sands2012-01-13
* Revert accidental commit.Bill Wendling2012-01-12
* Fix the code that was WRONG.Bill Wendling2012-01-12
* Update the LangRef documentation: the codegen does support this instruction.Nadav Rotem2011-12-25
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-17
* Vectors are not aggregate types (see isAggregateType).Duncan Sands2011-12-14
* Use the example from clang, not the GCC frontend, which doesn't exist anymore.Bill Wendling2011-12-13
* Update the LangRef documentation for llvm.ctlz and llvm.cttz to specifyChandler Carruth2011-12-12
* Random cleanups. No description changes.Bill Wendling2011-12-09
* Typo.Chad Rosier2011-12-09
* Fix a subtle semantic issue with poison values that came up inDan Gohman2011-12-06
* Line up the comments in a code example.Dan Gohman2011-12-06
* Rename "Trap Values" to "Poison Values", to better reflect theirDan Gohman2011-12-06
* Move 'returns_twice' definition into alphabetical place.Bill Wendling2011-12-05
* Add support for vectors of pointers.Nadav Rotem2011-12-05
* Fix table of contents.Jakub Staszak2011-12-04
* Add 'llvm.expect' intrinsic description.Jakub Staszak2011-12-04
* More cleanups. No content change.Bill Wendling2011-11-30
* Minor cleanup. No content change.Bill Wendling2011-11-30
* remove asmparsing and documentation support for "volatile load", which was on...Chris Lattner2011-11-27
* Reformat the quote and tag the math stuff with <tt> tags.Bill Wendling2011-11-09
* Cleanup the formatting.Bill Wendling2011-11-08
* Fix some misplaced punctuation.Bill Wendling2011-11-04
* docs/*.html: Fix markups.NAKAMURA Takumi2011-10-31
* Close <div> that was indenting the rest of the page.Nick Lewycky2011-10-31
* Add a pinned metadata name for fpaccuracy, and document itPeter Collingbourne2011-10-27
* Document tbaa metadata in LangRef (documentation largely based onPeter Collingbourne2011-10-27