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-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
2012-01-30
fix test_test_direct_string_constant_usage
Alon Zakai
2012-01-30
Merge pull request #197 from ehsan/sdl_initsubsystem
Alon Zakai
2012-01-30
Merge pull request #193 from FishingCactus/string_table2
Alon Zakai
2012-01-30
Merge pull request #192 from ehsan/em_config
Alon Zakai
2012-01-30
do not do -Ox or LTO when building a linkable module
Alon Zakai
2012-01-30
Stub implementation for SDL_InitSubSystem
Ehsan Akhgari
2012-01-29
split LLVM LTO into separate pass
Alon Zakai
2012-01-29
switch to -Ox from -std-compile-opts
Alon Zakai
2012-01-29
save raw and optimized bc in EMCC_DEBUG
Alon Zakai
2012-01-29
enable poppler in o1 and o2, and some test_emcc fixes
Alon Zakai
2012-01-29
legalization for and, or, xor
Alon Zakai
2012-01-29
fix eliminator bug with eliminating over loops
Alon Zakai
2012-01-29
Test string constant when passed as char(&)[] variable
julien.hamaide
2012-01-29
bisection bugfinding tool
Alon Zakai
2012-01-28
remove unneeded reminders
Alon Zakai
2012-01-28
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-28
fix eliminator bug with variable defs not counting as mutations (which we see...
Alon Zakai
2012-01-29
Fix string global name when use as a function parameter
julien.hamaide
2012-01-28
Merge pull request #191 from ehsan/glgears
Alon Zakai
2012-01-28
fix arbitrary int parsing bug
Alon Zakai
2012-01-28
Enable the EM_CONFIG environment variable to override ~/.emscripten
Ehsan Akhgari
2012-01-28
improve legalizer test and fix remaining pieces; test now passes
Alon Zakai
[next]