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
/
test
/
CodeGen
/
JS
Age
Commit message (
Expand
)
Author
2014-03-26
optimize x < 0 and generalize it to non-i64 values too
Alon Zakai
2014-03-15
Handle conflicting lifetime markers conservatively.
Dan Gohman
2014-03-15
Add triple and datalayout strings to testcases.
Dan Gohman
2014-03-10
update float ffi rules
Alon Zakai
2014-03-09
add aliases test
Alon Zakai
2014-03-05
Disable the ResolveAliases and GlobalCleanup passes.
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
Clean up the handling of inline asm.
Dan Gohman
2014-03-05
Teach phi translation to also look through bitcasts.
Dan Gohman
2014-03-04
Introduce AllocaManager, a class for managing allocas.
Dan Gohman
2014-03-04
Update to the new datalayout string.
Dan Gohman
2014-02-28
Update tests for recent changes which result in more parens being used in som...
Dan Gohman
2014-02-28
Move ExpandI64 into lib/Target/JSBackend.
Dan Gohman
2014-02-28
Implement llvm.flt.rounds and disable the createRewriteLLVMIntrinsicsPass pass.
Dan Gohman
2014-02-12
Create a test directory for basic JS Codegen
Dan Gohman