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
2012-03-06
Merge pull request #294 from LCID-Fire/error_fix
Alon Zakai
2012-03-06
ignore fence llvm items
Alon Zakai
2012-03-05
handle signedness properly in 64-bit div, mul, rem
Alon Zakai
2012-03-05
do not rely on browser timezone info, it is very unpredictable
Alon Zakai
2012-03-05
fix i64 comparisons
Alon Zakai
2012-03-05
Merge branch 'master' into incoming
Alon Zakai
2012-03-05
properly handle html-unfriendly print() output
Alon Zakai
2012-03-05
Merge pull request #290 from LCID-Fire/scons
Alon Zakai
2012-03-05
Remove unnecessary accessing of stdout
LCID Fire
2012-03-04
make string constant comments safe for inclusion in html
Alon Zakai
2012-03-03
add noExitRuntime option
Alon Zakai
2012-03-03
Add Tool support for SCons
LCID Fire
2012-03-03
.o .bc comment
Alon Zakai
2012-03-02
comment
Alon Zakai
2012-03-02
minify label ids to numbers early in the analysis
Alon Zakai
2012-03-01
emit smaller labels for loops
Alon Zakai
2012-03-01
don't run optimizeShiftsAggressive without relooping, since it assumes non-sw...
Alon Zakai
2012-03-01
clean up optimizeShiftsAggressive a little
Alon Zakai
2012-03-01
remove old debugging line
Alon Zakai
2012-03-01
Catch and log the errors when calling Processes because users don't get any c...
LCID Fire
2012-02-29
optimize alignMemoryPage
Alon Zakai
2012-02-29
fix i64 invoke args, and parsing of very large i64 (and other illegal) constants
Alon Zakai
2012-02-29
better fix for leaked globals
Alon Zakai
2012-02-29
do not pollute global scope except for node (where we must)
Alon Zakai
2012-02-29
prevent 3965src etc. from leaking to global scope
Alon Zakai
2012-02-28
handle invoke that returns i64
Alon Zakai
2012-02-27
EMCC_CFLAGS support
Alon Zakai
2012-02-27
properly handle illegal phi literals
Alon Zakai
2012-02-27
emcc fix
Alon Zakai
2012-02-27
legalize switch i64
Alon Zakai
2012-02-27
improve legalizer test
Alon Zakai
2012-02-26
--pre-js and --post-js options
Alon Zakai
2012-02-26
remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there
Alon Zakai
2012-02-26
do not use -std-compile-opts, which is not really meant to be used
Alon Zakai
2012-02-26
emcc help
Alon Zakai
2012-02-25
support more mathops in legalizer
Alon Zakai
2012-02-25
fix paramTypes
Alon Zakai
2012-02-25
refactor out paramX in mathops
Alon Zakai
2012-02-25
do not erase the cache in the test runner (only do it in sanity checks)
Alon Zakai
2012-02-24
--ignore-dynamic-linking option in emcc
Alon Zakai
2012-02-24
--embed-file option in emcc
Alon Zakai
2012-02-23
make_minigzip.py
Alon Zakai
2012-02-23
hello_function.cpp example
Alon Zakai
2012-02-23
add unwind.h
Alon Zakai
2012-02-23
ccall/cwrap docs
Alon Zakai
2012-02-23
support -L/-l syntax in emcc
Alon Zakai
2012-02-23
do not break on \r\n on windows
Alon Zakai
2012-02-23
cwrap (like ccall, but returns a wrapper function)
Alon Zakai
2012-02-22
fix typed exceptions for o1 and above
Alon Zakai
2012-02-22
misc library fixes for libcxxabi+test_typed_exceptions
Alon Zakai
[next]