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
Age
Commit message (
Expand
)
Author
2014-02-26
Merge pull request #23 from sunfishcode/incoming
Alon Zakai
2014-02-25
properly handle align 0 on memcpy and memset, warning if asked for
Alon Zakai
2014-02-25
Fix handling of ConstantExpr Selects.
Dan Gohman
2014-02-25
comment on technically incorrect handling of alignment 0 in memcpy and memset
Alon Zakai
2014-02-25
Eliminate a few more temporary std::strings.
Dan Gohman
2014-02-25
Support GEP and ConstantExprs directly in the JSBackend.
Dan Gohman
2014-02-25
Minor code simplifications.
Dan Gohman
2014-02-20
indirectbr support
Alon Zakai
2014-02-19
tolerate arbitrary illegal chars in global names, lower all of them to _
Alon Zakai
2014-02-19
Fix atomic decrement (operand order of emitted code was flipped).
jonas echterhoff
2014-02-18
remove locale call handlers, we do this in the js library now
Alon Zakai
2014-02-18
guarantee that sanitize() returns a proper non-colliding value for each input
Alon Zakai
2014-02-18
leave lines with calls to no-ops without a ;
Alon Zakai
2014-02-17
support reserved function pointers
Alon Zakai
2014-02-17
only emit declares with uses
Alon Zakai
2014-02-14
emit nothing for lifetime intrinsics
Alon Zakai
2014-02-14
emit an abort if calling an absolute address
Alon Zakai
2014-02-14
Another minor code simplification.
Dan Gohman
2014-02-14
Minor code simplification.
Dan Gohman
2014-02-14
Don't try to nativize aggregate allocas.
Dan Gohman
2014-02-14
Fix a crash when an alloca has no ultimate users.
Dan Gohman
2014-02-14
Handle pointer types and ConstantExprs in more places.
Dan Gohman
2014-02-14
Use DataLayout to determine type size.
Dan Gohman
2014-02-14
Respect the requested signedness for pointer values.
Dan Gohman
2014-02-14
Handle ConstantPointerNull correctly in more places.
Dan Gohman
2014-02-14
emit bool constants as unsigned in a consistent manner
Alon Zakai
2014-02-12
Revamp ExpandI64.
Dan Gohman
2014-02-12
Constify more things.
Dan Gohman
2014-02-12
Use the LLVM pass-manager infrastructure for DataLayout.
Dan Gohman
2014-02-12
Map optimizations.
Dan Gohman
2014-02-12
Use more LLVM-idiomatic debug and error facilities.
Dan Gohman
2014-02-12
Change some dyn_casts to casts.
Dan Gohman
2014-02-12
add missing |0s in unaligned accesses
Alon Zakai
2014-02-07
fewer casts on math calls
Alon Zakai
2014-02-07
group together initial allocas
Alon Zakai
2014-02-07
refactor function printing into a function
Alon Zakai
2014-02-06
handle align 0 in memcpy and memset
Alon Zakai
2014-02-06
optimize partially aligned memcpys
Alon Zakai
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
[next]