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
path:
root
/
src
/
settings.js
Age
Commit message (
Collapse
)
Author
2011-10-06
bundle latest cDefines
Alon Zakai
2011-10-02
fix math.h
Alon Zakai
2011-09-25
add some defines to fcntl
Alon Zakai
2011-09-25
fix stdin/out/err for newlib; fixes files
Alon Zakai
2011-09-24
emscripten.py option to expose header #defines to library. fixes fcntl
Alon Zakai
2011-09-24
improve option to disable exception catching; fixes ammo speed regression
Alon Zakai
2011-09-18
profiling option
Alon Zakai
2011-09-02
LIBRARY_DEBUG option
Alon Zakai
2011-09-02
some metadata and label fixes
Alon Zakai
2011-09-01
fix bugs with parsing anonymous structure types
Alon Zakai
2011-08-31
initial work to support resume, landingpad and insertvalue
Alon Zakai
2011-08-29
make FAST_MEMORY and TOTAL_MEMORY easier to use; fix slowdown in dlmalloc ↵
Alon Zakai
benchmark
2011-08-28
FAKE_X86_FP80 option ; generalize bitcast ; minor toNiceIdent fix
Alon Zakai
2011-08-14
DISABLE_EXCEPTIONS option
Alon Zakai
2011-07-15
option to provide type info at run time
Alon Zakai
2011-07-03
comments
Alon Zakai
2011-06-26
Added support for including the whole library.
max99x
2011-06-25
Style cleanup for the previous commit.
max99x
2011-06-25
Added basic support for dynamic module loading.
max99x
2011-06-25
Added support for exporting (non-function) global variables.
max99x
2011-06-05
fix alignment issues with USE_TYPED_ARRAYS == 2
Alon Zakai
2011-06-03
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
Alon Zakai
2011-05-27
option to not use FHEAP at all, with USE_TYPED_ARRAY_FHEAP=0
Alon Zakai
2011-05-26
improve CHECK_* options, add initial version of AUTO_OPTIMIZE
Alon Zakai
2011-05-25
allow 2 and 3 in SAFE_HEAP and CHECK_* options. 2 is only these, 3 is all ↵
Alon Zakai
but these
2011-05-22
note on CORRECT_OVERFLOWS
Alon Zakai
2011-05-19
SKIP_STACK_IN_SMALL option
Alon Zakai
2011-04-21
line-specific exceptions to SAFE_HEAP
Alon Zakai
2011-04-18
refactor assertions and parsing code
Alon Zakai
2011-03-21
optimize FUNCTION_POINTER and exporting
Alon Zakai
2011-03-04
integer rounding fixes and CORRECT_ROUNDINGS option
Alon Zakai
2011-02-27
openjpeg test
Alon Zakai
2011-02-19
line-specific CORRECT_OVERFLOWS and CORRECT_SIGNS
Alon Zakai
2011-02-13
tweak sign and overflow checks
Alon Zakai
2011-01-27
reSign parallel to unSign to fix rare signing issues; CHECK_SIGNS option
Alon Zakai
2011-01-17
handle odd llvm with branches in the middle of labels; all tests pass
Alon Zakai
2011-01-11
make memory initialization optional, and default to initializing the stack only
Alon Zakai
2011-01-01
CORRECT_OVERFLOWS option; strengthening of various tests, and fixes a bug in ↵
Alon Zakai
python with typed arrays
2010-12-31
allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add ↵
Alon Zakai
SAFE_HEAP_LOG option
2010-12-19
CHECK_OVERFLOWS option
Alon Zakai
2010-12-15
clean up enzymatic ==> framework
Alon Zakai
--HG-- rename : src/enzymatic.js => src/framework.js
2010-12-15
misc fixes and improvements - thanks go to tuba
Alon Zakai
2010-11-20
minimal C++ exceptions support
Alon Zakai
2010-11-18
fix parsing of |noalias| in function calls, minor fix to |getelementptr| ↵
Alon Zakai
type discovery error
2010-11-14
optimize Pointer_make
Alon Zakai
2010-11-14
handle all llvm functions in |store|
Alon Zakai
2010-11-14
parse each function in a separate pass, to save RAM
Alon Zakai
2010-10-20
prep for bullet test
alon@honor
2010-10-18
fix bug with size of small structures, and parsing them
alon@honor
2010-10-15
BNOPP in some simple emulated blocks; 1% speedup
alon@honor
[next]