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
/
jsifier.js
Age
Commit message (
Collapse
)
Author
2010-10-31
remove getters from global vars
alon@honor
2010-10-27
modularize generated code
alon@honor
2010-10-26
proper blockIds, fixes relooper bug
alon@honor
2010-10-25
fix bug with type of |select|
alon@honor
2010-10-24
progress on cleaning up Runtime
alon@honor
2010-10-24
add nonvirtual part to polymorph test; fails in clang
alon@honor
2010-10-23
better LABEL_DEBUG
alon@honor
2010-10-23
fix for invoke function calls not using function table
alon@honor
2010-10-23
handle llvm functions in ret
alon@honor
2010-10-23
fix in exception handling
alon@honor
2010-10-23
fix for phi-in-phi, and fix uncovered bug with llvm function calls inside phi
alon@honor
2010-10-23
optimize out unneeded item[0]
alon@honor
2010-10-21
fixes in parseConst; move getFunctionIndex into Runtime; test for global ↵
alon@honor
function pointers
2010-10-21
expose ___SIZE of structs
alon@honor
2010-10-21
optimize flattener appearances
alon@honor
2010-10-21
optimize away unneeded FLATTENER[0]; enable gcc_unmangler test
alon@honor
2010-10-21
support phi with >2 params
alon@honor
2010-10-20
dynamic stack allocation support; demangler test closer to passing
alon@honor
2010-10-20
getelementptr corner cases
alon@honor
2010-10-19
partially handle the case of a variable in the middle of GEP indexings (and ↵
alon@honor
assert if cannot handle)
2010-10-16
further optimize stolen branchings
alon@honor
2010-10-16
steal branch2s into multiples; 1% speedup
alon@honor
2010-10-16
tweak loop optimizer
alon@honor
2010-10-16
optimize out unneeded loops in |multiple| blocks
alon@honor
2010-10-16
remove unneeded BREAKs
alon@honor
2010-10-16
optimize stack winding with local var; 5% speedup
alon@honor
2010-10-15
avoid redirection for math funcs
alon@honor
2010-10-15
do not wind/unwind stacks if initial stack size is 0; 20% speedup
alon@honor
2010-10-15
recurse blocks in loop optimizer; 1% speedup
alon@honor
2010-10-15
BNOPP in some simple emulated blocks; 1% speedup
alon@honor
2010-10-14
remove unnecessary boolean ==> int conversions; fix uncovered bug; 20% speedup
alon@honor
2010-10-13
aggressively nativize variables; stop doing optimizations that are no longer ↵
alon@honor
needed; fix some uncovered bugs; 49% speedup
2010-10-11
clean up relooper label storage
alon@honor
2010-10-11
increment stack all at once; 2% speedup
alon@honor
2010-10-10
typed arrays support; function __index__ing ; 36% speedup
alon@honor
2010-10-10
clean up flattener code and remove unneeded flattener definitions; 3% speedup
alon@honor
2010-10-09
pass types to makeGetValue/makeSetValue
alon@honor
2010-10-09
cleanup: remove need for .text in item.type
alon@honor
2010-10-09
optimize away 1's and 0's in getelementptr; 1% speedup
alon@honor
2010-10-08
fix bug with last commit, and better GUARD_MEMORY option
alon@honor
2010-10-08
initial support for |extractvalue|
alon@honor
2010-10-07
begin work to adapt to llvm 2.8 | TESTS BROKEN
alon@honor
2010-10-06
inline stack allocations
alon@honor
2010-10-06
Runtime system, and inlining of stackEnter/Exit
alon@honor
2010-10-04
GUARD_LABELS option + further cleanup
alon@honor
2010-10-04
initial working version of 'multiple' block in relooper
alon@honor
2010-10-03
proper indentation of generated code
alon@honor
2010-10-03
minor relooper fixes
alon@honor
2010-10-03
cleanup + test both optimized and non-optimized
alon@honor
2010-10-02
add missing branch detection of default in switch. all reloop but sauer, ↵
alon@honor
dlmalloc/clang
[prev]
[next]