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-03-10
1.13.1
1.13.1
Alon Zakai
2014-03-10
update float ffi rules
Alon Zakai
2014-03-09
add aliases test
Alon Zakai
2014-03-08
resolve constants fully, through both multiple aliases and bitcasts
Alon Zakai
2014-03-08
avoid infinite loops in AllocaManager::computeInterBlockLiveness
Alon Zakai
2014-03-07
fix the case where exceptions are lowered and we already had getHigh/preInvok...
Alon Zakai
2014-03-06
Implement integer promotion for urem, udiv, srem, and sdiv
Dan Gohman
2014-03-06
handle aliases in getConstAsOffset
Alon Zakai
2014-03-06
Fix a use-after-free error in GlobalOpt CleanupConstantGlobalUsers
Dan Gohman
2014-03-06
do not warn on invalid argument numbers or types in varargs calls
Alon Zakai
2014-03-06
Improve linker messages when modules differ in triple or data layout.
Dan Gohman
2014-03-05
Disable the ResolveAliases and GlobalCleanup passes.
Dan Gohman
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-05
Merge pull request #28 from sunfishcode/incoming
Alon Zakai
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-04
Update to the new datalayout string.
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
Merge pull request #26 from sunfishcode/incoming
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-03
release 1.13.0
1.13.0
Alon Zakai
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
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
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
[next]