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 (
Collapse
)
Author
2013-01-13
add testcase with big switch for #781
Alon Zakai
2013-01-13
do not run js optimizer needlessly on 'last'
Alon Zakai
2013-01-13
workarounds for chrome bug 169705
Alon Zakai
2013-01-12
emit 0.0 in asm double definitions
Alon Zakai
2013-01-12
fix emcc calls to js optimizer
Alon Zakai
2013-01-12
refactor use of asm in js optimizer
Alon Zakai
2013-01-11
make asm i32 multiply use signed math
Alon Zakai
2013-01-11
correct sign when casting int to double in asm
Alon Zakai
2013-01-11
more tempDoublePtr refactoring
Alon Zakai
2013-01-11
make makeGetTempDouble asm-friendly
Alon Zakai
2013-01-11
refactor makeGetTempDouble
Alon Zakai
2013-01-11
improve hasSideEffects in js optimizer a tiny bit
Alon Zakai
2013-01-11
fix glVertex3f
Alon Zakai
2013-01-11
fix gl lib alias calling from js lib code
Alon Zakai
2013-01-11
fix connect(); cannot call from js lib code into a lib alias, must call the ↵
Alon Zakai
target
2013-01-11
fix test_emcc_caching
Alon Zakai
2013-01-11
stabilize test_firstrun
Alon Zakai
2013-01-11
fix test_safe_heap
Alon Zakai
2013-01-11
fix asm multiply for both floats and ints
Alon Zakai
2013-01-11
perform asm multiply in getFastValue, so it is used everywhere it needs to be
Alon Zakai
2013-01-10
ensure that finalized float values are asm-coerced
Alon Zakai
2013-01-10
remove duplicate floor import in asm
Alon Zakai
2013-01-10
auto-export some special functions if they are dependencies of a JS library ↵
Alon Zakai
element
2013-01-10
export memcpy in asm mode so non-asm library functions can use it
Alon Zakai
2013-01-10
add all math functions to asm
Alon Zakai
2013-01-10
add Math.abs to default asm imports
Alon Zakai
2013-01-10
disable memcpy-using tests in s_x_x, it requires emcc now
Alon Zakai
2013-01-10
properly name Math.* redirects in function table
Alon Zakai
2013-01-10
fix calling of functions library-redirected to Math.*
Alon Zakai
2013-01-10
restore basic malloc/free implementation
Alon Zakai
2013-01-10
do not emit values for redirected library idents, they would not be used anyhow
Alon Zakai
2013-01-10
remove unneeded malloc/free/etc. stuff from library.js
Alon Zakai
2013-01-10
call library aliases directly by their target name
Alon Zakai
2013-01-10
fix compiling of postrinsic memcpy when in forced c++ mode for the main file
Alon Zakai
2013-01-10
link in memcpy after opts and lto if it shows up only at that time
Alon Zakai
2013-01-09
no point in sending alignment info to libc memcpy()
Alon Zakai
2013-01-09
fix test_sizeof
Alon Zakai
2013-01-09
fix test_fasta
Alon Zakai
2013-01-09
make stub memcpy more functional, useful in some tests
Alon Zakai
2013-01-09
simplify test_lifetime
Alon Zakai
2013-01-09
use musl memcpy instead of out handwritten js one
Alon Zakai
2013-01-09
modernize lua .ll and simplify test to not need EMCC_KEEP_INPUTS_RAW which ↵
Alon Zakai
is hackish
2013-01-09
let test runner output processor handle stdout and err separately
Alon Zakai
2013-01-09
gitignore
Alon Zakai
2013-01-09
fix test_emcc_caching
Alon Zakai
2013-01-09
rename dlmalloc to libc in cache, in preparation for adding further code there
1.2.3
Alon Zakai
2013-01-09
mention asm.js'ing in benchmarks
Alon Zakai
2013-01-09
fix asmEnsureFloat and asmInitializer
Alon Zakai
2013-01-08
optimize |,& on constants
Alon Zakai
2013-01-08
make docs mention that bitcode is the default
Alon Zakai
[next]