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-02-06
optimize runtime-knowable appearances of Math.pow
Alon Zakai
2012-02-06
accept all mathops in inline llvm function calls
Alon Zakai
2012-02-06
Merge branch 'master' into incoming
Alon Zakai
2012-02-06
fix cmake typo
Alon Zakai
2012-02-06
Merge pull request #221 from ehsan/gles2_wip
Alon Zakai
2012-02-06
Merge pull request #220 from FishingCactus/or_in_store
Alon Zakai
2012-02-06
Merge pull request #219 from ehsan/mandatory_typed_arrays_2
Alon Zakai
2012-02-06
Implement the OpenGL ES 2.0 framebuffer functions
Ehsan Akhgari
2012-02-06
Implement some simple OpenGL ES 2.0 calls
Ehsan Akhgari
2012-02-06
Generate the body of some of the simple functions automatically
Ehsan Akhgari
2012-02-06
Or called within a store
julien.hamaide
2012-02-06
Use the more Pythonic syntax for substring matches
Ehsan Akhgari
2012-02-06
Disable WebGL if typed arrays are not being used.
Ehsan Akhgari
2012-02-05
fix bug with sscanf on negative floats
Alon Zakai
2012-02-05
update test_stat and test_statvfs
Alon Zakai
2012-02-05
adjust test_gep_overflow
Alon Zakai
2012-02-05
do ATINIT and ATEXIT in order
Alon Zakai
2012-02-05
add preRun and postRun hooks in Module, and tweak FS initialization
Alon Zakai
2012-02-05
auto-call FS.init only if not already initialized
Alon Zakai
2012-02-05
show warning if using emscripten.py directly
Alon Zakai
2012-02-05
fix potential bug with possibly not generating proper line numbers for legali...
Alon Zakai
2012-02-04
remove warning on relooper slowness - it is reasonably fast at this point
Alon Zakai
2012-02-04
assert on FS.init being only called once
Alon Zakai
2012-02-04
refactor out the 'assign' intertype, simplifying and optimizing the compiler
Alon Zakai
2012-02-03
stop gles test from rendering after a while, to not eat up CPU until it is ma...
Alon Zakai
2012-02-03
output pretty printed from closure, since we do whitespace compression later ...
Alon Zakai
2012-02-03
prevent warning from bindings generator output compilation
Alon Zakai
2012-02-03
Merge pull request #214 from ehsan/suffixes
Alon Zakai
2012-02-03
Add the so and dll suffixes as bitcode suffixes as well
Ehsan Akhgari
2012-02-03
simplify dfe prevention in bindings generator
Alon Zakai
2012-02-03
enable full optimizations with bindings generator
Alon Zakai
2012-02-03
Merge pull request #212 from ehsan/cmake_support_2
Alon Zakai
2012-02-02
Support CMake in emconfigure
Ehsan Akhgari
2012-02-02
optimize makeGet/SetValue to do 16-bit reads/writes when possible
Alon Zakai
2012-02-02
stubs for _l localized versions of strtol* functions
Alon Zakai
2012-02-02
fix xlocale.h header
Alon Zakai
2012-02-02
fix negative i64 comparisons
Alon Zakai
2012-02-02
accept empty bitcode files as valid bitcode files
Alon Zakai
2012-02-02
fix for handling of suffixes in emcc
Alon Zakai
2012-02-02
fix bug with using an implicit label in a phi more than once
Alon Zakai
2012-02-02
add .a and .dylib as suffixes assumed to be bitcode
Alon Zakai
2012-02-01
llvm inlining support (disabled by default; enabled in benchmarks)
Alon Zakai
2012-02-01
make it clear that some emcc messages are warnings
Alon Zakai
2012-02-01
use ta2 in benchmark suite
Alon Zakai
2012-02-01
use ',' to separate in makeSetValues inside function calls
Alon Zakai
2012-02-01
re-enable support for non-fixed i64 bitshifts
Alon Zakai
2012-02-01
fix test_poppler and test_iostream
llvm-opts
Alon Zakai
2012-02-01
update reminders
Alon Zakai
2012-02-01
use floats in fasta benchmark (which in ta1 we were essentially doing anyhow)
Alon Zakai
2012-02-01
fix fasta bug that shows up in clang
Alon Zakai
[next]