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
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-06
Implement integer promotion for urem, udiv, srem, and sdiv
Dan Gohman
2014-03-06
Fix a use-after-free error in GlobalOpt CleanupConstantGlobalUsers
Dan Gohman
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
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
Implement llvm.flt.rounds and disable the createRewriteLLVMIntrinsicsPass pass.
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-13
Emscripten doesn't need to legalize pointers.
Dan Gohman
2014-02-13
Don't leave behind unreachable blocks with illegal instructions.
Dan Gohman
2014-02-12
Revamp ExpandI64.
Dan Gohman
2014-02-12
Generalize PromoteIntegers to handle arbitrary bit widths.
Dan Gohman
2014-02-12
Create a test directory for basic JS Codegen
Dan Gohman
2013-11-15
PNaCl: Change exception info format to distinguish catch-all/cleanup clauses
Mark Seaborn
2013-11-15
Switch PromoteIntegers pass from clearing upper bits after converted operations
Derek Schuff
2013-10-22
Make sure flatten globals doesn't insert uses of globals that previously had ...
JF Bastien
2013-10-21
Remove unused globals.
JF Bastien
2013-10-16
Add PNaClSjLjEH pass to implement C++ exception handling using setjmp()+longj...
Mark Seaborn
2013-10-11
Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate.
Jan Voung
2013-10-11
Fix bug in rewriting of library calls to intrinsics + new regression test.
Eli Bendersky
2013-10-11
Apply upstream: [mips] Fix a bug in MipsLongBranch::replaceBranch
Petar Jovanovic
2013-10-11
Apply upstream: [mips] Implement llvm.trap intrinsic.
Petar Jovanovic
2013-10-11
Apply upstream: Add missing ATOMIC_CMP_SWAP case.
Petar Jovanovic
2013-10-11
Apply upstream: [mips] Trap on integer division by zero.
Petar Jovanovic
2013-10-03
PNaCl bitcode: Simplify how the writer elides casts
Mark Seaborn
2013-09-20
Support mul binary operator in integer promotion pass
Derek Schuff
2013-09-18
Only allow PNaCl version 2 bitcode files.
Karl Schimpf
2013-09-16
Work around a gcc 4.6.3 / 4.7 bug.
Jim Stichnoth
2013-09-09
PNaCl bitcode: Fix reader to handle pointer type in is.lock.free intrinsic
Mark Seaborn
2013-09-09
PNaCl bitcode: Remove TYPE_CODE_POINTER entries from type table
Mark Seaborn
2013-09-09
PNaCl bitcode: Change FORWARDTYPEREF to never use pointer types
Mark Seaborn
2013-09-06
PNaCl bitcode: Strip pointer types from intrinsic declarations' parameters
Mark Seaborn
2013-09-06
Clean up vestigial code for constants in PNaCl bitcode files.
Karl Schimpf
2013-09-06
PNaCl bitcode: Fix some tests to not use unsupported pointer-typed args
Mark Seaborn
2013-09-05
PNaCl bitcode: Change test to use an intrinsic to make it more realistic
Mark Seaborn
[next]