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-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
2012-02-01
fix tempDouble bug with not including it in all cases
Alon Zakai
2012-02-01
refactor build checks for standalone and unsafe opts
Alon Zakai
2012-01-31
fix usage of llvm opt level in emcc, and test_emcc fixes
Alon Zakai
2012-01-31
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-31
fix rusage struct def in library
Alon Zakai
2012-01-31
fix test_typeinfo
Alon Zakai
2012-01-31
remove metadata struct parsing
Alon Zakai
2012-01-31
do not rely on debug metadata (which can be lost in llvm unsafe opts) for str...
Alon Zakai
2012-01-31
unfolding in legalizer for load and store
Alon Zakai
2012-01-31
Merge pull request #201 from ehsan/test_poppler
pre-llvm-opts
Alon Zakai
2012-01-31
Merge pull request #200 from ehsan/openjpeg_test
Alon Zakai
2012-01-31
Merge pull request #198 from ehsan/import_shared_properly
Alon Zakai
2012-01-31
updated python build for automatic tests (now built with the bundled headers)
Alon Zakai
2012-01-31
Merge branch 'import_shared_properly' into test_poppler
Ehsan Akhgari
2012-01-31
Merge branch 'import_shared_properly' into openjpeg_test
Ehsan Akhgari
2012-01-31
Prevent the Settings object from pointing to two separate things
Ehsan Akhgari
2012-01-31
header fixes for building python from source
Alon Zakai
2012-01-31
Make test_poppler pass on Mac
Ehsan Akhgari
2012-01-30
Use the correct shared library name on Mac
Ehsan Akhgari
2012-01-30
save build_library logs in each project dir separately
Alon Zakai
2012-01-30
Make sure that sys/types.h defines old-style C sized types
Ehsan Akhgari
2012-01-30
support bitcasts of doubles to i64s in i64 mode 1
Alon Zakai
2012-01-30
Import shared.py properly
Ehsan Akhgari
2012-01-30
handle 32-bit bitcasts int <-> float properly
Alon Zakai
[next]