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
*
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
*
Changes from Curtis Dunham implementing lazy cycle detection algorithm.
Daniel Berlin
2007-12-12
1
-125
/
+287
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
1
-1
/
+1
*
Integrate the readonly/readnone logic more deeply
Duncan Sands
2007-12-01
1
-1
/
+1
*
chain update requests properly.
Chris Lattner
2007-11-30
1
-0
/
+3
*
Create nodes for inline asm so that we don't crash looking for the node later.
Nick Lewycky
2007-11-22
1
-0
/
+8
*
Silenced a VC++ warning.
Hartmut Kaiser
2007-10-25
1
-1
/
+1
*
Add a new DenseSet abstraction.
Chris Lattner
2007-09-30
1
-4
/
+4
*
Switch to densemap rather than std::set
Daniel Berlin
2007-09-29
1
-3
/
+26
*
Ignore redundant constraints
Daniel Berlin
2007-09-27
1
-2
/
+20
*
Don't execute dump unless NDEBUG isn't defined.
Bill Wendling
2007-09-24
1
-0
/
+2
*
Comment fixups
Daniel Berlin
2007-09-24
1
-12
/
+11
*
Implement offline variable substitution in order to reduce memory
Daniel Berlin
2007-09-24
1
-91
/
+926
*
Fix bug in andersen's related to test_and_set.
Daniel Berlin
2007-09-16
1
-4
/
+3
*
Rewrite of andersen's to be about 100x faster, cleaner, and begin to support ...
Daniel Berlin
2007-09-16
1
-324
/
+687
*
Do not overuse std::string. Pass around char * directly.
Devang Patel
2007-08-10
1
-1
/
+1
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+1
*
Verify loop info.
Devang Patel
2007-07-19
1
-1
/
+2
*
Replace mysterious code causing a g++-4.2 warning
Duncan Sands
2007-07-19
1
-6
/
+3
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
6
-0
/
+2351