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
/
GlobalsModRef.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the AliasAnalysis::getMustAliases method, which is dead.
Chris Lattner
2009-11-22
1
-1
/
+0
*
Rename MallocFreeHelper as MemoryBuiltins
Victor Hernandez
2009-10-27
1
-1
/
+1
*
Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...
Victor Hernandez
2009-10-26
1
-1
/
+1
*
Remove FreeInst.
Victor Hernandez
2009-10-26
1
-2
/
+2
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-3
/
+2
*
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-24
1
-3
/
+4
*
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
1
-3
/
+2
*
Enhance analysis passes so that they apply the same analysis to malloc calls ...
Victor Hernandez
2009-09-18
1
-2
/
+7
*
back out my recent commit (r80858), it seems to break self-hosting buildbot's...
Gabor Greif
2009-09-03
1
-1
/
+1
*
re-commit r66920 (which has been backed out in r66953) I may have more luck t...
Gabor Greif
2009-09-03
1
-1
/
+1
*
Revert r66920. It was causing failures in the self-hosting buildbot (in release
Bill Wendling
2009-03-13
1
-1
/
+1
*
Second installment of "BasicBlock operands to the back"
Gabor Greif
2009-03-13
1
-1
/
+1
*
Refactor my previous change to maintain the distinction between AliasAnalysis...
Owen Anderson
2009-02-05
1
-2
/
+18
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-3
/
+3
*
Factorize code: remove variants of "strip off
Duncan Sands
2008-10-01
1
-27
/
+4
*
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
*
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
1
-1
/
+1
*
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
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-6
/
+5
*
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-20
1
-1
/
+1
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-2
/
+3
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
1
-4
/
+1
*
Identify Analysis pass.
Devang Patel
2008-03-18
1
-0
/
+3
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
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
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
Reid Spencer
2007-02-05
1
-3
/
+5
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-12-23
1
-2
/
+2
*
eliminate static ctors from Statistics
Chris Lattner
2006-12-19
1
-16
/
+8
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-5
/
+5
*
For PR950:
Reid Spencer
2006-11-27
1
-4
/
+4
*
Fixme is already done
Chris Lattner
2006-10-01
1
-1
/
+0
*
Teach globalsmodref-aa to track scalar pointer global variables which point
Chris Lattner
2006-10-01
1
-52
/
+209
*
simplify AnalysisGroup registration, eliminating one typeid call.
Chris Lattner
2006-08-28
1
-1
/
+1
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-2
/
+2
*
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-12
1
-1
/
+1
*
Malloc/Free have mod/ref effects. Do not allow CSE of function calls that
Chris Lattner
2005-04-22
1
-0
/
+2
[next]