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
/
parseTools.js
Age
Commit message (
Expand
)
Author
2012-12-31
forward unindexable globals to asm
Alon Zakai
2012-12-31
fix parseInt64
Alon Zakai
2012-12-13
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-13
replace noticePtr hack with makeGlobalUse that detects use before indexing an...
Alon Zakai
2012-12-13
treat externals as globals in asm
Alon Zakai
2012-12-13
emit numeric constants for global variables, using our knowledge of the fixed...
Alon Zakai
2012-12-13
chunk very large array literals in global constants, to avoid 'array initiali...
Alon Zakai
2012-12-12
coerce to float in uitofp/sitofp in asm
Alon Zakai
2012-12-12
refactor makeRounding in asm
Alon Zakai
2012-12-12
support for Math.imul
Alon Zakai
2012-12-12
make explicit double multiplying of ints in int multiply
Alon Zakai
2012-12-10
simplify varargs to always have an explicit last parameter called varrp
Alon Zakai
2012-12-09
fix resume with legalized structurals
Alon Zakai
2012-12-07
emit asm coercions on returns
Alon Zakai
2012-12-07
asm glue for tempRet*
Alon Zakai
2012-12-07
properly count pointer sizes in structural types
Alon Zakai
2012-12-07
restore makeLLVMStruct in non-legalizing mode
Alon Zakai
2012-12-07
fix non-legalized structural returns and invokes
Alon Zakai
2012-12-07
legalize illegal parts of structural types
Alon Zakai
2012-12-07
standardize tempRet to start at 0
Alon Zakai
2012-12-07
legalize landingpad
Alon Zakai
2012-12-07
legalize loads and stores of entire structures
Alon Zakai
2012-12-07
start to legalize structural return values into one direct return plus the re...
Alon Zakai
2012-12-07
start to legalize structural types
Alon Zakai
2012-12-07
force-unroll in asm, to avoid creating non-asm-ey loops
Alon Zakai
2012-12-07
64-bit dynamic shifts in asm
Alon Zakai
2012-12-07
i64Math in asm
Alon Zakai
2012-12-07
expose tempDoublePtr to asm
Alon Zakai
2012-12-07
remove outdated comments
Alon Zakai
2012-12-07
add parens to asm coercions for safety
Alon Zakai
2012-12-07
fix asm initializers for int implemented
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
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 handwr...
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
put library signatures in separate storage instead of reusing libraryFunctions
Alon Zakai
2012-12-07
generate separate type-specific function tables
Alon Zakai
2012-12-07
properly implement uitofp/sitofp using our existing code for that; fixes #745
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
do global indexing up front
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
switch to all or nothing named globals, and add testing
Alon Zakai
2012-11-24
allow limited the amount of named globals
Alon Zakai
[next]