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
/
analyzer.js
Age
Commit message (
Collapse
)
Author
2010-11-02
support for struct/aggregate values in load&store; all tests pass
alon@honor
2010-10-26
proper blockIds, fixes relooper bug
alon@honor
2010-10-24
progress on cleaning up Runtime
alon@honor
2010-10-23
small simplification for variable analyzer
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
gettimeofday(), and more stuff in Runtime
alon@honor
2010-10-21
properly analyze [0 x ...] types (used only for indexing)
alon@honor
2010-10-21
support phi with >2 params
alon@honor
2010-10-21
tweak stack allocation optimization
alon@honor
2010-10-20
dynamic stack allocation support; demangler test closer to passing
alon@honor
2010-10-19
cleanup structure packing calculation
alon@honor
2010-10-19
cleanup discovery of block types
alon@honor
2010-10-18
minor fixes and cleanups
alon@honor
2010-10-18
fix bug with size of small structures, and parsing them
alon@honor
2010-10-17
optimize reintegrator
alon@honor
2010-10-17
more permissive stack analysis of initial allocations
alon@honor
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-16
optimize out unneeded BCONTs
alon@honor
2010-10-16
rewrite BNOPP optimizer
alon@honor
2010-10-15
do not wind/unwind stacks if initial stack size is 0; 20% speedup
alon@honor
2010-10-15
loop optimizer cleanup
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-13
aggressively nativize variables; stop doing optimizations that are no longer ↵
alon@honor
needed; fix some uncovered bugs; 49% speedup
2010-10-12
comment
alon@honor
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
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
fix memory alignment/padding of structures | TESTS FIXED
alon@honor
2010-10-08
add entry labels only when necessary | all tests pass but fasta on clang
alon@honor
2010-10-05
fix relooper bug with not noticing other entries as invalidating; now loops ↵
alon@honor
are only created when truly needed
2010-10-05
version 0.3
alon@honor
2010-10-04
temporary hackish removal of unneeded breaks outside of complex emulated blocks
alon@honor
2010-10-04
GUARD_LABELS option + further cleanup
alon@honor
2010-10-04
clean up relooper
alon@honor
2010-10-04
initial working version of 'multiple' block in relooper
alon@honor
2010-10-03
cleanup fallback when no RELOOP
alon@honor
2010-10-03
reloop blocks with multiple entries
alon@honor
2010-10-03
minor relooper fixes
alon@honor
2010-10-03
clean up relooper
alon@honor
2010-10-03
cleanup + test both optimized and non-optimized
alon@honor
2010-10-02
add missing branch detection of assign&invoke. all tests pass with relooping
alon@honor
[prev]
[next]