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
Age
Commit message (
Collapse
)
Author
2012-12-07
always emit function table in non-asm mode
Alon Zakai
2012-12-07
add parens to asm coercions for safety
Alon Zakai
2012-12-07
add type to atomic
Alon Zakai
2012-12-07
make stack operations asm-friendly
Alon Zakai
2012-12-07
fix asm initializers for int implemented
Alon Zakai
2012-12-07
move label definition and add initial value
Alon Zakai
2012-12-07
define local vars asm.js style
Alon Zakai
2012-12-07
asm.js function parameter preamble
Alon Zakai
2012-12-07
remove text from overly-verbose assertions
Alon Zakai
2012-12-07
explicit asm.js float-to-int conversion
Alon Zakai
2012-12-07
only do asm.js heap corrections/guards in funcs phase, to not confused ↵
Alon Zakai
handwritten library code
2012-12-07
default heap to 16MB, and make sure asm.js heaps are power-of-two
Alon Zakai
2012-12-07
guard against heap read values in asm.js
Alon Zakai
2012-12-07
asm.js memory masking
Alon Zakai
2012-12-07
export function tables
Alon Zakai
2012-12-07
clean up function table generating code
Alon Zakai
2012-12-07
move asm.js function tables into asm
Alon Zakai
2012-12-07
put library signatures in separate storage instead of reusing libraryFunctions
Alon Zakai
2012-12-07
only use typed function tables in asm_js mode
Alon Zakai
2012-12-07
always forward library functions
Alon Zakai
2012-12-07
ignore varargs in getSignature
Alon Zakai
2012-12-07
function table fixes
Alon Zakai
2012-12-07
do not allow memory growth in asm.js
Alon Zakai
2012-12-07
generate separate type-specific function tables
Alon Zakai
2012-12-07
fix merge error
Alon Zakai
2012-12-07
add asm imports and exports, hello world works
Alon Zakai
2012-12-07
export implementedFunctions when necessary for asm.js
Alon Zakai
2012-12-07
work towards exports
Alon Zakai
2012-12-07
remove irrelevant code from asm module
Alon Zakai
2012-12-07
set up asm.js 'module'
Alon Zakai
2012-12-07
properly implement uitofp/sitofp using our existing code for that; fixes #745
Alon Zakai
2012-11-28
fix sprintf
Alon Zakai
2012-11-27
avoid overhead in named globals builds
Alon Zakai
2012-11-27
do not index globals referred to by name in library
Alon Zakai
2012-11-27
llvm global ctors is not indexable
Alon Zakai
2012-11-27
fix global indexing bugs
Alon Zakai
2012-11-27
fix alias precheck
Alon Zakai
2012-11-27
do global indexing up front
Alon Zakai
2012-11-27
fix vtable null termination with indexed globals
Alon Zakai
2012-11-27
do not globalIndex externals
Alon Zakai
2012-11-27
correct indexed globals in structured constants
Alon Zakai
2012-11-27
external globals and not indexable
Alon Zakai
2012-11-27
fix assignment to indexed global
Alon Zakai
2012-11-27
always use names for aliases
Alon Zakai
2012-11-27
notice type of aliases when no named globals
Alon Zakai
2012-11-27
switch to all or nothing named globals, and add testing
Alon Zakai
2012-11-27
fix NUM_NAMED_GLOBALS bug with global postsets and add test coverage
Alon Zakai
2012-11-24
allow limited the amount of named globals
Alon Zakai
2012-11-24
remove STRING_TABLE in preparation for better system to reduce # of globals
Alon Zakai
2012-11-24
fix snprintf on output size 0
Alon Zakai
[next]