index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
IPA
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r64300 and r64301. These were causing the following errors respectively:
Bill Wendling
2009-02-11
1
-18
/
+8
*
Make sure the SCC pass manager initializes any contained
Duncan Sands
2009-02-11
1
-8
/
+18
*
Refactor my previous change to maintain the distinction between AliasAnalysis...
Owen Anderson
2009-02-05
1
-2
/
+18
*
introduce a useful abstraction to find out if a Use is in the call position o...
Gabor Greif
2009-01-22
1
-1
/
+2
*
switch over some other methods from indices to iterators
Gabor Greif
2009-01-17
1
-8
/
+8
*
speed up iterative loop by using iterators. changes direction, but functional...
Gabor Greif
2009-01-17
1
-4
/
+4
*
Add the private linkage.
Rafael Espindola
2009-01-15
3
-5
/
+5
*
minor simplification
Gabor Greif
2009-01-14
1
-2
/
+2
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
1
-2
/
+2
*
Check that the function prototypes are correct before assuming that the
Nick Lewycky
2008-12-27
1
-18
/
+28
*
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
1
-4
/
+3
*
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
1
-3
/
+4
*
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
1
-4
/
+3
*
Teach internalize to preserve the callgraph.
Duncan Sands
2008-10-03
1
-0
/
+13
*
Factorize code: remove variants of "strip off
Duncan Sands
2008-10-01
1
-27
/
+4
*
Rationalize the names of passes that print information:
Duncan Sands
2008-09-23
1
-1
/
+1
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+7
*
Fix PR2792: treat volatile loads as writing memory somewhere.
Duncan Sands
2008-09-13
1
-3
/
+11
*
Rather than marking all internal globals "Ref"
Duncan Sands
2008-09-12
1
-17
/
+11
*
Intrinsics don't touch internal global variables
Duncan Sands
2008-09-11
1
-2
/
+4
*
Intrinsics don't read these kinds of global
Duncan Sands
2008-09-11
1
-5
/
+7
*
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
*
Neaten this up a bit. No functionality change.
Duncan Sands
2008-09-04
1
-15
/
+14
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
4
-4
/
+4
*
If a SCC has a node without a function, then the SCC
Duncan Sands
2008-09-03
1
-9
/
+14
*
Fix maxo bado thinko.
Duncan Sands
2008-09-03
1
-1
/
+1
*
Since onlyReadsMemory returns true if in fact
Duncan Sands
2008-09-03
1
-2
/
+4
*
Cleanup GlobalsModRef a bit. When analysing the
Duncan Sands
2008-09-03
1
-104
/
+108
*
Don't use the result of WriteAsOperand or WriteTypeSymbolic.
Chris Lattner
2008-08-19
1
-3
/
+6
*
Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds
Chris Lattner
2008-08-08
1
-4
/
+2
*
Replace two manual loops with calls to CallSite::hasArguments (no functional ...
Matthijs Kooijman
2008-06-04
1
-3
/
+1
*
Fix some constructs that gcc-4.4 warns about.
Duncan Sands
2008-05-27
1
-1
/
+2
*
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-22
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
4
-25
/
+28
*
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-05-06
1
-3
/
+0
*
Add assert.
Devang Patel
2008-05-02
1
-0
/
+1
*
add a new CallGraphNode::removeCallEdgeFor method, tidy some comments.
Chris Lattner
2008-04-13
1
-0
/
+14
*
Fix PR 2169.
Daniel Berlin
2008-04-07
1
-0
/
+3
*
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
1
-0
/
+1
*
enable -analyze for andersens
Andrew Lenharth
2008-03-20
1
-19
/
+39
*
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-20
3
-3
/
+3
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
4
-6
/
+8
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
2
-8
/
+2
[prev]
[next]