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 (
Expand
)
Author
2013-02-28
disable v8 stack size increase because of windows instability; make it easy t...
Alon Zakai
2013-02-28
enlarge v8/node stack size, to avoid relooper stack overflows on huge projects
Alon Zakai
2013-02-28
test updates
Alon Zakai
2013-02-28
inline by default, now that lto is off by default
Alon Zakai
2013-02-27
Merge pull request #872 from juj/popen_print
Alon Zakai
2013-02-26
only put filenames with no space in response file
Vladimir Vukicevic
2013-02-26
add cache debugging
Vladimir Vukicevic
2013-02-26
clean up response file code
Alon Zakai
2013-02-26
Generate response file for llvm-link
Vladimir Vukicevic
2013-02-26
make DEBUG an int
Alon Zakai
2013-02-26
sort settings keys, to ensure the same order for debugging and jcache compari...
Alon Zakai
2013-02-26
do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne...
Alon Zakai
2013-02-26
save last cache clear time
Alon Zakai
2013-02-26
allow adjusting # of cpu cores to use with EMCC_CORES
Alon Zakai
2013-02-26
only check # of cores once in js optimizer
Alon Zakai
2013-02-26
more jcache logging in debug mode
Alon Zakai
2013-02-26
adjust cache sizes a little more and update tests
Alon Zakai
2013-02-26
adjust chunking sizes
Alon Zakai
2013-02-25
remove debug print
Alon Zakai
2013-02-25
remove llvm-nm/dis checks for bitcode in is_bitcode
Alon Zakai
2013-02-25
only do llvm-nm in linking if there is at least one ar file
Alon Zakai
2013-02-25
cache llvm-nm results
Alon Zakai
2013-02-25
Add additional error reporting to Popen failures on Windows to be able to pin...
Jukka Jylänki
2013-02-23
commented out debugging tip
Alon Zakai
2013-02-22
fix jsfuncchunking bug
Alon Zakai
2013-02-22
fix minor jcache bug and add assertions
Alon Zakai
2013-02-21
Merge pull request #859 from waywardmonkeys/cmdline-fixes
Alon Zakai
2013-02-21
hide verbose file packager output
Alon Zakai
2013-02-20
Provide error message on invalid command to emmake.
Bruce Mitchener
2013-02-18
run closure in -O3, it makes sense there with the other unsafe optimizations
Alon Zakai
2013-02-17
fix registerize bug on functions with arguments but no locals
Alon Zakai
2013-02-08
do not disable corrections/roundings/overflows in -O3
Alon Zakai
2013-02-04
optimize num >> num in js optimizer, necessary for asm now that we do not do ...
Alon Zakai
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
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
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
2013-01-12
emit 0.0 in asm double definitions
Alon Zakai
2013-01-12
refactor use of asm in js optimizer
Alon Zakai
[next]