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
/
unittests
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport 4878aa36d4a [ValueLattice] Add new state for undef constants.
Florian Hahn
2020-05-18
1
-0
/
+17
*
[SVEV] Recognise hardware-loop intrinsic loop.decrement.reg
Sjoerd Meijer
2020-01-10
1
-0
/
+28
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
2
-2
/
+2
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+837
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-837
/
+1
*
Revert "[VectorUtils] Introduce the Vector Function Database (VFDatabase)."
Francesco Petrogalli
2019-12-13
1
-21
/
+3
*
Rename LoopInfo::isRotated() to LoopInfo::isRotatedForm().
Kit Barton
2019-12-12
1
-17
/
+17
*
[Loop] Add isRotated method to Loop class.
Kit Barton
2019-12-11
1
-0
/
+55
*
[VectorUtils] Introduce the Vector Function Database (VFDatabase).
Francesco Petrogalli
2019-12-10
1
-3
/
+21
*
[llvm][VFABI] Add more testing for LLVM internal mangling.
Francesco Petrogalli
2019-12-09
1
-0
/
+39
*
[fix][unittests][llvm] Fix running unit tests without assertions. [NFCI]
Francesco Petrogalli
2019-12-05
1
-0
/
+2
*
[VectorUtils] API for VFShape, update VFInfo.
Francesco Petrogalli
2019-12-04
2
-1
/
+217
*
[unittests] Add InitializePasses.h includes
Heejin Ahn
2019-11-13
3
-1
/
+3
*
[VFABI] Add LLVM internal mangling for vector functions.
Francesco Petrogalli
2019-11-13
1
-0
/
+13
*
[VFABI] Read/Write functions for the VFABI attribute.
Francesco Petrogalli
2019-11-12
1
-0
/
+36
*
[LOOPGUARD] Remove asserts in getLoopGuardBranch
Whitney Tsang
2019-10-06
1
-0
/
+85
*
[LOOPGUARD] Disable loop with multiple loop exiting blocks.
Whitney Tsang
2019-09-26
1
-0
/
+120
*
[SCEV] Disable canonical expansion for non-affine addrecs.
Artur Pilipenko
2019-09-24
1
-0
/
+182
*
[PGO][PGSO] ProfileSummary changes.
Hiroshi Yamauchi
2019-09-24
1
-0
/
+42
*
[SVFS] Vector Function ABI demangling.
Francesco Petrogalli
2019-09-19
2
-0
/
+440
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
3
-3
/
+6
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
[SCEV] Return zero from computeConstantDifference(X, X)
Nikolai Bozhenov
2019-08-07
1
-2
/
+68
*
[AliasAnalysis] Initialize a member variable that may be used by unit test.
Peter Smith
2019-08-02
1
-5
/
+2
*
[LOOPINFO] Introduce the loop guard API.
Whitney Tsang
2019-07-25
1
-61
/
+102
*
[BasicAA] Temporarily disable two tests
George Burgess IV
2019-07-25
1
-2
/
+5
*
[LoopInfo] Fix getUniqueNonLatchExitBlocks
Serguei Katkov
2019-07-17
1
-0
/
+43
*
[LoopInfo] Introduce getUniqueNonLatchExitBlocks utility function
Serguei Katkov
2019-07-15
1
-0
/
+46
*
isBytewiseValue checks ConstantVector element by element
Vitaly Buka
2019-07-12
1
-1
/
+1
*
Return Undef from isBytewiseValue for empty arrays or structs
Vitaly Buka
2019-07-12
1
-4
/
+4
*
Handle IntToPtr in isBytewiseValue
Vitaly Buka
2019-07-12
1
-3
/
+3
*
[test] Silence gcc 7.4 warning [NFC]
Mikael Holmen
2019-07-11
1
-1
/
+1
*
Add IsBytewiseValue unit test
Vitaly Buka
2019-07-10
1
-11
/
+268
*
[SCEV] Fix for PR42397. SCEVExpander wrongly adds nsw to shl instruction.
Denis Bakhvalov
2019-07-08
1
-0
/
+41
*
Use "willreturn" in isGuaranteedToTransferExecutionToSuccessor
Johannes Doerfert
2019-06-27
1
-0
/
+3
*
[Analysis] add isSplatValue() for vectors in IR
Sanjay Patel
2019-06-11
1
-0
/
+190
*
[Analysis] add unit test file for VectorUtils; NFC
Sanjay Patel
2019-06-10
2
-0
/
+92
*
[LOOPINFO] Extend Loop object to add utilities to get the loop bounds,
Whitney Tsang
2019-06-05
1
-0
/
+900
*
Revert "Title: [LOOPINFO] Extend Loop object to add utilities to get the loop"
Whitney Tsang
2019-06-05
1
-900
/
+0
*
Title: [LOOPINFO] Extend Loop object to add utilities to get the loop
Whitney Tsang
2019-06-05
1
-0
/
+900
*
Add ScalarEvolutionsTest::SCEVExpandInsertCanonicalIV tests
Artur Pilipenko
2019-06-03
1
-0
/
+193
*
[SimplifyLibCalls] Fold more fortified functions into non-fortified variants
Erik Pilkington
2019-05-31
1
-0
/
+11
*
Revert [LOOPINFO] Extend Loop object to add utilities to get the loop bou...
Kit Barton
2019-05-23
1
-900
/
+0
*
[LOOPINFO] Extend Loop object to add utilities to get the loop bounds, st...
Kit Barton
2019-05-23
1
-0
/
+900
*
[INLINER] allow inlining of blockaddresses if sole uses are callbrs
Nick Desaulniers
2019-05-20
1
-0
/
+29
*
Save the induction binary operator in IVDescriptors for non FP induction vari...
Kit Barton
2019-05-14
2
-0
/
+101
*
An unreachable block may have a route to a reachable block, don't fast-path r...
Nick Lewycky
2019-04-04
1
-0
/
+14
*
Fix TargetLibraryInfoTest.ValidProto after rL357552
Sam Clegg
2019-04-03
1
-0
/
+5
*
Add an optional list of blocks to avoid when looking for a path in isPotentia...
Nick Lewycky
2019-04-02
1
-17
/
+83
*
Not all blocks are reachable from entry. Don't assume they are.
Nick Lewycky
2019-04-01
1
-0
/
+40
[next]