index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cleanups:
Chris Lattner
2003-06-03
1
-26
/
+36
*
Add more graph traits specializations for dominator tree nodes
Chris Lattner
2003-03-20
1
-3
/
+10
*
Add a few new 'add' methods. Move the iterator around
Chris Lattner
2003-03-03
1
-28
/
+35
*
Don't apply type information to loads
Chris Lattner
2003-03-03
2
-2
/
+4
*
Add dump method for loops
Chris Lattner
2003-02-28
1
-0
/
+1
*
Add graph traits specializations for loop nesting information...
Chris Lattner
2003-02-28
1
-0
/
+28
*
Add new Loop::hasExitBlock helper method
Chris Lattner
2003-02-27
1
-0
/
+9
*
Change behavior of changeExitBlock function to replace all instances of exit ...
Chris Lattner
2003-02-27
1
-2
/
+2
*
Make the interface to update a little more efficient
Chris Lattner
2003-02-27
1
-5
/
+7
*
* LoopInfo now keeps track of exit blocks from the loop
Chris Lattner
2003-02-27
1
-14
/
+36
*
Make the aliassettracker much more precise by actually tracking size
Chris Lattner
2003-02-26
1
-13
/
+20
*
BasicAA doesn't need a public header
Chris Lattner
2003-02-26
1
-37
/
+0
*
Tweak to work with new AA implementation
Chris Lattner
2003-02-26
1
-13
/
+16
*
Checkin of new alias analysis interface:
Chris Lattner
2003-02-26
1
-19
/
+97
*
This is a substantial rewrite of the AliasSetTracker class which now uses
Chris Lattner
2003-02-24
1
-41
/
+197
*
Move node forwarding code from being inlined to being out-of-line.
Chris Lattner
2003-02-13
4
-32
/
+6
*
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-11
6
-124
/
+262
*
Fix uninitialized member problem
Chris Lattner
2003-02-11
2
-2
/
+4
*
Bugfix for calling dump() after the links vector has been cleared
Chris Lattner
2003-02-10
2
-4
/
+2
*
Move getNode() out of line
Chris Lattner
2003-02-10
4
-6
/
+14
*
Implement a new method "viewGraph" which can be used to instantly view a grap...
Chris Lattner
2003-02-10
2
-0
/
+18
*
TD Pass now does not cause globals to mark nodes incomplete.
Chris Lattner
2003-02-09
2
-0
/
+2
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
4
-38
/
+98
*
Add sanity check
Chris Lattner
2003-02-04
2
-2
/
+8
*
Hack to work around deficiency in pass infrastructure
Chris Lattner
2003-02-03
2
-4
/
+6
*
Eliminate unused resolving caller stuff
Chris Lattner
2003-02-03
2
-30
/
+6
*
* Add a bunch of stuff for checking the integrity of the graph
Chris Lattner
2003-02-03
2
-4
/
+54
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
9
-55
/
+58
*
Add new composition mask
Chris Lattner
2003-02-01
2
-0
/
+4
*
New API for traversing graph
Chris Lattner
2003-01-29
4
-0
/
+26
*
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-23
2
-14
/
+24
*
Move to include/llvm/CodeGen
Chris Lattner
2003-01-14
1
-122
/
+0
*
Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
Chris Lattner
2003-01-14
2
-21
/
+1
*
Make a release build compile. This field is not really an enum, it's really ...
Chris Lattner
2002-12-12
1
-2
/
+2
*
No need to specify the class if the method is within the class declaration.
Misha Brukman
2002-12-12
2
-4
/
+4
*
Iterator that enumerates the ProgramDependenceGraph (PDG) for a function,
Vikram S. Adve
2002-12-08
1
-0
/
+308
*
An explicit representation of dependence graphs, and a pass that
Vikram S. Adve
2002-12-08
2
-0
/
+365
*
Stronger assertion in getNodeId(): node id must exist in the map.
Vikram S. Adve
2002-12-06
1
-2
/
+2
*
Added static helper method MergeNodes(). See DataStructure.cpp for more.
Vikram S. Adve
2002-12-06
2
-0
/
+8
*
Make sure to print indirect node again
Chris Lattner
2002-12-06
1
-3
/
+1
*
Added flags to CloneFlags to strip/keep Mod/Ref bits when cloning a graph.
Vikram S. Adve
2002-11-27
2
-0
/
+2
*
No longer need local graph to find call sites.
Vikram S. Adve
2002-11-27
1
-7
/
+5
*
Inline DSTypeRec stuff into DSNode
Chris Lattner
2002-11-18
2
-24
/
+36
*
Inline DSTypeRec into DSNode
Chris Lattner
2002-11-18
2
-30
/
+0
*
Templatize graph traits and iterator to work with const and non-const clients
Chris Lattner
2002-11-18
2
-14
/
+54
*
Omit the indirect node when printing call graphs
Chris Lattner
2002-11-17
1
-1
/
+3
*
Remove dead method, add new method
Chris Lattner
2002-11-12
2
-14
/
+18
*
Almost complete rewrite of BU closure code
Chris Lattner
2002-11-11
2
-2
/
+30
*
add method
Chris Lattner
2002-11-10
2
-0
/
+6
*
Add code to be able to merge two call sites
Chris Lattner
2002-11-10
2
-0
/
+22
[next]