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
Age
Commit message (
Expand
)
Author
2014-02-25
1.12.2
1.12.2
Alon Zakai
2014-02-25
Re-introduce ConstantExpr expansion for constants containing illegal types.
Dan Gohman
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
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2014-02-25
Minor code simplifications.
Dan Gohman
2014-02-25
workaround for nativeclient issue 3798, wrong alignment on copy of a byval st...
Alon Zakai
2014-02-24
v1.12.1
1.12.1
Alon Zakai
2014-02-20
indirectbr support
Alon Zakai
2014-02-20
fix attribute copying in function recreation code in ExpandI64 pass
Alon Zakai
2014-02-19
tolerate arbitrary illegal chars in global names, lower all of them to _
Alon Zakai
2014-02-19
Merge pull request #15 from jechter/incoming
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
version 1.11.1
1.11.1
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
typo fix
Alon Zakai
2014-02-14
fix ashr when high bits are exactly 0
Alon Zakai
2014-02-14
Merge pull request #14 from sunfishcode/incoming
Alon Zakai
2014-02-14
Another minor code simplification.
Dan Gohman
2014-02-14
Minor code simplification.
Dan Gohman
2014-02-14
Preserve alignment information when promoting integer loads and stores.
Dan Gohman
2014-02-14
Preserve alignment information when splitting loads and stores.
Dan Gohman
2014-02-14
Disable two PNaCl passes which the JSBackend no longer needs.
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-13
erase more carefully in setjmp lowering
Alon Zakai
2014-02-13
Merge pull request #13 from sunfishcode/incoming
Alon Zakai
2014-02-13
don't do 32-bit shifts on 32-bit values, as it is undefined behavior
Alon Zakai
2014-02-13
Emscripten doesn't need to legalize pointers.
Dan Gohman
2014-02-13
handle ashr on >64 bits
Alon Zakai
2014-02-13
Merge pull request #12 from sunfishcode/incoming
Alon Zakai
2014-02-13
Don't leave behind unreachable blocks with illegal instructions.
Dan Gohman
2014-02-13
Merge pull request #11 from sunfishcode/incoming
Alon Zakai
2014-02-12
Revamp ExpandI64.
Dan Gohman
2014-02-12
Generalize PromoteIntegers to handle arbitrary bit widths.
Dan Gohman
2014-02-12
Disable an unnecessary optimization pass.
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
[next]