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
/
lib
/
Transforms
/
Scalar
Age
Commit message (
Expand
)
Author
2011-11-26
Move code into anonymous namespaces.
Benjamin Kramer
2011-11-20
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-17
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-16
Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it when
Nick Lewycky
2011-11-15
Fix MSVC warnings by adding a cast.
Nadav Rotem
2011-11-15
StringRefize and simplify.
Benjamin Kramer
2011-11-12
Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...
Eli Friedman
2011-11-11
Get rid of an optimization in SCCP which appears to have many issues. Specif...
Eli Friedman
2011-11-10
Fixed bug in DeadStoreElimination commit r144239
Pete Cooper
2011-11-09
DeadStoreElimination can now trim the size of a store if the end of the store...
Pete Cooper
2011-11-08
LICM pass now understands invariant load metadata. Nothing generates this ye...
Pete Cooper
2011-11-05
Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.
Nick Lewycky
2011-11-04
Speculatively revert "DeadStoreElimination can now trim the size of a store if
Daniel Dunbar
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
DeadStoreElimination can now trim the size of a store if the end of it is dead.
Pete Cooper
2011-11-02
Rewrite LinearFunctionTestReplace to handle pointer-type IVs.
Andrew Trick
2011-11-02
Add parentheses to disambiguate the precedence of these operations and
Chandler Carruth
2011-11-02
Broaden an assert to handle enable-iv-rewrite=true following r143183.
Andrew Trick
2011-10-29
SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for...
Benjamin Kramer
2011-10-28
LFTR should avoid a type mismatch with null pointer IVs.
Andrew Trick
2011-10-27
It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...
Eli Friedman
2011-10-23
The element insertion code in scalar replacement doesn't handle incorrect
Cameron Zwarich
2011-10-22
A non-escaping malloc in the entry block is not unlike an alloca. Do dead-store
Nick Lewycky
2011-10-19
Initialze ScalarEvalution dependency.
Devang Patel
2011-10-17
Teach the ARC optimizer about the !clang.arc.copy_on_escape metadata
Dan Gohman
2011-10-17
Suppress partial retain+release elimination when there's a
Dan Gohman
2011-10-17
Correct over-zealous removal of hack.
Bill Wendling
2011-10-17
Now that we have the ReturnsTwice function attribute, this method is
Bill Wendling
2011-10-17
Fix CMake build.
Michael J. Spencer
2011-10-17
svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp
Devang Patel
2011-10-16
When looking for dependencies on the src pointer, scan the src pointer. Scanning
Nick Lewycky
2011-10-15
Don't replace all dominated uses if there is only one use, since that
Duncan Sands
2011-10-15
Fix indvars randomness by removing iteration over a map.
Andrew Trick
2011-10-13
Avoid undefined behavior in negation in LSR. Patch by Ahmed Charles.
Eli Friedman
2011-10-13
Enhance the memdep interface so that users can tell the difference between a ...
Eli Friedman
2011-10-12
Fix a couple hash functions so that they do not depend on undefined shifts. ...
Eli Friedman
2011-10-12
Add missing space.
Nick Lewycky
2011-10-11
Fix PR11106 by correcting a typo that has been in the code for over a year. This
Cameron Zwarich
2011-10-11
Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc's
Cameron Zwarich
2011-10-11
Add experimental -enable-lsr-phielim option.
Andrew Trick
2011-10-11
Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"
Andrew Trick
2011-10-07
LSR should only reuse phis that match its formula.
Andrew Trick
2011-10-07
Teach GVN to also propagate switch cases. For example, in this code
Duncan Sands
2011-10-06
Remove the old atomic instrinsics. autoupgrade functionality is included wit...
Eli Friedman
2011-10-05
PR11061: Make simplifylibcalls fold strcmp("", x) correctly.
Eli Friedman
2011-10-05
GVN does simple propagation of conditions: when it sees a conditional
Duncan Sands
2011-10-05
Generalize GVN's conditional propagation logic slightly:
Duncan Sands
2011-10-04
LSR should avoid redundant edge splitting.
Andrew Trick
2011-10-01
Inlining and unrolling heuristics should be aware of free truncs.
Andrew Trick
2011-09-29
Fold two identical set lookups into one. No functionality change.
Nick Lewycky
[prev]
[next]