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-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
2013-05-22
PNaCl: Add ReplacePtrsWithInts pass for stripping out pointer types
Mark Seaborn
2013-05-22
Merging r182485:
Bill Wendling
2013-05-22
PNaCl: Fix ExpandCtors to handle an empty list case
Mark Seaborn
2013-05-20
Fix stderr redirection in test to work on all platforms
Eli Bendersky
2013-05-20
PNaCl: Fix FlattenGlobals to correctly handle implicitly-aligned variables
Mark Seaborn
2013-05-16
Temporarily remove test that fails on Mac
Eli Bendersky
2013-05-15
Merging r181524:
Bill Wendling
2013-05-14
Update tests to use FileCheck instead of grep (which is deprecated in the LLV...
Eli Bendersky
2013-05-14
Merging r181586:
Bill Wendling
2013-05-14
Adding a pass - RewritePNaClLibraryCalls, that replaces known library calls w...
Eli Bendersky
2013-05-10
PNaCl ABI: Promote illegal integer types
Derek Schuff
2013-05-09
PNaCl: Add NoAlias attributes in ExpandByVal and ExpandVarArgs passes
Mark Seaborn
2013-05-08
Merging r181286:
Bill Wendling
2013-05-06
InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)
David Majnemer
2013-05-06
Test results verified using FileCheck rather than grep | count
Jean-Luc Duprat
2013-05-06
Rotate multi-exit loops even if the latch was simplified.
Andrew Trick
2013-05-06
Fix add4.ll test cmdline so that it passes
Jean-Luc Duprat
2013-05-06
Provide InstCombines for the following 3 cases:
Jean-Luc Duprat
2013-05-06
Revert r164763 because it introduces new shuffles.
Nadav Rotem
2013-05-06
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
Matt Arsenault
2013-05-06
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-05
LoopVectorize: Add support for floating point min/max reductions
Arnold Schwaighofer
2013-05-05
LoopVectorize: We don't need an identity element for min/max reductions
Arnold Schwaighofer
2013-05-03
LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...
Nadav Rotem
2013-05-02
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-05-02
Add a test for the foldSelectICmpAndOr fix committed in r180779.
David Majnemer
2013-05-01
SROA: Generate selects instead of shuffles when blending values because this ...
Nadav Rotem
2013-05-01
Revert "InstCombine: Fold more shuffles of shuffles."
Jim Grosbach
2013-04-30
InstCombine: Fold more shuffles of shuffles.
Jim Grosbach
2013-04-30
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
Fix "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-29
Use unique'ed types for varargs expansion instead of non-unique named types.
Jan Voung
2013-04-29
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-29
[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...
Michael Gottesman
[prev]
[next]