summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.html
Commit message (Expand)AuthorAgeFilesLines
* Fix getNode to allow a vector for the shift amount for shifts of vectors.Mon P Wang2008-12-091-0/+3
* Fixed HTML closing tag, cleaned up some spacing.Misha Brukman2008-11-271-2/+2
* Small formatting change.Bill Wendling2008-11-261-4/+4
* Update to explain how ssp and sspreq attributes override each other.Bill Wendling2008-11-261-5/+14
* Fix a few HTML tidiness issues.Dan Gohman2008-11-241-1/+1
* NULL, unique pointers from malloc(0), and freed pointers are legal values forTorok Edwin2008-11-241-1/+3
* Seriously strengthen the guarantee offered by noalias on a function's returnNick Lewycky2008-11-241-3/+3
* Extend the 'noalias' attribute to function return values. This is intended toNick Lewycky2008-11-241-5/+6
* Fixed named anchor for llvm.stackprotector intrinsic.Misha Brukman2008-11-221-1/+1
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-211-0/+18
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-211-18/+0
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-211-0/+18
* - Move the stackprotector intrinsic to the general section.Bill Wendling2008-11-191-56/+39
* Documentation for the llvm.stackprotector intrinsic.Bill Wendling2008-11-181-17/+70
* Update docs for ssp and sspreq function attributes.Bill Wendling2008-11-131-0/+12
* Added support for the following definition of shufflevector Mon P Wang2008-11-101-7/+13
* Prevent assert when using '"' in names (via hexadecimal).Daniel Dunbar2008-10-141-2/+3
* Fix missing end tags and invalid HTML entity syntax.Dan Gohman2008-10-141-53/+58
* Add a missing close-tag.Dan Gohman2008-10-141-0/+1
* fix some crazily long lines.Chris Lattner2008-10-131-5/+12
* Improve the description on the getelementptr instruction. It should now betterMatthijs Kooijman2008-10-131-18/+24
* fix typoChris Lattner2008-10-081-1/+1
* Improve function definition, call and invoke instruction docs.Devang Patel2008-10-071-5/+12
* Add two forgotten </i>'s.Matthijs Kooijman2008-10-071-2/+2
* Update function attributes docs.Devang Patel2008-10-061-9/+37
* Clarify the relationship between byval and readonly/Duncan Sands2008-10-061-15/+20
* A word got optimized out, thanks to Duncan for pointing this outChris Lattner2008-10-051-1/+1
* Update the documentation for first-class aggregates changes,Dan Gohman2008-10-041-70/+20
* add a note about inline asmChris Lattner2008-10-041-1/+2
* improve description of param/ret attrsChris Lattner2008-10-041-10/+14
* improve descriptions of function attrsChris Lattner2008-10-041-21/+27
* notes are gone.Chris Lattner2008-10-041-2/+1
* Fix grammar.Devang Patel2008-09-291-1/+1
* Fix sentence.Devang Patel2008-09-291-1/+1
* Implement function notes as function attributes. Devang Patel2008-09-261-43/+50
* Accept 'inreg' attribute on x86 functions asDale Johannesen2008-09-251-3/+5
* The "alias" keyword comes first.Duncan Sands2008-09-121-1/+1
* Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman2008-09-091-21/+50
* Bitcasting two or from aggregate types is not permitted. UpdateDan Gohman2008-09-081-3/+5
* Clean up CSS validator errors: 'Property align doesn't exist : center'Bill Wendling2008-09-071-3/+3
* Formatting changes. to make the information cleaner.Bill Wendling2008-09-071-23/+24
* update.Devang Patel2008-09-041-1/+3
* Document function notes.Devang Patel2008-09-041-1/+37
* use the more precise 'op1' instead of 'var1' since the latter can be misunder...Gabor Greif2008-08-071-55/+55
* It's "a static", not "an static"Bill Wendling2008-08-051-1/+1
* Expand acronyms, suggested by Walter PawleyChris Lattner2008-08-051-21/+27
* Capitalize LLVM, suggested by Walt PawleyChris Lattner2008-08-051-2/+2
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-301-72/+75
* Add vector shifts to the IR, patch by Eli Friedman.Nate Begeman2008-07-291-9/+6
* Note that 'nest' only applies to pointers.Duncan Sands2008-07-081-1/+1
OpenPOWER on IntegriCloud