index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
LangRef.html
Age
Commit message (
Expand
)
Author
2006-02-17
Added documentation for vset and vselect.
Robert Bocchino
2006-01-25
document the syntax of inline asm
Chris Lattner
2006-01-24
minor syntax change
Chris Lattner
2006-01-23
document module-level inline asm support.
Chris Lattner
2006-01-16
like bswap, the ct* intrinsics require unsigned operands
Chris Lattner
2006-01-16
Consistency
Chris Lattner
2006-01-16
There is no llvm.bswap.i8, need at least 2 bytes to swap.
Reid Spencer
2006-01-16
For PR411:
Reid Spencer
2006-01-15
Added spec for insertelement operation.
Robert Bocchino
2006-01-13
Make the bswap documentation more to sabre's liking!
Nate Begeman
2006-01-13
fix some minor errors
Chris Lattner
2006-01-13
Add documentation for the upcoming bswap intrinsics!
Nate Begeman
2006-01-13
Add llvm.stacksave and llvm.stackrestore.
Chris Lattner
2006-01-13
void* is not legal in LLVM.
Chris Lattner
2006-01-10
Expanded the documentation for constant expressions to cover select
Robert Bocchino
2006-01-05
Added the spec for the new "extractelement" instruction.
Robert Bocchino
2005-11-15
Fix some typos noticed by Gabor Greif!
Chris Lattner
2005-11-12
document sections
Chris Lattner
2005-11-11
continued readcyclecounter support
Andrew Lenharth
2005-11-11
Fix some typos.
Jeff Cohen
2005-11-10
Packed elements must be a power of two in size
Chris Lattner
2005-11-06
document alignment on globals, functions, and allocation instructions.
Chris Lattner
2005-10-24
Grammar and punctuation fixes.
John Criswell
2005-07-21
llvm.sqrt somehow escaped documentation.
Chris Lattner
2005-06-24
add a note about variable length array
Chris Lattner
2005-06-22
SelectionDAG is very unhappy when the argument to an intrinsic is a struct
Andrew Lenharth
2005-06-18
OK, after checking the backwards compatibility code on X86 and the new code
Andrew Lenharth
2005-05-16
Added a note about how the type can be omitted in call instructions.
John Criswell
2005-05-15
ctlz = most signficant bits, cttz = least sig
Chris Lattner
2005-05-13
Minor fixup of typos.
John Criswell
2005-05-12
Correct a detail with the alloca instruction.
John Criswell
2005-05-12
Fixed some typos.
John Criswell
2005-05-11
don't duplicate information, particularly when it's out of date!
Chris Lattner
2005-05-07
fix bugs in my previous commit clarify the return type of the bit ops
Chris Lattner
2005-05-06
add a couple of notes
Chris Lattner
2005-05-06
document calling convention extensions
Chris Lattner
2005-05-06
Add info on new 'tail' marker
Chris Lattner
2005-05-04
fixup argument
Andrew Lenharth
2005-05-03
initial descriptions of count intrinsics
Andrew Lenharth
2005-05-01
Mention that arguments to functions must be first class types.
Reid Spencer
2005-04-26
Convert the remainder of the intrinsic function prototypes to "declare"
Reid Spencer
2005-04-26
Use the declare syntax not the call syntax for intrinsic prototypes so
Reid Spencer
2005-04-25
document 'opaque' types
Chris Lattner
2005-04-22
Hyphenate the adjective `n-bit' when used to describe values and processors
Misha Brukman
2005-03-28
First step in adding pcmarker intrinsic. Second step (soon) is adding backen...
Andrew Lenharth
2005-03-07
Various cleanups and clarifications, thanks to Gabor Greif for contributing t...
Chris Lattner
2005-03-07
fix another typo
Chris Lattner
2005-03-07
fix typeo that Gabor Greif noticed!
Chris Lattner
2005-02-28
cleanup my miswording
Chris Lattner
2005-02-28
Document llvm.prefetch, patch contributed by Justin Wick!
Chris Lattner
[prev]
[next]