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
2013-01-18
coerce memset params
Alon Zakai
2013-01-17
avoid unnecessary strings in allocate() constants
Alon Zakai
2013-01-17
Merge pull request #778 from caiiiycuk/exception_catching_in_scope
Alon Zakai
2013-01-17
pack global constant allocations to save space, and allow typed array .set() ...
Alon Zakai
2013-01-17
Implement exceptions in whitelist
Aleksander Guryanov
2013-01-16
allow forcing asm mode in makeGetValue, to allow library functions to use asm...
Alon Zakai
2013-01-15
make sure to not emit bools in i64Math commands
Alon Zakai
2013-01-15
make bitshift64 use integer constants for the op
Alon Zakai
2013-01-15
ensure explicit floats in function call arguments and all coercions
Alon Zakai
2013-01-14
add |0 to ne, eq icmps
Alon Zakai
2013-01-14
make 64-bit comparisons avoid &&,||
Alon Zakai
2013-01-14
use tempBigInt properly in asm
Alon Zakai
2013-01-14
asm-coerce i64Math arguments
Alon Zakai
2013-01-14
asm coerce the outputs of heap reads for tempDouble
Alon Zakai
2013-01-14
refactor setting of tempDoublePtr to allow simple type coercion of value
Alon Zakai
2013-01-14
clear message when exception catching is disabled and an exception is thrown
Alon Zakai
2013-01-11
make asm i32 multiply use signed math
Alon Zakai
2013-01-11
correct sign when casting int to double in asm
Alon Zakai
2013-01-11
more tempDoublePtr refactoring
Alon Zakai
2013-01-11
make makeGetTempDouble asm-friendly
Alon Zakai
2013-01-11
refactor makeGetTempDouble
Alon Zakai
2013-01-11
fix asm multiply for both floats and ints
Alon Zakai
2013-01-11
perform asm multiply in getFastValue, so it is used everywhere it needs to be
Alon Zakai
2013-01-10
ensure that finalized float values are asm-coerced
Alon Zakai
2013-01-09
no point in sending alignment info to libc memcpy()
Alon Zakai
2013-01-09
fix asmEnsureFloat and asmInitializer
Alon Zakai
2013-01-08
fix asmCoercion for aggregate types
Alon Zakai
2013-01-07
do not asm coerce values of type void (e.g. functions that return nothing)
Alon Zakai
2013-01-07
ensure float literals are hinted as floats in asm
Alon Zakai
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
[next]