index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parseTools.js
Age
Commit message (
Expand
)
Author
2013-11-11
Merge branch 'incoming' into f32
Alon Zakai
2013-11-11
coerce to double before converting a float to an i64
Alon Zakai
2013-11-09
support inline asm comments; fixes #1766
Alon Zakai
2013-11-09
fix ensureDot logic
Alon Zakai
2013-11-08
emit proper large float constants when js opts are to be run
Alon Zakai
2013-11-08
Merge branch 'incoming' into f32
Alon Zakai
2013-11-04
add missing parens for select mathop
Alon Zakai
2013-11-01
do not emit unnecessary coercions when calling a math builtin with a float
Alon Zakai
2013-11-01
Merge branch 'incoming' into f32
Alon Zakai
2013-11-01
add vector support for and, or and xor
Alon Zakai
2013-10-30
handle vector zeroinitializers
Alon Zakai
2013-10-30
remove finalizeParam and properly use finalizeLLVMParameter everywhere
Alon Zakai
2013-10-30
use proper base type when finalizing vectors
Alon Zakai
2013-10-30
fix negative zero handling
Alon Zakai
2013-10-30
simplify parseParamTokens now that it uses parseLLVMSegment
Alon Zakai
2013-10-30
make parseParamTokens use parseLLVMSegment
Alon Zakai
2013-10-30
handle more return types in getReturnType
Alon Zakai
2013-10-30
optimize isIllegalType
Alon Zakai
2013-10-29
add test for precise float32 support, allow 3 modes of precise float32 suppor...
Alon Zakai
2013-10-29
fix uitofp of i64 to float32
Alon Zakai
2013-10-29
ensure a dot in large float32 constants
Alon Zakai
2013-10-29
clean up simd code, fix uint32x4 heap offsets, and add testing
Alon Zakai
2013-10-29
handle vector types in calcAllocatedSize
Alon Zakai
2013-10-29
use asm ffi coercing for floats in load abort calls
Alon Zakai
2013-10-25
send and receive only doubles through ffis, not floats
Alon Zakai
2013-10-25
fix splitI64 use of float instead of double
Alon Zakai
2013-10-25
do not mangle hex float constants in function calls
Alon Zakai
2013-10-25
simplify auto-return adding code, and make it generic so it can handle floats...
Alon Zakai
2013-10-25
use float temporary in makeIsNaN when relevant
Alon Zakai
2013-10-25
properly apply fround to all float constants, even if they are fractions and ...
Alon Zakai
2013-10-25
respect fround in fptrunc/ext
Alon Zakai
2013-10-25
simplify fround initializer
Alon Zakai
2013-10-25
fix int to float conversions to differentiate float from double
Alon Zakai
2013-10-25
fround on numerical constants, and fix some related parse issues
Alon Zakai
2013-10-25
use fround in asm initializers and coercions
Alon Zakai
2013-10-25
move to FROUND option for Math.fround
Alon Zakai
2013-10-18
avoid allocating huge lists for [BIGNUM x type] types
Alon Zakai
2013-10-18
fix simd math operations and improve test
Alon Zakai
2013-10-18
vector bitcasts
Alon Zakai
2013-10-18
support for vector types nested in others
Alon Zakai
2013-10-18
integrate the SIMD polyfill code
Alon Zakai
2013-10-18
basic support for uint32x4
Alon Zakai
2013-10-18
shufflevector
Alon Zakai
2013-10-18
insertelement
Alon Zakai
2013-10-18
vector load
Alon Zakai
2013-10-18
add basic float simd calls
Alon Zakai
2013-10-18
define vector literal type
Alon Zakai
2013-10-18
setup to do vector ops in processMathop
Alon Zakai
2013-10-18
use HEAPF32 for <4 x float>
Alon Zakai
2013-10-16
emit only tokens from tokenize, avoid allocating an object to wrap them
Alon Zakai
[next]