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
/
Analysis
Age
Commit message (
Expand
)
Author
2011-05-21
Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.
Duncan Sands
2011-05-21
When BasicAA can determine that two pointers have the same base but
Dan Gohman
2011-04-27
Teach BasicAA about arm.neon.vld1 and vst1.
Dan Gohman
2011-04-27
When analyzing functions known to only access argument pointees,
Dan Gohman
2011-04-27
Test case and comment for PR9633.
Andrew Trick
2011-04-25
Make tests more useful.
Benjamin Kramer
2011-04-07
PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad
Eli Friedman
2011-04-05
remove postdom frontiers, because it is dead. Forward dom frontiers are
Chris Lattner
2011-03-23
Revert r128140 for now.
Anders Carlsson
2011-03-23
A global variable with internal linkage where all uses are in one function an...
Anders Carlsson
2011-03-15
Propagate SCEV no-wrap flags whenever possible.
Andrew Trick
2011-03-09
When SCEV can determine the loop test is X < X, set ExactBECount=0.
Andrew Trick
2011-02-13
teach SCEV that the scale and addition of an inbounds gep don't NSW.
Chris Lattner
2011-02-11
Per discussion with Dan G, inbounds geps *certainly* can have
Chris Lattner
2011-01-24
Add another rdar number.
Dan Gohman
2011-01-23
Simplify some code with no functionality change. Make the test a lot more
Nick Lewycky
2011-01-23
Use value ranges to fold ext(trunc) in SCEV when possible.
Nick Lewycky
2011-01-20
Implement requiredTransitive
Tobias Grosser
2011-01-19
Similarly, analyze truncate through multiply.
Nick Lewycky
2011-01-19
Add a missed SCEV fold that is required to continue analyzing the IR produced
Nick Lewycky
2011-01-19
Add a missing SCEV simplification sext(zext x) --> zext x.
Nick Lewycky
2011-01-18
Teach BasicAA to return PartialAlias in cases where both pointers
Dan Gohman
2011-01-11
Revert the testcase from the previous reverted commit.
Eric Christopher
2011-01-09
add a testcase I missed in previous commit.
Chris Lattner
2011-01-09
teach SCEV analysis of PHI nodes that PHI recurences formed
Chris Lattner
2011-01-09
reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's
Chris Lattner
2011-01-03
fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiom
Chris Lattner
2011-01-03
filecheckize
Chris Lattner
2010-12-16
-enable-tbaa is on by default now.
Dan Gohman
2010-12-16
Make memcpyopt TBAA-aware.
Dan Gohman
2010-12-15
Move Sub simplifications and additional Add simplifications out of
Duncan Sands
2010-12-13
Reapply r121520, PartialAlias implementation for BasicAA, now that
Dan Gohman
2010-12-10
Revert r121520, which may have introduced miscompilations.
Dan Gohman
2010-12-10
Implement PartialAlias checking in BasicAA.
Dan Gohman
2010-11-30
remove fixme comment too.
Chris Lattner
2010-11-30
check in *all* files. This is now handled by my previous DSE commit.
Chris Lattner
2010-11-29
test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.
NAKAMURA Takumi
2010-11-11
Delete unneeded ssp attributes.
Dan Gohman
2010-11-11
TBAA-enable ArgumentPromotion.
Dan Gohman
2010-11-11
Make Sink tbaa-aware.
Dan Gohman
2010-11-11
Add a testcase which demonstrates alias analysis pass precedence.
Dan Gohman
2010-11-10
Fully invalidate cached results when a prior query's size or
Dan Gohman
2010-11-09
Teach FunctionAttrs about the VAArg instruction.
Dan Gohman
2010-11-08
Add a testcase for a call which BasicAA says only accesses memory through
Dan Gohman
2010-11-08
Make FunctionAttrs TBAA-aware.
Dan Gohman
2010-10-29
Teach memdep to use pointsToConstantMemory to determine that loads
Dan Gohman
2010-10-29
Add a basic testcase for TBAA-aware DSE.
Dan Gohman
2010-10-20
Add some comments.
Dan Gohman
2010-10-18
Don't pass the raw invalid pointer used to represent conflicting
Dan Gohman
2010-10-18
Add a basic testcase for TBAA-aware LICM.
Dan Gohman
[prev]
[next]