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
2011-11-30
refactor compiler to allow future batching of types and globals. move postset...
Alon Zakai
2011-11-29
refactor parseFunctions ==> sidePass
Alon Zakai
2011-11-29
refactor unparsedFunctions a tiny bit
Alon Zakai
2011-11-29
more memory debugging stuff, and a disabled option to throttle the framework ...
Alon Zakai
2011-11-29
fix makeReintegrator bug
Alon Zakai
2011-11-29
discard almost all .tokens when intertyper ends, to save memory (all except f...
Alon Zakai
2011-11-29
add space to AUTHORS
Alon Zakai
2011-11-29
more memory debugging tools and minor optimizations
Alon Zakai
2011-11-28
support for nested objects in library objects, including functions
Alon Zakai
2011-11-28
fix test_lua by supporting lines beginning with ; inside functions
Alon Zakai
2011-11-28
allow more GCing inside our big compiler loops
Alon Zakai
2011-11-28
fix test_cases (2)
Alon Zakai
2011-11-28
fix test_cases
Alon Zakai
2011-11-28
partial fix for breakinthemiddle in test_cases
Alon Zakai
2011-11-28
fix for test_closure_compiler with spidermonkey as compiler engine
Alon Zakai
2011-11-28
memory debugging code, and some minor optimizations from it
Alon Zakai
2011-11-27
Merge pull request #128 from bemasc/master
Alon Zakai
2011-11-27
When I64_MODE==1, split each global constant int64 at compile time.
Benjamin M. Schwartz
2011-11-27
move printing of type info to right position
Alon Zakai
2011-11-27
tiny fix for needAnalysis being a dictionary
Alon Zakai
2011-11-27
do not save function JS in memory, print it out and forget it to save memory ...
Alon Zakai
2011-11-27
fix for i64 mode 1 conversion of double to i64
Alon Zakai
2011-11-27
improve benchmark output
Alon Zakai
2011-11-27
refactor finalCombiner
Alon Zakai
2011-11-27
do not recompile just for dfe in test runner
Alon Zakai
2011-11-27
fix test_emscripten_api
Alon Zakai
2011-11-26
imporve i64 test
Alon Zakai
2011-11-26
fixes for 64-bit values in globals in i64 mode 1
Alon Zakai
2011-11-26
TODO for js optimizer
Alon Zakai
2011-11-26
refactor a js optimizer pass
Alon Zakai
2011-11-26
optimize overflow correction for 32 bits
Alon Zakai
2011-11-26
inline calculations for sign/unsigning of >32 bits
Alon Zakai
2011-11-26
optimize resigning of <32 bit ints
Alon Zakai
2011-11-26
clean up signing code
Alon Zakai
2011-11-26
add i16 to corrections benchmark
Alon Zakai
2011-11-26
comment on byval
Alon Zakai
2011-11-25
fix for passing structs by value, and warning for unfixable case of passing s...
Alon Zakai
2011-11-25
fix varargs calls in function pointers
Alon Zakai
2011-11-25
strengthen (failing) mix_c_cpp test
Alon Zakai
2011-11-25
add two failing tests for issue 123
Alon Zakai
2011-11-24
optimize tempInt and tempBigInt's with makeInlineCalculation
Alon Zakai
2011-11-24
add floating-point stuff to benchmark_corrections
Alon Zakai
2011-11-24
rewrite makeRounding to fix a bug
Alon Zakai
2011-11-24
rename stuff in corrections benchmark
Alon Zakai
2011-11-24
add benchmark for corrections
Alon Zakai
2011-11-23
replace compiler tricks for one-time loop removal and label removal with a pr...
Alon Zakai
2011-11-23
remove all unneeded loop labels
Alon Zakai
2011-11-23
optimize relooper optimizer
Alon Zakai
2011-11-23
simplify !(<) etc. in js optimizer
Alon Zakai
2011-11-23
improve eliminator
Alon Zakai
[next]