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
/
CallGraph.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify this some more. No functionality change.
Duncan Sands
2008-09-09
1
-15
/
+8
*
Optimization suggested by Matthijs Kooijman.
Duncan Sands
2008-09-09
1
-1
/
+2
*
Correct callgraph construction. It has two problems:
Duncan Sands
2008-09-09
1
-34
/
+14
*
Didn't mean to commit this change to how the
Duncan Sands
2008-09-08
1
-8
/
+4
*
Reapply 55859. This doesn't change anything as
Duncan Sands
2008-09-08
1
-14
/
+8
*
When PruneEH turned an invoke into an ordinary
Duncan Sands
2008-09-06
1
-1
/
+14
*
Revert r55859. This is breaking the build in the abscence of its companion c...
Owen Anderson
2008-09-05
1
-0
/
+10
*
Delete the removeCallEdgeTo callgraph method,
Duncan Sands
2008-09-05
1
-10
/
+0
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Replace two manual loops with calls to CallSite::hasArguments (no functional ...
Matthijs Kooijman
2008-06-04
1
-3
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-4
/
+5
*
add a new CallGraphNode::removeCallEdgeFor method, tidy some comments.
Chris Lattner
2008-04-13
1
-0
/
+14
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+309