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
/
long.js
Age
Commit message (
Expand
)
Author
2013-04-14
use compiled i64 div and rem
Alon Zakai
2013-04-14
use compiled compiler-rt code for i64 multiplication
Alon Zakai
2013-04-14
add handwritten asm i64Subtract
Alon Zakai
2013-03-12
infrastructure for implementing i64 math in asm.js, and implement i64Add and ...
Alon Zakai
2013-03-07
Implement llabs().
Bruce Mitchener
2012-12-31
fix parseInt64
Alon Zakai
2012-12-31
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-30
fix i64 precise modulo
Alon Zakai
2012-12-30
update bignum code with bugfix from upstream, and add i64Math code to parse
Alon Zakai
2012-12-07
i64Math in asm
Alon Zakai
2012-11-05
add proper indentation in long.js to not confuse js optimizer splitter
Alon Zakai
2012-04-01
proper precise unsigned i64 modulo, and passing tests for i64 division and mo...
Alon Zakai
2012-04-01
refactor bignum division
Alon Zakai
2012-04-01
use bignum for unsigned i64 precise division
Alon Zakai
2012-04-01
add link to jsbn website
Alon Zakai
2012-04-01
add jsbn bignum library, fixes printing of unsigned precise i64s
Alon Zakai
2012-04-01
work towards unsigned precise i64s: add, subtract and multiply work but divid...
Alon Zakai
2012-04-01
support for precise i64 signed math
Alon Zakai
2012-04-01
add closure compiler long/i64 library
Alon Zakai