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
/
DependenceAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DA] Delinearise AddRecs if we can prove they don't wrap
David Green
2018-06-25
1
-2
/
+21
*
[DA] Enable -da-delinearize by default
David Green
2018-06-21
1
-9
/
+54
*
[DA] Fix direction vectors for weakZeroSrcSIV
David Green
2018-05-31
1
-4
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-236
/
+243
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[DA] Improve alias checking in dependence analysis
David Green
2018-04-10
1
-10
/
+37
*
[NFC] Consolidate six getPointerOperand() utility functions into one place
Renato Golin
2018-03-09
1
-17
/
+10
*
DA: remove uses of GEP, only ask SCEV
Sebastian Pop
2018-03-06
1
-77
/
+19
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
fix typos in comments and error messages; NFC
Hiroshi Inoue
2017-07-10
1
-2
/
+2
*
[DependenceAnalysis] Make sure base objects are the same when comparing GEPs
Brendon Cahoon
2017-07-05
1
-1
/
+2
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-17
/
+16
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-2
/
+3
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
Benjamin Kramer
2016-06-26
1
-8
/
+8
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-9
/
+4
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-3
/
+3
*
[PM] Port of the DepndenceAnalysis to the new PM.
Chandler Carruth
2016-05-12
1
-227
/
+172
*
[DependenceAnalysis] Refactor uses of getConstantPart. NFC.
Brendon Cahoon
2016-04-19
1
-36
/
+21
*
[DependenceAnalysis] Check if result of getConstantPart is null
Brendon Cahoon
2016-04-04
1
-0
/
+6
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-33
/
+33
*
[SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das
2015-09-23
1
-23
/
+19
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
Fix how DependenceAnalysis calls delinearization
Hal Finkel
2015-08-19
1
-17
/
+34
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
[PM/AA] Simplify the AliasAnalysis interface by removing a wrapper
Chandler Carruth
2015-08-06
1
-2
/
+2
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-07-31
1
-4
/
+3
*
Move delinearization from SCEVAddRecExpr to ScalarEvolution
Tobias Grosser
2015-06-29
1
-4
/
+4
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
1
-9
/
+8
*
[DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript...
Jingyue Wu
2015-05-29
1
-17
/
+53
*
[DependenceAnalysis] Fix for PR21585: collectUpperBound triggers asserts
James Molloy
2015-05-15
1
-2
/
+20
*
Fix a memory corruption in Dependency Analysis.
Karthik Bhat
2015-03-10
1
-0
/
+2
*
Fix a crash in Dependency Analysis.
Karthik Bhat
2015-03-10
1
-6
/
+6
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-11
/
+11
*
Reformat.
NAKAMURA Takumi
2015-03-05
1
-14
/
+11
*
Revert r231103, "FullDependenceAnalysis: Avoid using the (deprecated in C++11...
NAKAMURA Takumi
2015-03-05
1
-22
/
+23
*
Revert r231104, "unique_ptrify FullDependenceAnalysis::DV", to appease msc18 ...
NAKAMURA Takumi
2015-03-05
1
-5
/
+9
*
unique_ptrify FullDependenceAnalysis::DV
David Blaikie
2015-03-03
1
-9
/
+5
*
FullDependenceAnalysis: Avoid using the (deprecated in C++11) copy ctor
David Blaikie
2015-03-03
1
-23
/
+22
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+3
*
[DependenceAnalysis] Allow subscripts of different types
Jingyue Wu
2014-11-16
1
-4
/
+27
*
Reformat partially, where I touched for whitespace changes.
NAKAMURA Takumi
2014-10-28
1
-9
/
+5
*
Untabify and whitespace cleanups.
NAKAMURA Takumi
2014-10-28
1
-3
/
+3
*
Analysis: cleanup
Dylan Noblesmith
2014-08-26
1
-3
/
+2
*
Revert "Analysis: unique_ptr-ify DependenceAnalysis::collectCoeffInfo"
Dylan Noblesmith
2014-08-26
1
-8
/
+8
*
Analysis: unique_ptr-ify DependenceAnalysis::collectCoeffInfo
Dylan Noblesmith
2014-08-25
1
-8
/
+8
*
Analysis: unique_ptr-ify DependenceAnalysis::depends
Dylan Noblesmith
2014-08-25
1
-8
/
+8
*
Analysis: take a reference instead of pointer
Dylan Noblesmith
2014-08-25
1
-6
/
+5
[next]