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
2011-12-02
fixes for recent regressions in mathop stuff, and optimization for parseNumer...
Alon Zakai
2011-12-02
parsing optimization in isStructType
Alon Zakai
2011-12-02
more strict mode fixes
Alon Zakai
2011-12-01
code cleanup, do not do heavy operations in parameters to print or assert
Alon Zakai
2011-11-30
refactor compiler to allow future batching of types and globals. move postset...
Alon Zakai
2011-11-29
fix makeReintegrator bug
Alon Zakai
2011-11-28
fix for test_closure_compiler with spidermonkey as compiler engine
Alon Zakai
2011-11-27
fix for i64 mode 1 conversion of double to i64
Alon Zakai
2011-11-27
fix test_emscripten_api
Alon Zakai
2011-11-26
fixes for 64-bit values in globals in i64 mode 1
Alon Zakai
2011-11-26
optimize overflow correction for 32 bits
Alon Zakai
2011-11-26
inline calculations for sign/unsigning of >32 bits
Alon Zakai
2011-11-26
optimize resigning of <32 bit ints
Alon Zakai
2011-11-26
clean up signing code
Alon Zakai
2011-11-25
fix for passing structs by value, and warning for unfixable case of passing s...
Alon Zakai
2011-11-25
fix varargs calls in function pointers
Alon Zakai
2011-11-24
optimize tempInt and tempBigInt's with makeInlineCalculation
Alon Zakai
2011-11-24
rewrite makeRounding to fix a bug
Alon Zakai
2011-11-21
fix i64 comparison bug, and various test fixes
Alon Zakai
2011-11-19
fix for phis from invoke
Alon Zakai
2011-11-18
cleverer dependency resolving in phis
Alon Zakai
2011-11-18
phi progress, almost all unoptimized tests pass
Alon Zakai
2011-11-17
proper support for sext of i64s in i64 mode 1
Alon Zakai
2011-11-17
refactor PGO code
Alon Zakai
2011-11-16
initial support for unaligned reads/writes in t2
Alon Zakai
2011-11-13
warnOnce
Alon Zakai
2011-11-13
simplify typed array code, support for .set() on typed arrays, and remove opt...
Alon Zakai
2011-11-11
fix i64 extension bug not being done
Alon Zakai
2011-11-11
roundy math ops (add etc.) in i64=1
Alon Zakai
2011-11-10
fix for i64 subtract in parsei64
Alon Zakai
2011-11-10
fix for test_parseInt
Alon Zakai
2011-11-10
fix for GEP indexes being i64
Alon Zakai
2011-11-10
i64 fix for printing the very largest values
Alon Zakai
2011-11-10
cleanup and fixes for i64
Alon Zakai
2011-11-10
i64 fixes and tests
Alon Zakai
2011-11-10
fixes; i64 passes
Alon Zakai
2011-11-10
i64 fixes, first part of test_i64 passes
Alon Zakai
2011-11-09
initial work on i64 mathops
Alon Zakai
2011-11-09
initial work on i64
Alon Zakai
2011-11-04
remove $ from inline temp vars
Alon Zakai
2011-11-04
USE_FHEAP option
Alon Zakai
2011-11-04
optimize ta1 memcpy, and use ta1 in raytrace benchmark
Alon Zakai
2011-11-03
use bit shifts in multiplications where possible
Alon Zakai
2011-11-03
refactor getFastValue
Alon Zakai
2011-11-03
getFastValue|s|
Alon Zakai
2011-11-02
optimize getFastValue and getHeapOffset
Alon Zakai
2011-10-22
fix EMSCRIPTEN_COMMENT
Alon Zakai
2011-10-16
inline specific library functions for speed
Alon Zakai
2011-10-12
handle LLVM structures in phi
Alon Zakai
2011-09-24
emscripten.py option to expose header #defines to library. fixes fcntl
Alon Zakai
[next]