index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
JSBackend
Age
Commit message (
Collapse
)
Author
2014-02-06
optimize partially aligned memsets
Alon Zakai
2014-02-06
optimize constant memsets
Alon Zakai
2014-02-06
optimize memcpy loops
Alon Zakai
2014-02-06
optimize small constant memcpy
Alon Zakai
2014-02-05
handle double strings with an uneven number of chars
Alon Zakai
2014-02-05
better unaligned log output
Alon Zakai
2014-02-04
option to warn about unaligned loads and stores
Alon Zakai
2014-02-04
refactor getLoad|getStore to receive an instruction
Alon Zakai
2014-02-04
wip to remove casts on math calls
Alon Zakai
2014-02-03
make SItoF and UItoF support floats
Alon Zakai
2014-02-03
ensure a + on large constants in Math_fround
Alon Zakai
2014-02-03
temp fix for Math float issue
Alon Zakai
2014-02-03
fix asm casts of float as ffi params
Alon Zakai
2014-02-03
handle floats in casts to int
Alon Zakai
2014-02-03
generalize hardcoded HEAPF32 load casts
Alon Zakai
2014-02-03
do not emit ffi casts on Math_* builtins
Alon Zakai
2014-02-03
emit ffi casts only when necessary
Alon Zakai
2014-02-03
function table support for floats
Alon Zakai
2014-02-03
ffi call support for floats
Alon Zakai
2014-02-03
precise float support
Alon Zakai
2014-02-02
remove extra indentation on runPostSets
Alon Zakai
2014-02-02
abort on loads from constant addresses in general, not just based on weird ↵
Alon Zakai
alignment
2014-02-02
support llvm.used
Alon Zakai
2014-02-02
ignore fences
Alon Zakai
2014-01-31
Fix a printf format warning.
Dan Gohman
2014-01-31
Simply handling of llvm_dbg_value.
Dan Gohman
2014-01-31
Eliminate more temporary std::strings.
Dan Gohman
2014-01-31
Use internal name linkage.
Dan Gohman
2014-01-31
Eliminate temporary std::strings.
Dan Gohman
2014-01-31
Use CmpInst::isUnsigned.
Dan Gohman
2014-01-31
Implement unordered comparisons.
Dan Gohman
2014-01-31
Implement FNeg operators.
Dan Gohman
2014-01-29
fix switch choice code
Alon Zakai
2014-01-29
clean up some fixmes
Alon Zakai
2014-01-27
fix missing separator in unaligned read code
Alon Zakai
2014-01-24
Merge pull request #6 from juj/win_build_fixes
Alon Zakai
Win build fixes
2014-01-24
Fix serialization of nans, infs and negative floats to JS. Fixes ↵
Jukka Jylänki
test_float_literals in https://github.com/kripken/emscripten/pull/2052 .
2014-01-24
Don't use the ambiguous pow symbol since it confuses Visual Studio, instead ↵
Jukka Jylänki
generate bit masks with shifting.
2014-01-24
Fix snprintf symbol name on Visual Studio.
Jukka Jylänki
2014-01-22
handle fptosi|ui on both floats and doubles
Alon Zakai
2014-01-22
typo
Alon Zakai
2014-01-20
initialize start of setjmp table
Alon Zakai
2014-01-20
comment
Alon Zakai
2014-01-20
fix longjmp rethrow
Alon Zakai
2014-01-20
get first setjmp test passing
Alon Zakai
2014-01-20
setjmp fixes
Alon Zakai
2014-01-19
setjmp fixes
Alon Zakai
2014-01-19
initial work on setjmp/longjmp for emscripten
Alon Zakai
2014-01-17
optimize ValueNames storage
Alon Zakai
2014-01-16
align non-constant allocas
Alon Zakai
[prev]
[next]