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
2007-10-17
Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is
Dan Gohman
2007-10-15
Document the new llvm.sin, llvm.cos, and llvm.pow intrinsics. Feedback
Dan Gohman
2007-10-14
Fixing a typo. Found by Kevin André!
Gordon Henriksen
2007-10-03
Clarify that shifts that are too large are undefined.
Chris Lattner
2007-10-03
remove extraneous tag
Chris Lattner
2007-10-03
remove misleading documentation: LLVM has no atomic support yet.
Chris Lattner
2007-10-02
Document new sqrt and powi handling.
Dale Johannesen
2007-09-22
Validation fixes
Bill Wendling
2007-09-22
fix bugs in the manual
Chris Lattner
2007-09-22
Correct names.
Tanya Lattner
2007-09-22
Fix typo.
Tanya Lattner
2007-09-21
One last fix to get name correct.
Tanya Lattner
2007-09-21
Fix silly typo.
Tanya Lattner
2007-09-21
Update annotation intrinsic with more details.
Tanya Lattner
2007-09-21
Adding support for __builtin_annotation with an intrinsic called llvm.annotat...
Tanya Lattner
2007-09-21
gcroot must take concrete types, not arbitrary types.
Chris Lattner
2007-09-11
Fold the adjust_trampoline intrinsic into
Duncan Sands
2007-09-08
Fix description of the call instruction. There are two types, with one being
Nick Lewycky
2007-08-22
Implement review feedback on trampoline documentation.
Duncan Sands
2007-08-07
Describe the global/local naming convention.
Reid Spencer
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-07-31
fp2uint -> fptoui
Reid Spencer
2007-07-27
Forget to add 'nest' to the list of parameter
Duncan Sands
2007-07-27
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-20
No longer referencing "shared memory" as this can confuse people. The memory is
Chandler Carruth
2007-07-20
Silly HTML
Reid Spencer
2007-07-20
Fix validation errors.
Reid Spencer
2007-07-20
This introduces the atomic operation intrinsics into the documentation. This is
Chandler Carruth
2007-07-19
For PR1553:
Reid Spencer
2007-07-16
Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior,
Dan Gohman
2007-07-13
remove obsolete note
Chris Lattner
2007-07-13
fix some bugs in the manual
Chris Lattner
2007-07-06
first pass of nomenclature changes in .html files
Gabor Greif
2007-06-18
Update docs for llvm.var.annotation intrinsic.
Tanya Lattner
2007-06-15
Add local var annotation intrinsic.
Tanya Lattner
2007-06-12
one final bugfix
Chris Lattner
2007-06-12
modernize example
Chris Lattner
2007-06-08
wording fix noticed by Ivan Novick
Chris Lattner
2007-06-06
update to match latest changes
Chris Lattner
2007-06-05
Commit first round work of PR1373. "noalias" is now fully supported in
Zhou Sheng
2007-05-29
more fixes to C code.
Chris Lattner
2007-05-29
Fixed some formatting.
Bill Wendling
2007-05-29
Fix for PR1452. Removed "define" keyword from the C code. Added "<div
Bill Wendling
2007-05-24
remove contradiction owen noticed
Chris Lattner
2007-05-16
Update for arbitrary precision integer types.
Reid Spencer
2007-05-14
The wrapping behavior of part_set is not desirable. Adjust the
Reid Spencer
2007-05-14
Revise definition of part_select. The wrapping behavior is not useful so
Reid Spencer
2007-04-29
Implement protected visibility. This partly implements PR1363. Linker
Anton Korobeynikov
2007-04-29
Implement review feedback
Anton Korobeynikov
2007-04-29
Minor corrections.
Jeff Cohen
[next]