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
...
*
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
2015-10-10
1
-1
/
+1
*
Fix a think-o in which functions these should surround
Justin Bogner
2015-09-24
1
-2
/
+2
*
Add some NDEBUG checks I accidentally dropped in r248462
Justin Bogner
2015-09-24
1
-0
/
+2
*
BasicAA: Move BasicAAResult::alias out-of-line. NFC
Justin Bogner
2015-09-24
1
-0
/
+41
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-137
/
+139
*
[BasicAA] Fix the handling of sext and zext in the analysis of GEPs.
Quentin Colombet
2015-08-31
1
-48
/
+215
*
[BasicAA] Revert r221876 because it can produce incorrect aliasing
Quentin Colombet
2015-08-19
1
-51
/
+4
*
[BasicAliasAnalysis] Do not check ModRef table for intrinsics
Igor Laevsky
2015-08-17
1
-7
/
+0
*
[PM/AA] Clean up and homogenize comments throughout basic-aa.
Chandler Carruth
2015-08-06
1
-52
/
+59
*
[PM/AA] Run clang-format over all of basic-aa before making more
Chandler Carruth
2015-08-06
1
-59
/
+60
*
[PM/AA] Hoist the interface for BasicAA into a header file.
Chandler Carruth
2015-08-06
1
-192
/
+10
*
Add a stat to show how often the limit to decompose GEPs in BasicAA is reached.
Wei Mi
2015-08-05
1
-0
/
+11
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-35
/
+32
*
Analyze recursive PHI nodes in BasicAA
Tobias Edler von Koch
2015-07-15
1
-0
/
+26
*
Revert r241981 "Revert "Revert r236894 "[BasicAA] Fix zext & sext handling"""
Manuel Klimek
2015-07-13
1
-199
/
+60
*
Revert "Revert r236894 "[BasicAA] Fix zext & sext handling""
Hal Finkel
2015-07-11
1
-60
/
+199
*
Add argmemonly attribute.
Igor Laevsky
2015-07-11
1
-0
/
+6
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
1
-39
/
+34
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
Chandler Carruth
2015-06-17
1
-18
/
+26
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-14
/
+16
*
[PM/AA] Split the location computation out of getArgLocation so the
Chandler Carruth
2015-06-17
1
-64
/
+15
*
Revert r236894 "[BasicAA] Fix zext & sext handling"
Hans Wennborg
2015-05-22
1
-199
/
+60
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-1
/
+1
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-4
/
+3
*
[BasicAA] Fix zext & sext handling
Sanjoy Das
2015-05-08
1
-60
/
+199
*
Update BasicAliasAnalysis to understand that nothing aliases with undef values.
Daniel Berlin
2015-05-05
1
-0
/
+5
*
[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
[prev]
[next]