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
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
2013-06-03
PNaCl: ExpandVarArgs: Use memcpy() instead of struct load+store for struct args
Mark Seaborn
2013-06-01
Merge 183060: Prevent loop-unroll from making assumptions about undefined beh...
Andrew Trick
2013-05-31
PNaCl: FlattenGlobals: Use ptrtoint+add instead of getelementptr+bitcast
Mark Seaborn
2013-05-31
PNaCl: Remove and disallow llvm.invariant.start/end intrinsics
Mark Seaborn
2013-05-30
PNaCl: Add a pass to expand out Clang's use of registers of struct type
Mark Seaborn
2013-05-30
Add switch support to integer promotion pass
Derek Schuff
2013-05-29
PNaCl: Add ExpandSmallArguments pass to widen parameters to 32 bits
Mark Seaborn
2013-05-29
Fix PromoteIntegers pass to handle undef constants
Derek Schuff
2013-05-28
PNaCl: Disable parts of InstCombine that introduce *.with.overflow intrinsics
Mark Seaborn
2013-05-28
Fix integer promotion pass to handle casts to struct pointer types.
Derek Schuff
2013-05-28
PNaCl: Extend ExpandMulWithOverflow pass to handle uadd.with.overflow too
Mark Seaborn
2013-05-28
Merging r182656:
Bill Wendling
2013-05-28
Add two passes that implement conversions from PNaCl's specific intrinsics
Eli Bendersky
2013-05-24
PNaCl: Add "-pnacl-abi-simplify-{pre,post}opt" meta-passes to "opt"
Mark Seaborn
2013-05-24
PNaCl: Add pass to expand out Clang-generated umul.with.overflow calls
Mark Seaborn
2013-05-24
PNaCl: Fix ReplacePtrsWithInts to handle some corner cases correctly
Mark Seaborn
[next]