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
Age
Commit message (
Expand
)
Author
2013-06-28
Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming
1.5.3
Alon Zakai
2013-06-28
fixed comment typos
Anthony Pesch
2013-06-28
don't explicitly initialize uninitialized globals
Anthony Pesch
2013-06-27
Remove unused code and rebump version number.
Jez Ng
2013-06-27
disable test_zlib in s_0_x
Alon Zakai
2013-06-27
fix tests
Alon Zakai
2013-06-27
optimizer js optimizer a little
Alon Zakai
2013-06-27
Merge pull request #1332 from int3/use-distutils
Alon Zakai
2013-06-27
Merge pull request #1331 from int3/incoming
Alon Zakai
2013-06-27
Bump version number.
Jez Ng
2013-06-27
pass -s K=V values into test runner properly
Alon Zakai
2013-06-27
fix test_asm_pgo
Alon Zakai
2013-06-27
fix test_autodebug
Alon Zakai
2013-06-27
now that we serialize the settings in the test runner's call to emcc on sourc...
Alon Zakai
2013-06-27
improve sourcemapper comment
Alon Zakai
2013-06-27
fix argument passing to emcc on src-to-bitcode in test runner
Alon Zakai
2013-06-27
fix test_stack
Alon Zakai
2013-06-27
fix test_indirectbr
Alon Zakai
2013-06-27
fix test_openjpeg
Alon Zakai
2013-06-27
forward only -Ox to source compilation in test runner
Alon Zakai
2013-06-27
reduce debug output in test runner again
Alon Zakai
2013-06-27
add emcc args to source compilation step in test runner
Alon Zakai
2013-06-27
add option for -O3 style LTO without normal LLVM LTO, because java-nbody hits...
Alon Zakai
2013-06-27
always use lto in embind, workaround for a pointer issue
Alon Zakai
2013-06-27
do not collapse & inside a FUNCTION_TABLE call, we need the mask
Alon Zakai
2013-06-27
--llvm-lto 2 option
Alon Zakai
2013-06-27
commented-out line for benchmark debugging
Alon Zakai
2013-06-27
remove old comment
Alon Zakai
2013-06-27
Use distutils where possible.
Jez Ng
2013-06-27
Make DefaultTarget a local variable.
Jez Ng
2013-06-27
A little preprocessor trick.
Jez Ng
2013-06-27
Remove unused macro.
Jez Ng
2013-06-27
Add a 'contains' helper function.
Jez Ng
2013-06-26
fix bug when optimizing renamed input files in emcc
Alon Zakai
2013-06-26
update tests
Alon Zakai
2013-06-26
emit sanity file even in forced sanity checks, when it actually failed
Alon Zakai
2013-06-26
optimize libc and other libraries with -O2
Alon Zakai
2013-06-26
update tests
Alon Zakai
2013-06-26
Remove old code.
Jez Ng
2013-06-26
1.5.2
1.5.2
Alon Zakai
2013-06-26
make EMCC_OPTIMIZE_NORMALLY the default
Alon Zakai
2013-06-26
deprecate llvm opts in non-ta2 modes
Alon Zakai
2013-06-26
fix test_debug
Alon Zakai
2013-06-26
remove incorrect comment
Alon Zakai
2013-06-26
fix crash in asmLoopOptimizer
Alon Zakai
2013-06-26
Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps
Alon Zakai
2013-06-26
Reuse nodes where possible.
Jez Ng
2013-06-26
We can just compare for strings here.
Jez Ng
2013-06-26
Strict compare all the things!
Jez Ng
2013-06-26
Move line numbers to the AST node itself.
Jez Ng
[next]