aboutsummaryrefslogtreecommitdiff
path: root/docs/LangRef.html
AgeCommit message (Expand)Author
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
2007-08-07Describe the global/local naming convention.Reid Spencer
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-31fp2uint -> fptouiReid Spencer
2007-07-27Forget to add 'nest' to the list of parameterDuncan Sands
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-20No longer referencing "shared memory" as this can confuse people. The memory is Chandler Carruth
2007-07-20Silly HTMLReid Spencer
2007-07-20Fix validation errors.Reid Spencer
2007-07-20This introduces the atomic operation intrinsics into the documentation. This is Chandler Carruth
2007-07-19For PR1553:Reid Spencer
2007-07-16Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior,Dan Gohman
2007-07-13remove obsolete noteChris Lattner
2007-07-13fix some bugs in the manualChris Lattner
2007-07-06first pass of nomenclature changes in .html filesGabor Greif
2007-06-18Update docs for llvm.var.annotation intrinsic.Tanya Lattner
2007-06-15Add local var annotation intrinsic.Tanya Lattner
2007-06-12one final bugfixChris Lattner
2007-06-12modernize exampleChris Lattner
2007-06-08wording fix noticed by Ivan NovickChris Lattner
2007-06-06update to match latest changesChris Lattner
2007-06-05Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng
2007-05-29more fixes to C code.Chris Lattner
2007-05-29Fixed some formatting.Bill Wendling
2007-05-29Fix for PR1452. Removed "define" keyword from the C code. Added "<divBill Wendling
2007-05-24remove contradiction owen noticedChris Lattner
2007-05-16Update for arbitrary precision integer types.Reid Spencer
2007-05-14The wrapping behavior of part_set is not desirable. Adjust theReid Spencer
2007-05-14Revise definition of part_select. The wrapping behavior is not useful soReid Spencer
2007-04-29Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov
2007-04-29Implement review feedbackAnton Korobeynikov
2007-04-29Minor corrections.Jeff Cohen