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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BasicAA] Make BasicAA a cfg pass.
Alina Sbirlea
2020-06-23
1
-2
/
+3
*
Backport 4878aa36d4a [ValueLattice] Add new state for undef constants.
Florian Hahn
2020-05-18
2
-8
/
+10
*
No longer generate calls to *_finite
serge-sans-paille
2020-02-28
1
-0
/
+3
*
[MemorySSA] Don't verify MemorySSA unless VerifyMemorySSA enabled
Nikita Popov
2020-02-27
1
-1
/
+4
*
[SCEV] Follow up of D71563: addressing post commit comment. NFC.
Sjoerd Meijer
2020-01-13
1
-11
/
+6
*
[SCEV] accurate range for addrecexpr with nuw flag
Zheng Chen
2020-01-12
1
-5
/
+6
*
[SCEV] more accurate range for addrecexpr with nsw flag.
Zheng Chen
2020-01-11
1
-9
/
+17
*
[NFC][InlineCost] Factor cost modeling out of CallAnalyzer traversal.
Mircea Trofin
2020-01-10
1
-328
/
+431
*
[SVEV] Recognise hardware-loop intrinsic loop.decrement.reg
Sjoerd Meijer
2020-01-10
1
-0
/
+11
*
[InstSimplify] select Cond, true, false --> Cond
Sanjay Patel
2020-01-09
1
-0
/
+9
*
Revert "[NFC][InlineCost] Factor cost modeling out of CallAnalyzer traversal."
Mircea Trofin
2020-01-08
1
-422
/
+330
*
[NFC][InlineCost] Factor cost modeling out of CallAnalyzer traversal.
Mircea Trofin
2020-01-08
1
-330
/
+422
*
[SCEV] get more accurate range for AddExpr with wrap flag.
czhengsz
2020-01-07
1
-1
/
+8
*
[NFC] Use isX86() instead of getArch()
Jim Lin
2020-01-07
1
-4
/
+2
*
Add ExternalAAWrapperPass to createLegacyPMAAResults.
Neil Henning
2020-01-06
1
-0
/
+5
*
[Metadata] Add TBAA struct metadata to `AAMDNode`
Anton Afanasyev
2020-01-06
1
-10
/
+7
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
3
-1
/
+2454
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
3
-2454
/
+1
*
[SCEV] Remove unused ScalarEvolutionExpander.h includes (NFC).
Florian Hahn
2020-01-04
1
-1
/
+0
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
3
-4
/
+4
*
[NFC][DA] Remove duplicate code in checkSrcSubscript and checkDstSubscript
Danilo Carvalho Grael
2019-12-27
1
-25
/
+16
*
Temporarily revert "Reapply [LVI] Normalize pointer behavior" and "[LVI] Rest...
Jordan Rupprecht
2019-12-20
1
-134
/
+174
*
[NFC][InlineCost] Simplify internal inlining cost interface
Mircea Trofin
2019-12-19
1
-11
/
+11
*
[ValueTracking] isKnownNonZero() should take non-null-ness assumptions into c...
Roman Lebedev
2019-12-20
1
-0
/
+70
*
[ValueTracking] isValidAssumeForContext(): CxtI itself also must transfer exe...
Roman Lebedev
2019-12-20
1
-5
/
+4
*
[DDG] Data Dependence Graph - Ordinals
Bardia Mahjour
2019-12-19
1
-0
/
+21
*
[NFC][InlineCost] Run clang-format on InlineCost.cpp
Mircea Trofin
2019-12-18
1
-11
/
+10
*
[ThinLTO] Show preserved symbols in DOT files
evgeny
2019-12-18
1
-1
/
+1
*
[NFC][TTI] Add Alignment for isLegalMasked[Gather/Scatter]
Anna Welker
2019-12-18
1
-4
/
+6
*
[TLI] Support for per-Function TLI that overrides available libfuncs
Teresa Johnson
2019-12-16
1
-18
/
+8
*
[InstSimplify] fold splat of inserted constant to vector constant
Sanjay Patel
2019-12-15
1
-0
/
+24
*
Revert "[VectorUtils] Introduce the Vector Function Database (VFDatabase)."
Francesco Petrogalli
2019-12-13
3
-8
/
+3
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
8
-37
/
+49
*
Reapply [LVI] Normalize pointer behavior
Nikita Popov
2019-12-13
1
-79
/
+88
*
[NFC][InstSimplify] Refactoring ThreadCmpOverSelect function
Denis Bakhvalov
2019-12-12
1
-44
/
+79
*
Rename LoopInfo::isRotated() to LoopInfo::isRotatedForm().
Kit Barton
2019-12-12
1
-1
/
+1
*
[BasicAA] Use GEP as context for computeKnownBits in aliasGEP.
Florian Hahn
2019-12-12
1
-1
/
+2
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
8
-47
/
+37
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
8
-37
/
+47
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
3
-0
/
+5
*
Rename TTI::getIntImmCost for instructions and intrinsics
Reid Kleckner
2019-12-11
1
-6
/
+6
*
[ValueTracking] Pointer is known nonnull after load/store
Danila Kutenin
2019-12-11
1
-0
/
+9
*
Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=Off builds after D65958 and...
Fangrui Song
2019-12-11
1
-2
/
+1
*
[DA] Improve dump to show source and sink of the dependence
Bardia Mahjour
2019-12-11
1
-10
/
+7
*
[Loop] Add isRotated method to Loop class.
Kit Barton
2019-12-11
1
-1
/
+1
*
[VectorUtils] Introduce the Vector Function Database (VFDatabase).
Francesco Petrogalli
2019-12-10
3
-3
/
+8
*
[ValueTracking] Allow context-sensitive nullness check for non-pointers
Johannes Doerfert
2019-12-09
2
-11
/
+35
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-6
/
+6
*
[InstSimplify] fold copysign with negated operand, part 2
Sanjay Patel
2019-12-08
1
-1
/
+3
*
[InstSimplify] fold copysign with negated operand
Sanjay Patel
2019-12-08
1
-0
/
+3
[next]