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
2013-04-17
Remove flags for disabling ms-compatibility.
Bruce Mitchener
2013-04-17
Use -target rather than -triple with clang.
Bruce Mitchener
2013-04-16
Merge pull request #1044 from imvu/embind_update
Alon Zakai
2013-04-16
Merge pull request #1038 from juj/fix_test_asm_pgo_windows
Alon Zakai
2013-04-16
Merge pull request #1054 from azmeuk/packager
Alon Zakai
2013-04-16
Fix newline typo in AUTHORS.
Jukka Jylänki
2013-04-16
Revert "Fix cxa_demangle compile errors". By feedback from azakai, we want to...
Jukka Jylänki
2013-04-16
* Added a warning to file_packager when an input file does not exist.
Éloi Rivard
2013-04-15
default memory initializer to off, and add testing coverage
Alon Zakai
2013-04-15
* Added --no-force argument.
Éloi Rivard
2013-04-14
update test_unistd_misc
Alon Zakai
2013-04-14
use compiled i64 div and rem
Alon Zakai
2013-04-14
use compiled compiler-rt code for i64 multiplication
Alon Zakai
2013-04-14
add option to move elements from post into before the asm block
Alon Zakai
2013-04-14
asmify ctlz/cttz
Alon Zakai
2013-04-14
add more i64Subtract testing
Alon Zakai
2013-04-14
add i64 testing
Alon Zakai
2013-04-14
add handwritten asm i64Subtract
Alon Zakai
2013-04-14
add compiler-rt files for 64-bit math
Alon Zakai
2013-04-14
remove i64Math_add
Alon Zakai
2013-04-13
remove unneeded i64Math.add import to asm
Alon Zakai
2013-04-13
fix overflow detection in i64 uadd, and add testcase
Alon Zakai
2013-04-13
find structural returns of >64 bits
Alon Zakai
2013-04-13
disable memory init file in benchmarks
Alon Zakai
2013-04-13
fix legalization of nonexistent call return values
Alon Zakai
2013-04-13
refactor option to use full js in configure, add EMCONFIGURE_JS option
Alon Zakai
2013-04-13
* Little improvements of file_packager.py
Éloi Rivard
2013-04-12
handle inline struct definitions (assuming zeroinit) in illegal insertvalue, ...
Alon Zakai
2013-04-12
coerce arguments to cxa_find_matching_catch; enable remaining asm.js exceptio...
Alon Zakai
2013-04-12
enable two more exceptions tests in asm.js
Alon Zakai
2013-04-12
fix __THREW__ initialization in asm.js invokes; test_exceptions now enabled a...
Alon Zakai
2013-04-12
asm-coerce arguments to invoke_*
Alon Zakai
2013-04-12
move exception resuming into a dedicated function
Alon Zakai
2013-04-12
fix forced calls through invoke_*
Alon Zakai
2013-04-12
avoid emitting non-asm code for cxa_find_matching_catch
Alon Zakai
2013-04-12
Update AUTHORS to refer to all people who contributed to embind.
Jukka Jylänki
2013-04-12
Revert "Bring back EMSCRIPTEN_KEEPALIVE" - instead directly use the __attribu...
Jukka Jylänki
2013-04-12
Allow instantiation of subclass wrappers with smart pointers.
Chad Austin
2013-04-12
Stop using cxa_demangle in embind.
Bruce Mitchener
2013-04-12
Use _embind_repr instead of IMVU.repr in embind.js, since IMVU.repr is not av...
Jukka Jylanki
2013-04-12
support overloaded index access
Chad Austin
2013-04-12
Add support for index access to value_tuple and value_struct
Chad Austin
2013-04-12
More code duplication cleanup on embind
Jukka Jylanki
2013-04-12
Remove code duplication on embind
Jukka Jylanki
2013-04-12
Cleaned up some code repetition in embind
Jukka Jylanki
2013-04-12
Add support for overloading class member functions and class static functions...
Jukka Jylanki
2013-04-12
refactoring
Chad Austin
2013-04-12
Allow value_tuple and value_struct to be registered as global constants. Thi...
Chad Austin
2013-04-12
Add support for global constants.
Chad Austin
2013-04-12
Add support for registering overloads of free functions based on argument count.
Jukka Jylanki
[next]