aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
2008-02-21Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth
2008-02-18Clarify that 'sret' only applies to pointers, andDuncan Sands
2008-02-18Make the definition of the noalias attribute clearer.Owen Anderson
2008-02-16llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth
2008-02-09explain that NumElements in alloca and malloc defaults to oneGabor Greif
2008-01-29llvm.sqrt(-0.0) is defined.Chris Lattner
2008-01-28make handling of overflow and undefined results much more clear. Chris Lattner
2008-01-15Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. Anton Korobeynikov
2008-01-15clarify that byval is valid for any pointer argument.Chris Lattner
2008-01-11document the byval parameter attribute.Chris Lattner
2008-01-06improve description of alignment, patch by Alain Frisch.Chris Lattner
2008-01-06Fix typo noticed by 'Danny' in PR1901Chris Lattner
2008-01-04fix nesting issues.Chris Lattner
2008-01-04fix validation issues.Chris Lattner
2008-01-04improve the description of types, patch by Alain FrischChris Lattner
2007-12-25update to llvm 2.0 syntax.Chris Lattner
2007-12-25Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen
2007-12-19fix more table abuses.Chris Lattner
2007-12-18avoid confusing terminology (what is a "word"?), fix scary markup, add sectio...Chris Lattner
2007-12-17Make it clear in the LangRef that allocation instructions only operated on th...Christopher Lamb
2007-12-12Implement part of review feedback for address spaces.Christopher Lamb
2007-12-11Add information on address space qualifiers for pointer types and global Christopher Lamb
2007-12-10Fix a typo spotted by Nick Lewycky.Gordon Henriksen
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-11-22Rename the 'const' parameter attribute to 'readnone',Duncan Sands
2007-11-17Add support for vectors to int <-> float casts.Nate Begeman
2007-11-14Tweak the descriptions of the new 'const' and 'pure' attributes.Duncan Sands
2007-11-14Document pure/const parameter attributesAnton Korobeynikov
2007-11-05Add support for vector remainder operations.Dan Gohman
2007-10-22Put correct link in exampleBill Wendling
2007-10-17Don't mention -enable-unsafe-fp-math in LangRef.html, as that option isDan Gohman
2007-10-15Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. FeedbackDan Gohman
2007-10-14Fixing a typo. Found by Kevin André!Gordon Henriksen
2007-10-03Clarify that shifts that are too large are undefined.Chris Lattner
2007-10-03remove extraneous tagChris Lattner
2007-10-03remove misleading documentation: LLVM has no atomic support yet.Chris Lattner
2007-10-02Document new sqrt and powi handling.Dale Johannesen
2007-09-22Validation fixesBill Wendling
2007-09-22fix bugs in the manualChris Lattner
2007-09-22Correct names.Tanya Lattner
2007-09-22Fix typo.Tanya Lattner
2007-09-21One last fix to get name correct.Tanya Lattner
2007-09-21Fix silly typo.Tanya Lattner
2007-09-21Update annotation intrinsic with more details.Tanya Lattner
2007-09-21Adding support for __builtin_annotation with an intrinsic called llvm.annotat...Tanya Lattner
2007-09-21gcroot must take concrete types, not arbitrary types.Chris Lattner
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-09-08Fix description of the call instruction. There are two types, with one beingNick Lewycky
2007-08-22Implement review feedback on trampoline documentation.Duncan Sands