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
Age
Commit message (
Expand
)
Author
2014-03-05
Minor CallHandler cleanups.
Dan Gohman
2014-03-05
Disable the LowerExpectIntrinsic pass.
Dan Gohman
2014-03-05
Don't emit redirects for llvm.memcpy.p0i8.p0i8.i32 and friends.
Dan Gohman
2014-03-05
Don't emit JS declarations for LLVM intrinsics expanded inline.
Dan Gohman
2014-03-05
Tidy up the output for memset and memcpy, and add a test.
Dan Gohman
2014-03-05
Don't run a pass to strip dead prototypes; just ignore them.
Dan Gohman
2014-03-05
emscripten_debugger() intrinsic
Alon Zakai
2014-03-05
Clean up the handling of inline asm.
Dan Gohman
2014-03-05
Teach phi translation to also look through bitcasts.
Dan Gohman
2014-03-05
Fix missing LLVMBuild.txt and CMake dependencies.
Dan Gohman
2014-03-05
Trim unneeded #includes.
Dan Gohman
2014-03-05
Eliminate a few more temporary std::strings.
Dan Gohman
2014-03-05
Fix a broken CMake build file.
Dan Gohman
2014-03-04
Don't run calculateNativizedVars at -O1 and higher.
Dan Gohman
2014-03-04
Don't run SimplifyAllocas at -O1 and higher.
Dan Gohman
2014-03-04
Perform alloca coloring only at -O1 and higher.
Dan Gohman
2014-03-04
Introduce AllocaManager, a class for managing allocas.
Dan Gohman
2014-03-04
Simplify the handling of unnamed values.
Dan Gohman
2014-03-04
Handle name prefixing in sanitizeGlobal/sanitizeLocal.
Dan Gohman
2014-03-04
Better integration with the LLVM Target system.
Dan Gohman
2014-03-03
check argument and return types statically
Alon Zakai
2014-03-03
forward assertions setting into backend, and use it to check for invalid # of...
Alon Zakai
2014-03-03
Switch to 16-byte stack alignment.
Dan Gohman
2014-03-03
Optimize out code and variables for no-op pointer casts.
Dan Gohman
2014-03-03
Fix alignment of vararg buffer allocas.
Dan Gohman
2014-03-03
Don't store padding zeros for a ConstantAggregateZero.
Dan Gohman
2014-03-02
tolerate phis that refer to values from unreachable blocks
Alon Zakai
2014-02-28
Use range metadata instead of introducing selects.
Dan Gohman
2014-02-28
Move ExpandI64 into lib/Target/JSBackend.
Dan Gohman
2014-02-28
Use more LLVM-idiomatic error reporting.
Dan Gohman
2014-02-28
Implement llvm.flt.rounds and disable the createRewriteLLVMIntrinsicsPass pass.
Dan Gohman
2014-02-28
fix check on whether a global is external; fixes issue #24
Alon Zakai
2014-02-28
use use_empty
Alon Zakai
2014-02-27
emit assigns only for variables actually used
Alon Zakai
2014-02-26
Merge pull request #23 from sunfishcode/incoming
Alon Zakai
2014-02-26
NoExitRuntime
Alon Zakai
2014-02-25
properly handle align 0 on memcpy and memset, warning if asked for
Alon Zakai
2014-02-25
Disable the RewritePNaClLibraryCalls pass, which isn't needed for Emscripten.
Dan Gohman
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
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-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
Fix atomic decrement (operand order of emitted code was flipped).
jonas echterhoff
[next]