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
2011-11-24
rewrite makeRounding to fix a bug
Alon Zakai
2011-11-23
replace compiler tricks for one-time loop removal and label removal with a ↵
Alon Zakai
proper pass in the js optimizer
2011-11-23
optimize relooper optimizer
Alon Zakai
2011-11-22
remove buggy condition stealing optimization, that is no longer useful anyhow
Alon Zakai
2011-11-22
fix bugs in (unused) setSub
Alon Zakai
2011-11-22
experimental label removal diff
Alon Zakai
2011-11-21
some unused code possibilities regarding switch
Alon Zakai
2011-11-21
fix i64 comparison bug, and various test fixes
Alon Zakai
2011-11-21
llvm_uadd_with_overflow_i32
Alon Zakai
2011-11-21
properly handle branches to phi from invokes in assigns
Alon Zakai
2011-11-20
js optimizer fix, and remove assigns to undefined in library
Alon Zakai
2011-11-19
partial work to remove assigns of undefined in js optimizer
Alon Zakai
2011-11-19
fix for phis from invoke
Alon Zakai
2011-11-18
support reaching phi from invoke, and a workaround with vars in phi sets for ↵
Alon Zakai
closure compiler
2011-11-18
cleverer dependency resolving in phis
Alon Zakai
2011-11-18
minor optimization for phi
Alon Zakai
2011-11-18
support switches to phi
Alon Zakai
2011-11-18
phi progress, almost all unoptimized tests pass
Alon Zakai
2011-11-18
add new var intertype for hollowed-out phis
Alon Zakai
2011-11-18
further refactoring of phi, and work towards optimized phi
Alon Zakai
2011-11-18
refactor phi code for unoptimized case
Alon Zakai
2011-11-18
rename OPTIMIZE to MICRO_OPTS
Alon Zakai
2011-11-17
proper support for sext of i64s in i64 mode 1
Alon Zakai
2011-11-17
Merge branch 'master' of github.com:kripken/emscripten
Alon Zakai
2011-11-17
refactor PGO code
Alon Zakai
2011-11-16
do not fail on malloc(0)
Alon Zakai
2011-11-16
tell closure compiler not to inline very large functions. use closure in all ↵
Alon Zakai
benchmarks
2011-11-16
Merge branch 'master' of github.com:kripken/emscripten
Alon Zakai
2011-11-16
initial support for unaligned reads/writes in t2
Alon Zakai
2011-11-15
metadata fix for llvm 3.0 rc
Alon Zakai
2011-11-15
comment on optimizing
Alon Zakai
2011-11-15
comment about post-optimizations
Alon Zakai
2011-11-13
library comment
Alon Zakai
2011-11-13
warnOnce
Alon Zakai
2011-11-13
fix compiler.js bug
Alon Zakai
2011-11-13
notifications about compilation settings
Alon Zakai
2011-11-13
simplify typed array code, support for .set() on typed arrays, and remove ↵
Alon Zakai
option to fallback from typed arrays
2011-11-12
comment
Alon Zakai
2011-11-11
fix phi semantics with multiple dependent phis
Alon Zakai
2011-11-11
fix i64 extension bug not being done
Alon Zakai
2011-11-11
roundy math ops (add etc.) in i64=1
Alon Zakai
2011-11-11
fix remaining ta2 i64=1 tests
Alon Zakai
2011-11-11
additional llvm intrinsics we need to de-i64-ify
Alon Zakai
2011-11-10
do not use i64s in llvm intrinsics that don't need it
Alon Zakai
2011-11-10
fix for i64 subtract in parsei64
Alon Zakai
2011-11-10
fix for test_parseInt
Alon Zakai
2011-11-10
fix for GEP indexes being i64
Alon Zakai
2011-11-10
i64 fix for printing the very largest values
Alon Zakai
2011-11-10
cleanup and fixes for i64
Alon Zakai
2011-11-10
more i64 fixes and tests
Alon Zakai
[prev]
[next]