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
Age
Commit message (
Expand
)
Author
2010-10-21
demangler python script
alon@honor
2010-10-21
optimize flattener appearances
alon@honor
2010-10-21
gcc_demanger tool
alon@honor
2010-10-21
optimize away unneeded FLATTENER[0]; enable gcc_unmangler test
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
support for 'c' in printf
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-20
non-working gcc demangler test
alon@honor
2010-10-20
prep for bullet test
alon@honor
2010-10-20
optimize tokenizer
alon@honor
2010-10-20
getelementptr corner cases
alon@honor
2010-10-19
more fastcc
alon@honor
2010-10-19
fastcc
alon@honor
2010-10-19
partially handle the case of a variable in the middle of GEP indexings (and a...
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-18
optimizer intertyper triager
alon@honor
2010-10-17
optimize reintegrator
alon@honor
2010-10-17
more permissive stack analysis of initial allocations
alon@honor
2010-10-17
misc minor fixes
alon@honor
2010-10-17
version 0.4
alon@honor
2010-10-16
remove unneeded comma
alon@honor
2010-10-16
use quantum of 4 in benchmarks, to better simulate real-world conditions
alon@honor
2010-10-16
optimize raytrace demo
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
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
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-14
sanity checks for benchmarks
alon@honor
2010-10-14
remove unnecessary boolean ==> int conversions; fix uncovered bug; 20% speedup
alon@honor
2010-10-13
use tracemonkey in settings.py
alon@honor
2010-10-13
aggressively nativize variables; stop doing optimizations that are no longer ...
alon@honor
2010-10-12
use closure compiler in benchmarks; 13% speedup
alon@honor
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
typed arrays support; function __index__ing ; 36% speedup
alon@honor
[next]