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
2006-04-01
Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and
Chris Lattner
2006-03-20
Move some common data structures between dom and pdom into the base class
Nate Begeman
2006-03-11
Fix PR681 by using the standard Lengauer and Tarjan algorithm for dominator
Nate Begeman
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2006-02-04
Refactor a bunch of code into a non-inlined method
Chris Lattner
2006-02-04
add a method
Chris Lattner
2006-01-15
Initialize DFSnum's to -1, in case a node is not reachable.
Chris Lattner
2006-01-15
add an assert, patch by Daniel Berlin
Chris Lattner
2006-01-14
Change ET-Forest to automatically recalculate its DFSnum's if too many slow
Chris Lattner
2006-01-14
Add CallGraph::getOrInsertFunction, to allow clients to update the callgraph
Chris Lattner
2006-01-14
add a dump method to CallGraph
Chris Lattner
2006-01-11
Switch loopinfo to using ETForest instead of DominatorSet to compute itself.P...
Chris Lattner
2006-01-08
Fix the build on platforms where <cassert> doesn't define NULL
Chris Lattner
2006-01-08
Initial implementation of the ET-Forest data structure for dominators and
Chris Lattner
2005-12-22
Separate the call graph implementation from its interface. This implements
Chris Lattner
2005-12-06
Added comment for removing assert
Sumant Kowshik
2005-12-06
Handling of zero length last fields in struct used for growing it arbitrarily
Sumant Kowshik
2005-11-30
Add a simple clear() method
Chris Lattner
2005-11-29
Fix PR670 and test/Regression/Transforms/Mem2Reg/2005-11-28-Crash.ll
Chris Lattner
2005-11-18
Fix the dominates method to return true if the two nodes are the same. Add
Chris Lattner
2005-10-29
remove a dead header
Chris Lattner
2005-10-27
Move some constant folding functions into LLVMAnalysis since they are used
John Criswell
2005-10-24
This pass is very old and quite useless, remove it.
Chris Lattner
2005-10-24
add a proto
Chris Lattner
2005-10-24
new header
Chris Lattner
2005-10-24
add some prototypes
Chris Lattner
2005-09-12
new method
Chris Lattner
2005-08-09
add two helper methods
Chris Lattner
2005-07-30
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-30
Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
Nate Begeman
2005-07-27
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-06-29
Don't crash on a query where the block is not in any loop. Thanks to
Chris Lattner
2005-06-20
make AliasAnalysis know that VAArg writes memory. This is extremely conserva...
Andrew Lenharth
2005-05-15
fix warning
Chris Lattner
2005-05-15
fix compiler warning
Chris Lattner
2005-05-15
Some cleanups for compilation with GCC 4.0.0 to remove warnings:
Reid Spencer
2005-05-01
Add accessor method,
Tanya Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
add support for taking the address of free.
Chris Lattner
2005-04-21
Improve doxygen documentation, patch contributed by Evan Jones!
Chris Lattner
2005-04-02
merge EquivClassGraphs.h into DataStructure.h with the other DSA pass definit...
Chris Lattner
2005-04-02
add and use a callee_iterator typedef
Chris Lattner
2005-04-02
Change the ActualCallees callgraph from hash_multimap<Instruction,Function>
Chris Lattner
2005-03-24
add new spliceFrom methods.
Chris Lattner
2005-03-23
if a function doesn't access memory at all, it definitely doesn't read it.
Chris Lattner
2005-03-23
a hack to allow count-aa to work with ds-aa :(
Chris Lattner
2005-03-22
Fix a serious bug where we didn't insert globals into the globalset when
Chris Lattner
2005-03-22
add a method
Chris Lattner
2005-03-22
Now that the dead ctor is gone, nothing uses the old node mapping exported by
Chris Lattner
[next]