From: Chris Lattner Date: Thu, 8 May 2003 04:57:36 +0000 (+0000) Subject: * Add information about LLVM intrinsics X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d9ad5b329f73e36f7f539438867340b98068b857;p=oota-llvm.git * Add information about LLVM intrinsics * Add information about the va_arg instruction * Add information about the llvm.va_* intrinsics git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6036 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 8ed470c6def..f1a8e37a0bb 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1,9 +1,9 @@ -llvm Assembly Language Reference Manual +LLVM Assembly Language Reference Manual - +
  llvm Assembly Language Reference Manual
  LLVM Language Reference Manual
    @@ -71,11 +71,18 @@
  1. 'phi' Instruction
  2. 'cast .. to' Instruction
  3. 'call' Instruction +
  4. 'va_arg' Instruction
- +
  • Intrinsic Functions +
      +
    1. Variable Argument Handling Intrinsics +
        +
      1. 'llvm.va_start' Intrinsic +
      2. 'llvm.va_end' Intrinsic +
      3. 'llvm.va_copy' Intrinsic +
      +

    Written by Chris Lattner and Vikram Adve

    @@ -130,7 +137,7 @@ simple SSA value instead of a memory location.


    Well Formedness


    'va_arg' Instruction

    -Related Work +Intrinsic Functions
    +
       +Variable Argument Handling Intrinsics +


    Vectorized Architectures


    'llvm.va_start' Intrinsic


    'llvm.va_end' Intrinsic


    'llvm.va_copy' Intrinsic