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
/
include
/
llvm
/
Analysis
Age
Commit message (
Expand
)
Author
2011-01-23
Remove friend declaration for removed function.
Cameron Zwarich
2011-01-23
Convert a std::vector to a SmallVector.
Cameron Zwarich
2011-01-23
Simplify some code now that we've removed the more optimal (but slower) version
Cameron Zwarich
2011-01-18
There is no point in verifying an analysis that is never updated.
Cameron Zwarich
2011-01-18
Remove some now-unused DominanceFrontier methods.
Cameron Zwarich
2011-01-16
remove the partial specialization pass. It is unmaintained and has bugs.
Chris Lattner
2011-01-14
Move some shift transforms out of instcombine and into InstructionSimplify.
Duncan Sands
2011-01-13
Add single entry / single exit accessors.
Tobias Grosser
2011-01-11
Put the Dominator improvements back in. They were not the cause of bootstrap ...
Jakob Stoklund Olesen
2011-01-11
Speculatively revert the recent improvements to Dominators.h in an attempt to...
Jakob Stoklund Olesen
2011-01-11
some comment improvements.
Chris Lattner
2011-01-09
Step #2 to improve trip count analysis for loops like this:
Chris Lattner
2011-01-09
DominatorTree->print() now prints the status of the DFSNumbers correctly
Tobias Grosser
2011-01-08
fit in 80 cols
Chris Lattner
2011-01-08
make this file properly self contained.
Chris Lattner
2011-01-03
Stub out a new updating interface to AliasAnalysis, allowing stateful analyse...
Owen Anderson
2011-01-03
Add spliceFunction to the CallGraph interface. This allows users to efficiently
Nick Lewycky
2011-01-02
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2011-01-02
Remove an unused member function.
Cameron Zwarich
2011-01-02
Fix a typo in a variable name.
Cameron Zwarich
2011-01-02
Move a load into the only branch where it is used and eliminate a temporary.
Cameron Zwarich
2011-01-02
Add the explanatory comment from r122680's commit message to the code itself.
Cameron Zwarich
2011-01-02
Tidy up indentation.
Cameron Zwarich
2011-01-02
Fix a typo, which should also fix the failure on llvm-x86_64-linux-checks.
Cameron Zwarich
2011-01-02
Remove the #ifdef'd code for balancing the eval-link data structure. It doesn't
Cameron Zwarich
2011-01-02
Speed up dominator computation some more by optimizing bucket processing. When
Cameron Zwarich
2010-12-28
Clarify that InstructionSimplify only returns values that dominate the
Duncan Sands
2010-12-28
Small optimization to speed up replacementPreservesLCSSAForm.
Duncan Sands
2010-12-26
implement enough of the memset inference algorithm to recognize and insert
Chris Lattner
2010-12-26
move isBytewiseValue out to ValueTracking.h/cpp
Chris Lattner
2010-12-22
Constify.
Dan Gohman
2010-12-21
Pull a few more simplifications out of instcombine (there are still
Duncan Sands
2010-12-15
Move Value::getUnderlyingObject to be a standalone
Dan Gohman
2010-12-15
Move Sub simplifications and additional Add simplifications out of
Duncan Sands
2010-12-10
Introduce a new PartialAlias response for AliasAnalysis. For most
Dan Gohman
2010-12-08
Add support to create debug info for functions and methods.
Devang Patel
2010-12-08
Add support to create class type.
Devang Patel
2010-12-08
Add support to create vector, array, enums etc...
Devang Patel
2010-12-08
Global variable does not need linkage name.
Devang Patel
2010-12-07
Add support to create local variable's debug info.
Devang Patel
2010-12-07
Add support to create variables, structs etc.. using DIBuilder.
Devang Patel
2010-12-06
Fix PR8728, a miscompilation I recently introduced. When optimizing
Chris Lattner
2010-12-06
add a helper method.
Chris Lattner
2010-11-30
teach DSE to use GetPointerBaseWithConstantOffset to analyze
Chris Lattner
2010-11-30
move GetPointerBaseWithConstantOffset out of GVN into ValueTracking.h
Chris Lattner
2010-11-30
Change the basic block map in LoopInfo from a std::map to a DenseMap. This is...
Cameron Zwarich
2010-11-30
Rewrite the main DSE loop to be written in terms of reasoning
Chris Lattner
2010-11-30
death to extraneous \n's.
Chris Lattner
2010-11-30
getLocationForDest should work for memset as well.
Chris Lattner
2010-11-30
clean up handling of 'free', detangling it from everything else.
Chris Lattner
[prev]
[next]