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
*
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
*
Fix PR 2160 by making sure arguments to external functions get marked as poin...
Daniel Berlin
2008-03-18
1
-18
/
+36
*
Dial down gcc's warnings: don't use 0UL when 0U suffices (and when the
Scott Michel
2008-03-18
1
-4
/
+4
*
Identify Analysis pass.
Devang Patel
2008-03-18
2
-0
/
+6
*
Add Hybrid Cycle Detection to Andersen's analysis.
Daniel Berlin
2008-03-05
1
-32
/
+272
*
De-tabify.
Bill Wendling
2008-02-26
1
-8
/
+8
*
Change a C-style cast to const_cast, to avoid a -Wcast-qual warning.
Dan Gohman
2008-02-21
1
-1
/
+1
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
2
-3
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
5
-10
/
+10
*
remove attribution from lib Makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords, and fix a minor typo that they uncovered.
Dan Gohman
2007-12-14
1
-1
/
+1
[next]