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
/
tools
Age
Commit message (
Collapse
)
Author
2013-02-04
optimize num >> num in js optimizer, necessary for asm now that we do not do ↵
Alon Zakai
shift optimization there
2013-02-02
eliminate into labels
Alon Zakai
2013-02-02
always use labels in multiple blocks; emit no more one-time loops but rather ↵
1.2.4
Alon Zakai
labeled ifs
2013-01-31
hide some warnings when not in debug mode; helps in #811
Alon Zakai
2013-01-26
use -fno-math-errno in native lib builds too
Alon Zakai
2013-01-25
improve benchmark infrastructure in preparation for zlib benchmark
Alon Zakai
2013-01-23
add final asm return of proper type, not always int
Alon Zakai
2013-01-19
support 0x[a-f] as well in +X to X.0 correction for asm
Alon Zakai
2013-01-19
support 0x... numbers in +X to X.0 correction for asm
Alon Zakai
2013-01-19
emit 5.0 instead of +5 in asm
Alon Zakai
2013-01-18
fix simplyExpressions bug with removing too many |0s
Alon Zakai
2013-01-16
js optimize debugging comment
Alon Zakai
2013-01-15
Merge pull request #780 from juj/no-ms-compatibility
Alon Zakai
Don't run Clang in MS compatibility mode on Windows (-fno-ms-compatibility).
2013-01-15
collect local vars in asm normalization from later defs, not just initials
Alon Zakai
2013-01-14
do not remove asm heap coercion in js optimizer when optimizing h8 & 255
Alon Zakai
2013-01-13
Don't run Clang in MS compatibility mode on Windows (-fno-ms-compatibility). ↵
Jukka Jylänki
Fixes #762. Thanks to d0k in #llvm for the helpful insight!
2013-01-12
emit 0.0 in asm double definitions
Alon Zakai
2013-01-12
refactor use of asm in js optimizer
Alon Zakai
2013-01-11
improve hasSideEffects in js optimizer a tiny bit
Alon Zakai
2013-01-09
rename dlmalloc to libc in cache, in preparation for adding further code there
1.2.3
Alon Zakai
2013-01-08
optimize |,& on constants
Alon Zakai
2013-01-08
make sure there is a final return in functions that return value in asm
Alon Zakai
2013-01-08
improve |0 removal in asm mode a little
Alon Zakai
2013-01-08
keep a coercion right on top of heap accesses in asm mode
Alon Zakai
2013-01-08
fix bug with lack of recursion in simplifyBitops
Alon Zakai
2013-01-07
fix asm relooper bug
1.2.2
Alon Zakai
2013-01-07
accept either 0.0 or +0 as double in asm coercion
Alon Zakai
2013-01-07
add asm.js mode to relooper, for label comparisons
1.2.1
Alon Zakai
2012-12-31
version 1.2, asm+unnamed globals+optimized >32bit returns
1.2.0
Alon Zakai
2012-12-31
Merge branch 'incoming' into asm_js
Alon Zakai
Conflicts: src/library_browser.js
2012-12-29
chunk very large embed-file
Alon Zakai
2012-12-25
fix autodebugger
Alon Zakai
2012-12-25
add x86-64 workaround to nativizer
Alon Zakai
2012-12-25
show python/java defaults only in debug mode
Alon Zakai
2012-12-25
invalidate calls in if bodies in eliminator
Alon Zakai
2012-12-25
add failing eliminator testcase
Alon Zakai
2012-12-25
add function calls and params to js autodebugger
Alon Zakai
2012-12-25
add heap writes to js debugger
Alon Zakai
2012-12-25
js autodebugger tool
Alon Zakai
2012-12-24
move llvm opt debug messages
Alon Zakai
2012-12-24
autodebugger fixes
Alon Zakai
2012-12-24
debugging tool tweaks
Alon Zakai
2012-12-23
clean up all temp files in js optimizer
Alon Zakai
2012-12-23
clean up temp files in js optimizer
Alon Zakai
2012-12-23
undef i386 and x86_64, not just with __'s
Alon Zakai
2012-12-21
merge incoming
Alon Zakai
2012-12-21
bump version
1.1.0
Alon Zakai
2012-12-21
make -fno-math-errno the default
Alon Zakai
2012-12-21
safely internalize in s_x_x tests too
Alon Zakai
2012-12-21
be careful with internalize in llvm LTO, and mark needed symbols for relooper
Alon Zakai
[next]