index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
BasicAliasAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
1
-2
/
+2
*
Small optimization to avoid getting pass info when we will not run loop
Daniel Berlin
2015-03-20
1
-0
/
+3
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-30
/
+20
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-3
/
+6
*
[BasicAA] Try to disambiguate GEPs through arrays of structs into
Ahmed Bougacha
2015-02-07
1
-0
/
+104
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-1
/
+2
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-4
/
+6
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-30
/
+42
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Revert r219432 - "Revert "[BasicAA] Revert "Revert r218714 - Make better use ...
Hal Finkel
2014-11-13
1
-5
/
+55
*
Revert "[BasicAA] Revert "Revert r218714 - Make better use of zext and sign i...
Hal Finkel
2014-10-09
1
-41
/
+2
*
[BasicAA] Revert "Revert r218714 - Make better use of zext and sign informati...
Hal Finkel
2014-10-06
1
-2
/
+41
*
Make AAMDNodes ctor and operator bool (!!!) explicit, mop up bugs and weirdne...
Benjamin Kramer
2014-10-04
1
-3
/
+3
*
[BasicAA] Revert r218714 - Make better use of zext and sign information.
Lang Hames
2014-10-03
1
-29
/
+2
*
[BasicAA] Make better use of zext and sign information
Hal Finkel
2014-09-30
1
-2
/
+29
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-14
/
+29
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-4
/
+2
*
Add @llvm.assume, lowering, and some basic properties
Hal Finkel
2014-07-25
1
-4
/
+28
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-47
/
+47
*
Move isIdentifiedFunctionLocal from BasicAA to AA
Hal Finkel
2014-07-21
1
-11
/
+0
*
Improve BasicAA CS-CS queries (redux)
Hal Finkel
2014-07-17
1
-117
/
+103
*
Teach GetUnderlyingObject / BasicAA about addrspacecast
Matt Arsenault
2014-07-15
1
-1
/
+2
*
Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303.
Nick Lewycky
2014-07-15
1
-103
/
+117
*
Improve BasicAA CS-CS queries
Hal Finkel
2014-07-08
1
-117
/
+103
*
Remove a couple of redundant copies of SmallVector::operator==.
Benjamin Kramer
2014-04-18
1
-16
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-13
/
+13
*
PR15967 Fix in basicaa for faulty returning no alias.
Arnold Schwaighofer
2014-03-26
1
-11
/
+38
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-12
/
+11
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Rename a few more DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-21
/
+21
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-21
/
+21
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
BasicAA: We need to check both access sizes when comparing a gep and an
Arnold Schwaighofer
2014-01-16
1
-1
/
+9
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-1
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
BasicAA: Use reachabilty instead of dominance for checking value equality in phi
Arnold Schwaighofer
2014-01-03
1
-28
/
+35
*
BasicAA: Fix value equality and phi cycles
Arnold Schwaighofer
2014-01-02
1
-37
/
+112
*
Use correct size for address space in BasicAA.
Matt Arsenault
2013-11-16
1
-2
/
+3
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
1
-11
/
+0
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
1
-0
/
+11
*
Use type helper functions
Matt Arsenault
2013-09-27
1
-3
/
+2
*
Remove trailing spaces.
Jakub Staszak
2013-08-24
1
-45
/
+44
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-2
/
+2
*
Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...
Michael Kuperstein
2013-05-28
1
-4
/
+15
*
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
1
-1
/
+30
*
BasicAA: Only query twice if the result of the more general query was MayAlias
Arnold Schwaighofer
2013-03-26
1
-5
/
+5
*
add getUnderlyingObjectSize()
Nuno Lopes
2013-03-02
1
-30
/
+1
*
Fix a problem in alias analysis. It is about the misinterpretation of "Object".
Shuxin Yang
2013-02-28
1
-0
/
+29
[prev]
[next]