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
fix asm coercions on function params
Alon Zakai
2012-12-07
set asm function table sizes to power of two, and add proper masking
Alon Zakai
2012-12-07
asm coercions on function parameters
Alon Zakai
2012-12-07
emit asm coercions on returns
Alon Zakai
2012-12-07
don't prevent closure inlining in asm, we don't run asm anyhow
Alon Zakai
2012-12-07
forward clearing of __THREW__ to asm
Alon Zakai
2012-12-07
fix i64 overflow math 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
properly legalize invoke output
Alon Zakai
2012-12-07
properly legalize return
Alon Zakai
2012-12-07
properly decide when to legalize a call return value
Alon Zakai
2012-12-07
standardize tempRet to start at 0
Alon Zakai
2012-12-07
generalize handling of zeroinitializer and undef in legalizer code
Alon Zakai
2012-12-07
legalize landingpad
Alon Zakai
2012-12-07
legalize insertvalue
Alon Zakai
2012-12-07
properly legalize storing an entire structure literal
Alon Zakai
2012-12-07
legalize loads and stores of entire structures
Alon Zakai
2012-12-07
do not legalize landingpad, for now
Alon Zakai
2012-12-07
legalize select structurals
Alon Zakai
2012-12-07
fix _parseInt return value
Alon Zakai
2012-12-07
fix bug when we legalize call params and assume return value is also in need ↵
Alon Zakai
of legalization
2012-12-07
start to legalize structural return values into one direct return plus the ↵
Alon Zakai
rest in globals
2012-12-07
start to legalize structural types
Alon Zakai
2012-12-07
write tempParam in asm format
Alon Zakai
2012-12-07
emit phis properly for asm
Alon Zakai
2012-12-07
force-unroll in asm, to avoid creating non-asm-ey loops
Alon Zakai
2012-12-07
chunk asm var declarations, and handle i64s
Alon Zakai
2012-12-07
shorten temp var name
Alon Zakai
2012-12-07
allocate __tm_* globally/statically
Alon Zakai
2012-12-07
allocate impure_ptr globally
Alon Zakai
2012-12-07
fix return type detection in dynamic calls
Alon Zakai
2012-12-07
update environ code to use globals properly
Alon Zakai
2012-12-07
allocate timezone info early so they are constants, like normal llvm globals
Alon Zakai
2012-12-07
emit proper stackbase in asm
Alon Zakai
2012-12-07
fix getFuncWrapper
Alon Zakai
2012-12-07
take into account legalization of i64s into i32s in function signatures
Alon Zakai
2012-12-07
64-bit dynamic shifts in asm
Alon Zakai
2012-12-07
i64Math in asm
Alon Zakai
2012-12-07
fix qsort
Alon Zakai
2012-12-07
dynCall assertions
Alon Zakai
2012-12-07
dynCall
Alon Zakai
2012-12-07
freelocale stub
Alon Zakai
2012-12-07
TTF_CloseFont
Alon Zakai
2012-12-07
pthread_cond stuff
Alon Zakai
2012-12-07
expose redirected library idents to asm
Alon Zakai
2012-12-07
expose tempDoublePtr to asm
Alon Zakai
[next]