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
/
LoopAccessAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r272194 No need for it if loop Analysis Manager is used
Xinliang David Li
2016-06-09
1
-11
/
+12
*
[PM] Refector LoopAccessInfo analysis code
Xinliang David Li
2016-06-08
1
-12
/
+11
*
[LAA] Improve non-wrapping pointer detection by handling loop-invariant case.
Andrey Turetskiy
2016-06-07
1
-4
/
+14
*
[LAA] Use load and store vectors (NFC)
Matthew Simpson
2016-06-06
1
-11
/
+7
*
[LAA] Check independence of strided accesses before forward case
Matthew Simpson
2016-05-19
1
-10
/
+11
*
[LAA] Rename forwarding conflict detection option (NFC)
Matthew Simpson
2016-05-16
1
-6
/
+6
*
[LAA] Comment couldPreventStoreLoadForward. NFC
Adam Nemet
2016-05-16
1
-2
/
+8
*
[LAA] clang-format the function couldPreventStoreLoadForward. NFC
Adam Nemet
2016-05-16
1
-9
/
+9
*
[LAA] Add option to disable conflict detection (NFC)
Matthew Simpson
2016-05-16
1
-2
/
+9
*
[LAA] Include MaxSafeDepDistBytes in the analysis print-out
Adam Nemet
2016-05-13
1
-0
/
+3
*
[LAA] Prepare the code to print more things in the summary. NFC
Adam Nemet
2016-05-13
1
-3
/
+3
*
[LAA] Use std::min. NFC
Adam Nemet
2016-05-12
1
-4
/
+2
*
[LAA] Use re-written SCEV expressions when computing distances
Silviu Baranga
2016-05-10
1
-7
/
+2
*
[LAA] Rename "isStridedPtr" with "getPtrStride". NFC.
Denis Zobnin
2016-05-10
1
-5
/
+5
*
[LV] Hint at the new loop distribution pragma in optimization remark
Adam Nemet
2016-05-09
1
-2
/
+6
*
[LAA] Fix confusing debug message
Adam Nemet
2016-05-05
1
-1
/
+1
*
[ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall
David Majnemer
2016-04-19
1
-1
/
+1
*
[SCEV][LAA] Add tests for SCEV expression transformations performed during LAA
Silviu Baranga
2016-04-14
1
-0
/
+5
*
Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...
Silviu Baranga
2016-04-08
1
-2
/
+2
*
Revert r265535 until we know how we can fix the bots
Silviu Baranga
2016-04-06
1
-2
/
+2
*
[SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Silviu Baranga
2016-04-06
1
-2
/
+2
*
[LAA] Formatting fix in previous change
Adam Nemet
2016-03-24
1
-2
/
+1
*
[LAA] Support memchecks involving loop-invariant addresses
Adam Nemet
2016-03-24
1
-17
/
+31
*
[SCEV] Change the SCEV Predicates interfaces for conversion to AddRecExpr to ...
Silviu Baranga
2016-03-23
1
-1
/
+1
*
[LAA] Add missing debug output
Adam Nemet
2016-03-01
1
-1
/
+3
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-2
/
+4
*
[SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory
Silviu Baranga
2016-02-08
1
-18
/
+43
*
Revert r260086 and r260085. They have broken the memory
Silviu Baranga
2016-02-08
1
-43
/
+18
*
[SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided p...
Silviu Baranga
2016-02-08
1
-18
/
+43
*
[LIR] Add support for structs and hand unrolled loops
Haicheng Wu
2016-01-26
1
-0
/
+72
*
Speculatively revert r258620 as it is the likely culprid of PR26293.
Quentin Colombet
2016-01-25
1
-72
/
+0
*
[LIR] Add support for structs and hand unrolled loops
Haicheng Wu
2016-01-23
1
-0
/
+72
*
[LAA] Include function name in debug output
Adam Nemet
2016-01-18
1
-3
/
+4
*
[Vectorization] Actually return from error case in isStridedPtr
Kyle Butt
2016-01-08
1
-0
/
+1
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-2
/
+2
*
Re-commit r255115, with the PredicatedScalarEvolution class moved to
Silviu Baranga
2015-12-09
1
-44
/
+45
*
Revert r255115 until we figure out how to fix the bot failures.
Silviu Baranga
2015-12-09
1
-44
/
+43
*
[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...
Silviu Baranga
2015-12-09
1
-43
/
+44
*
fix 'the the '; NFC
Sanjay Patel
2015-12-07
1
-1
/
+1
*
Fix LoopAccessAnalysis when potentially nullptr check are involved
Mehdi Amini
2015-11-05
1
-1
/
+6
*
[LAA] LLE 5/6: Add predicate functions Dependence::isForward/isBackward, NFC
Adam Nemet
2015-11-03
1
-2
/
+22
*
[LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFC
Adam Nemet
2015-11-03
1
-27
/
+21
*
[LAA] LLE 2/6: Fix a NoDep case that should be a Forward dependence
Adam Nemet
2015-11-03
1
-1
/
+1
*
[LAA] LLE 1/6: Expose Forward dependences
Adam Nemet
2015-11-03
1
-13
/
+1
*
[SCEV][LV] Add SCEV Predicates and use them to re-implement stride versioning
Silviu Baranga
2015-11-02
1
-25
/
+40
*
Put global classes into the appropriate namespace.
Benjamin Kramer
2015-10-28
1
-0
/
+2
*
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
2015-10-10
1
-1
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
[LAA] Hold bounds via ValueHandles during SCEV expansion
Adam Nemet
2015-08-21
1
-3
/
+6
*
[LAA] Comment how memchecks are codegened
Adam Nemet
2015-08-19
1
-0
/
+2
[prev]
[next]