| addCases | Add cases to a switch instruction |
| binOp | Create a binary operation instruction |
| Block | Create an LLVM block |
| clone | Collection of generic functions for LLVM objects |
| createGlobalVariable | Define a native global variable |
| createICmp | Create an integer comparison instruction |
| createIsNotNull | Create LLVM operations |
| declareFunction | Declare a function in a module |
| dot.llvm | Invoke an LLVM Function from R |
| ExecutionEngine | Create LLVM engine for calling functions |
| formattedRawOstream | Create and access LLVM output streams |
| Function | Create an LLVM function/routine |
| generatePTX | Generate PTX code to run on a NVIDIA GPU |
| getCallingConv | Get and set the calling convention for a routine |
| getGetElementPtr | Create LLVM instruction to access an element in an array or... |
| getGlobalContext | Retrieve the default LLVM context |
| getLogicalConstant | Create constants in native code |
| getModuleFunctions | Get a list of the functions in an LLVM module |
| getOpcode | Get the operation code/identifier for an LLVM instruction |
| getPassManager | Create an LLVM pass manager |
| getSuccessor | Get different aspects of a Branch Instruction |
| getValue | Get the value from an LLVM entity |
| InitializeNativeTarget | Initialize the LLVM engine for JIT operations |
| InstructionFuns | Miscellaneous functions operating on LLVM Instruction objects |
| Intrinsic | Functions for working with LLVM Intrinsic routines |
| IRBuilder | Create an IR builder object for LLVM construction |
| isa | Queries if an LLVM Instruction is a particular sub-type |
| isInBounds | Query or set bounds checking flag |
| isType | Predicate functions for testing a type |
| llvmAddSymbol | Resolving external symbols |
| llvmDump | Create a text representation of an LLVM object |
| Module | Create an LLVM module for one or more functions and variables |
| onlyReadsMemory | Determines if the LLVM does not write to memory |
| parseIR | Read LLVM Code in the Intermediate Representation (IR)... |
| parseIRError | Raise an error from parseIR |
| Passes | Create LLVM Pass Instances |
| RC++Reference-class | Class "RC++Reference" |
| Rllvm | The Rllvm Package |
| setAlignment | Set the alignment for an LLVM instruction or object |
| setArgByVal | Set and Query Pass-By-Value Semantics for a Parameter |
| setInitializer | Set the initializer for an LLVM Value |
| setMetadata | Functions for working with LLVM metadata |
| simpleFunction | Define the skeleton of an LLVM Function |
| string | Initialize a string object |
| TargetFuns | Functions related to different targets |
| typeFuns | Miscellaneous functions for LLVM Types |
| VoidType | Objects representing different LLVM common Types |
| writeBitcode | Read and Write LLVM Bitcode |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.