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-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
Merge branch 'incoming'
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
2013-06-25
add 'let' to reserved keywords for minifier
Alon Zakai
2013-06-25
fix crash in js optimizer loop variables pass on empty if blocks
Alon Zakai
2013-06-25
fix apply_configuration
Alon Zakai
2013-06-24
make emcc -v update debug settings, so that it saves temp files
Alon Zakai
2013-06-24
Merge pull request #1302 from Manny-MADE/glut_fixes
Alon Zakai
2013-06-24
Define timezone.
David Barksdale
2013-06-24
Define SA_RESTART.
David Barksdale
2013-06-24
Move initgroups outside of !_XOPEN_SOURCE.
David Barksdale
2013-06-24
Add some IPv6 stuff to netinet/in.h.
David Barksdale
2013-06-24
Fix prototypes for stat64, fstat64, lstat64.
David Barksdale
2013-06-24
Make AF_UNIX and AF_INET different.
David Barksdale
2013-06-24
Add IN6_IS_ADDR_* macros and other IPv6 stuff.
David Barksdale
2013-06-24
Get rid of stale comment.
Jez Ng
2013-06-24
Clean up emcc flag parsing + help message.
Jez Ng
2013-06-24
Optimize!
Jez Ng
2013-06-24
notice when a function call definitely does not have a return
Alon Zakai
2013-06-24
relocation pass for shared modules
Alon Zakai
2013-06-24
update test
Alon Zakai
[prev]
[next]