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
/
Transforms
Age
Commit message (
Expand
)
Author
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-02-28
Use range metadata instead of introducing selects.
Dan Gohman
2014-02-28
Move ExpandI64 into lib/Target/JSBackend.
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
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
Fix bug in rewriting of library calls to intrinsics + new regression test.
Eli Bendersky
2013-09-20
Support mul binary operator in integer promotion pass
Derek Schuff
2013-08-09
Properly support 16-bit atomics on x86-32.
JF Bastien
2013-08-07
Add the new @llvm.nacl.atomic.fence.all intrinsic
JF Bastien
2013-08-01
Add Intrinsic::nacl_atomic_is_lock_free
JF Bastien
2013-07-30
Rewrite ``asm("":::"memory")`` to ``fence seq_cst``
JF Bastien
2013-07-25
Clean some PNaCl-specific tests.
Jim Stichnoth
2013-07-20
Remove prefetch
JF Bastien
2013-07-18
Merge remote-tracking branch 'origin/master'
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-07-13
Concurrency support for PNaCl ABI
JF Bastien
2013-07-09
Make GlobalOpt's GV-by-alloca replacement work for PNaCl.
Eli Bendersky
2013-07-08
Fix for a regression caused by the LoopVectorizer when
Tom Stellard
2013-07-03
Do not fail when library functions are declared incorrectly.
Eli Bendersky
2013-07-01
Internalize all symbols except _start.
Eli Bendersky
2013-06-29
PNaCl ABI: Remove use of @llvm.memset.p0i8.i64 (64-bit intrinsic variant)
Mark Seaborn
2013-06-25
Support for mem* library functions in stable bitcode via intrinsics.
Eli Bendersky
2013-06-25
PNaCl: Fix ExpandStructRegs to handle "select" instructions
Mark Seaborn
2013-06-25
PNaCl: Fix removal of dead function prototypes in ABI simplification
Mark Seaborn
2013-06-25
PNaCl ABI: Disallow various operations on the i1 type
Mark Seaborn
2013-06-24
PNaCl ABI: Strip alignment info from memcpy/memmove/memset intrinsic calls
Mark Seaborn
2013-06-24
PNaCl ABI: Disallow built-in multiplication in "alloca" instructions
Mark Seaborn
2013-06-20
PNaCl ABI: Reduce the set of allowed "align" attributes on loads/stores
Mark Seaborn
2013-06-19
Rewrite llvm.flt.rounds to "1" for now, and disallow llvm.flt.rounds.
Jan Voung
2013-06-16
PNaCl ABI: Disallow non-default symbol visibility ("hidden" and "protected")
Mark Seaborn
2013-06-13
PNaCl: Strip more unwanted attributes: "align" on functions and "unnamed_addr"
Mark Seaborn
2013-06-12
PNaCl ABI: Strip out arithmetic attributes "nsw", "nuw" and "exact"
Mark Seaborn
2013-06-10
PNaCl: Extend ExpandStructRegs to handle "insertvalue" instructions
Mark Seaborn
2013-06-06
PNaCl ABI: Strip out calling conventions from functions and calls
Mark Seaborn
2013-06-05
PNaCl ABI: Strip out attributes on functions and function calls
Mark Seaborn
2013-06-04
PNaCl: Enable RewritePNaClLibraryCalls and fix it to remove unused decls
Mark Seaborn
2013-06-04
PNaCl ABI checker: Check for normal form introduced by ReplacePtrsWithInts
Mark Seaborn
2013-06-04
Merging r183035:
Bill Wendling
2013-06-03
PNaCl gep expansion: avoid mul by 1 for i8 arrays.
Jan Voung
2013-06-03
PNaCl: Fix ReplacePtrsWithInts so that ptrtoint always casts to i32
Mark Seaborn
[next]