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
/
tests
Age
Commit message (
Expand
)
Author
2013-06-27
add option for -O3 style LTO without normal LLVM LTO, because java-nbody hits...
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-26
update tests
Alon Zakai
2013-06-26
update tests
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
Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps
Alon Zakai
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
Merge pull request #1317 from michaeljbishop/sdl-mixer-sound-leak
Alon Zakai
2013-06-22
Ensure original test environment is restored.
Jez Ng
2013-06-22
Merge remote-tracking branch 'upstream/incoming' into source-maps
Jez Ng
2013-06-22
update test
Alon Zakai
2013-06-22
fix -g2 and add testing
Alon Zakai
2013-06-22
-gLEVEL ; support varying degrees of debuggability
Alon Zakai
2013-06-22
Fix up the source map JS output 'reftest'.
Jez Ng
2013-06-22
Centralize debug options in a -gX flag.
Jez Ng
2013-06-22
Ensure JS output remains the same when making source maps.
Jez Ng
2013-06-22
Test that source mapping works with EMCC_DEBUG=2.
Jez Ng
2013-06-22
Improvements to test_html_source_map.
Jez Ng
2013-06-22
Make test_debug actually fail when things go wrong.
Jez Ng
2013-06-22
Fix line numbering for invoke instructions.
Jez Ng
2013-06-22
Source maps should only be activated via the `--map` flag.
Jez Ng
2013-06-21
Added test to make sure channel allocation failed when it
Michael J. Bishop
2013-06-20
remove unneeded argument handling in lua-scimark
Alon Zakai
2013-06-20
fix browser test harness
Alon Zakai
2013-06-19
hardcode arguments in benchmarks, even lua
Alon Zakai
2013-06-19
move lua binarytree args handling into lua script
Alon Zakai
2013-06-19
Implement source maps for optimized builds.
Jez Ng
2013-06-19
Move source mapping files into their own folder.
Jez Ng
2013-06-19
Add test for HTML source map generation.
Jez Ng
2013-06-19
Add test for source maps.
Jez Ng
2013-06-18
Favor explicit parameter passing over string manipulation.
Jez Ng
2013-06-18
Actually exit test runner when browser tests are done.
Jez Ng
2013-06-18
Make more tests use btest().
Jez Ng
2013-06-18
Merge pull request #1304 from int3/sdl
Alon Zakai
2013-06-18
Missed out making some tests portable.
Jez Ng
2013-06-18
Merge pull request #1307 from int3/node-version-update
Alon Zakai
2013-06-18
Update minimum node version.
Jez Ng
2013-06-18
disable new test_varargs in x86 (requires le32 now)
Alon Zakai
2013-06-18
Merge pull request #1301 from Manny-MADE/va_lists_fix
Alon Zakai
2013-06-18
add wip inlinejs2 test
Alon Zakai
2013-06-18
CHANGED: using spaces instead of tabs to match project codestyle
manny/MADE
2013-06-18
CHANGED: using spaces instead of tabs to match project codestyle
manny/MADE
2013-06-18
ADDED: test to ensure va_lists work properly when copied, reinitialized etc.
manny/MADE
2013-06-17
Make browser tests nicer to run.
Jez Ng
[next]