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
/
lib
/
Analysis
/
IPA
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust for new DSGraph API
Chris Lattner
2003-06-30
1
-1
/
+1
*
Fix bug: CBackend/2003-05-31-MissingStructName.ll
Chris Lattner
2003-05-31
1
-0
/
+1
*
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
2003-05-29
1
-4
/
+2
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
1
-2
/
+2
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-3
/
+3
*
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-23
1
-2
/
+2
*
Remove #includes
Chris Lattner
2002-12-12
1
-2
/
+0
*
Iterator that enumerates the ProgramDependenceGraph (PDG) for a function,
Vikram S. Adve
2002-12-08
1
-0
/
+250
*
An explicit representation of dependence graphs, and a pass that
Vikram S. Adve
2002-12-08
2
-0
/
+571
*
(1) Bug fix that was causing nodes with dangling references to be freed.
Vikram S. Adve
2002-11-27
1
-77
/
+201
*
Fix bug
Chris Lattner
2002-11-11
1
-3
/
+2
*
Reduce amount of work needed to compute ip/modref
Chris Lattner
2002-11-08
1
-1
/
+2
*
Fix IPModRef to use new DS interface
Chris Lattner
2002-11-08
1
-8
/
+1
*
Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet d...
Chris Lattner
2002-11-07
1
-4
/
+56
*
Fix problem with dangling referrers
Chris Lattner
2002-11-07
1
-1
/
+4
*
Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,
Chris Lattner
2002-11-06
1
-6
/
+18
*
Add a stub to implement the context sensitive mod/ref info for call sites
Chris Lattner
2002-11-06
1
-12
/
+23
*
Give a back pointer to the IPModRef object to the FunctionModRefInfo object
Chris Lattner
2002-11-06
1
-4
/
+6
*
Remove a couple of #includes, move some code from .h file
Chris Lattner
2002-11-06
1
-8
/
+32
*
An interprocedural analysis pass that computes flow-insensitive
Vikram S. Adve
2002-11-06
1
-0
/
+218
*
Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.
Vikram S. Adve
2002-11-04
1
-0
/
+93
*
Allow the call graph to be called from analyze naturally with print implemented
Chris Lattner
2002-11-04
1
-6
/
+5
*
Make users of FindUsedTypes not have problems with linkage. This fixes
Chris Lattner
2002-09-24
1
-0
/
+3
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
3
-3
/
+0
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
3
-7
/
+5
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
2
-0
/
+4
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-3
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-12
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-2
/
+1
*
Convert Command Line option handling code to use the CommandLine 2.0 interface
Chris Lattner
2002-07-22
1
-3
/
+3
*
* s/method/function
Chris Lattner
2002-07-18
1
-52
/
+53
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
3
-32
/
+27
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
2
-2
/
+0
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
2
-16
/
+0
*
Print out what the root of the call graph is.
Chris Lattner
2002-04-10
1
-0
/
+2
*
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-09
1
-0
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
2
-13
/
+9
*
s/Method/Function
Chris Lattner
2002-03-29
1
-2
/
+2
*
change refs to Method to Function
Chris Lattner
2002-03-26
1
-13
/
+13
*
Initial checkin
Chris Lattner
2002-03-07
1
-0
/
+7
*
Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...
Chris Lattner
2002-03-06
1
-30
/
+88
*
Move call graph printing support out of Writer.h into Callgraph.h
Chris Lattner
2002-03-06
1
-22
/
+2
*
Take CallGraph out of the CFG namespace. It has nothing to do with CFGs
Chris Lattner
2002-03-06
1
-12
/
+12
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-0
/
+1
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
3
-7
/
+7
*
Convert analyses to new pass structure
Chris Lattner
2002-01-31
3
-46
/
+80
*
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-21
2
-5
/
+5
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
3
-13
/
+13
[next]