Author: rksimon
Date: Sat May 11 13:21:59 2019
New Revision: 360531
URL: http://llvm.org/viewvc/llvm-project?rev=360531&view=rev
Log:
Revert rL360499 and rL360464 from cfe/trunk:
Reject attempts to call non-static member functions on objects outside
their lifetime in constant expressions.
This is
Author: rksimon
Date: Tue May 14 07:58:47 2019
New Revision: 360681
URL: http://llvm.org/viewvc/llvm-project?rev=360681&view=rev
Log:
[Sema] CodeSynthesisContext - add missing variable initialization to
constructor. NFCI.
SavedInNonInstantiationSFINAEContext isn't used outside of specific contex
Author: rksimon
Date: Fri May 17 06:42:16 2019
New Revision: 361032
URL: http://llvm.org/viewvc/llvm-project?rev=361032&view=rev
Log:
Fix Wdocumentation warnings. NFCI.
Modified:
cfe/trunk/include/clang/Sema/Sema.h
Modified: cfe/trunk/include/clang/Sema/Sema.h
URL:
http://llvm.org/viewvc/ll
Author: rksimon
Date: Sat May 18 04:33:27 2019
New Revision: 361096
URL: http://llvm.org/viewvc/llvm-project?rev=361096&view=rev
Log:
ASTNodeImporter - fix uninitialized variable warnings. NFCI.
Modified:
cfe/trunk/lib/AST/ASTImporter.cpp
Modified: cfe/trunk/lib/AST/ASTImporter.cpp
URL:
htt
Author: rksimon
Date: Sat May 18 04:42:19 2019
New Revision: 361097
URL: http://llvm.org/viewvc/llvm-project?rev=361097&view=rev
Log:
MIGChecker - assert we have a non-null LocationContext. NFCI.
Fixes scan-build warning.
Modified:
cfe/trunk/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
Modifi
Author: rksimon
Date: Sat May 18 05:17:15 2019
New Revision: 361098
URL: http://llvm.org/viewvc/llvm-project?rev=361098&view=rev
Log:
ScalarExprEmitter::EmitCompoundAssign - fix uninitialized variable warning.
NFCI.
Modified:
cfe/trunk/lib/CodeGen/CGExprScalar.cpp
Modified: cfe/trunk/lib/Co
Author: rksimon
Date: Tue May 21 03:48:42 2019
New Revision: 361238
URL: http://llvm.org/viewvc/llvm-project?rev=361238&view=rev
Log:
[CGBuiltin] dumpRecord - remove unused field offset. NFCI.
Modified:
cfe/trunk/lib/CodeGen/CGBuiltin.cpp
Modified: cfe/trunk/lib/CodeGen/CGBuiltin.cpp
URL:
h
Author: rksimon
Date: Tue May 21 04:37:54 2019
New Revision: 361242
URL: http://llvm.org/viewvc/llvm-project?rev=361242&view=rev
Log:
[CodeGenModule] BlockByrefHelpers - add missing uninitialized variables to
constructor. NFCI.
Modified:
cfe/trunk/lib/CodeGen/CodeGenModule.h
Modified: cfe/t
Author: rksimon
Date: Wed May 22 06:02:19 2019
New Revision: 361379
URL: http://llvm.org/viewvc/llvm-project?rev=361379&view=rev
Log:
[CGOpenMPRuntime] emitX86DeclareSimdFunction - assert simdlen/cdtsize is not
zero. NFCI.
Fixes scan-build division by zero warning.
Modified:
cfe/trunk/lib/C
Author: rksimon
Date: Thu May 23 13:07:27 2019
New Revision: 361545
URL: http://llvm.org/viewvc/llvm-project?rev=361545&view=rev
Log:
Fix sphinx unknown document error
Modified:
clang-tools-extra/trunk/docs/ReleaseNotes.rst
Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst
URL:
http:/
Author: rksimon
Date: Fri May 24 02:31:32 2019
New Revision: 361616
URL: http://llvm.org/viewvc/llvm-project?rev=361616&view=rev
Log:
Fix sphinx "Malformed option description" warning
Modified:
clang-tools-extra/trunk/docs/clang-tidy/checks/cppcoreguidelines-pro-type-member-init.rst
Modifie
Author: rksimon
Date: Mon Dec 17 04:17:37 2018
New Revision: 349342
URL: http://llvm.org/viewvc/llvm-project?rev=349342&view=rev
Log:
Fix "enumeral mismatch in conditional expression" gcc7 warnings. NFCI.
Modified:
cfe/trunk/lib/Sema/SemaDeclAttr.cpp
cfe/trunk/lib/Sema/SemaDeclCXX.cpp
Mo
Author: rksimon
Date: Mon Dec 17 04:25:42 2018
New Revision: 349343
URL: http://llvm.org/viewvc/llvm-project?rev=349343&view=rev
Log:
Fix "enumeral mismatch in conditional expression" gcc7 warning. NFCI.
Modified:
cfe/trunk/lib/Sema/SemaStmtAttr.cpp
Modified: cfe/trunk/lib/Sema/SemaStmtAttr.
Author: rksimon
Date: Mon Dec 17 07:14:08 2018
New Revision: 349357
URL: http://llvm.org/viewvc/llvm-project?rev=349357&view=rev
Log:
Build ASTImporterTest.cpp with /bigobj on MSVC builds to keep
llvm-clang-x86_64-expensive-checks-win buildbot happy
Modified:
cfe/trunk/unittests/AST/CMakeLis
Author: rksimon
Date: Wed Dec 19 06:43:47 2018
New Revision: 349631
URL: http://llvm.org/viewvc/llvm-project?rev=349631&view=rev
Log:
[X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic
intrinsics (clang)
Sibling patch to D55855, this emits UADD_SAT/USUB_SAT generic int
Author: rksimon
Date: Thu Dec 20 03:53:45 2018
New Revision: 349743
URL: http://llvm.org/viewvc/llvm-project?rev=349743&view=rev
Log:
[X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic
intrinsics (clang)
This emits SADD_SAT/SSUB_SAT generic intrinsics for the SSE signed
Author: rksimon
Date: Thu Dec 20 11:01:13 2018
New Revision: 349796
URL: http://llvm.org/viewvc/llvm-project?rev=349796&view=rev
Log:
[X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift
intrinsics (clang)
This emits FSHL/FSHR generic intrinsics for the XOP VPROT and AVX512
Author: rksimon
Date: Fri Dec 21 02:11:23 2018
New Revision: 349894
URL: http://llvm.org/viewvc/llvm-project?rev=349894&view=rev
Log:
Revert rL349876 from cfe/trunk: [analyzer] Perform escaping in
RetainCountChecker on type mismatch even for inlined functions
The fix done in D55465 did not previ
Author: rksimon
Date: Tue Jan 8 04:59:15 2019
New Revision: 350619
URL: http://llvm.org/viewvc/llvm-project?rev=350619&view=rev
Log:
[X86] Add shift-by-immediate tests for non-immediate/out-of-range values
As noted on PR40203, for gcc compatibility we need to support non-immediate
values in the
Author: rksimon
Date: Sun Sep 15 09:05:20 2019
New Revision: 371934
URL: http://llvm.org/viewvc/llvm-project?rev=371934&view=rev
Log:
[OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI.
Fixes static analyzer uninitialized variable warning for the OMPClause - the
func
Author: rksimon
Date: Wed Sep 18 05:11:16 2019
New Revision: 372217
URL: http://llvm.org/viewvc/llvm-project?rev=372217&view=rev
Log:
[AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling.
The static analyzer noticed that we were dereferencing it even when the default
null va
Author: rksimon
Date: Tue Sep 24 01:56:44 2019
New Revision: 372704
URL: http://llvm.org/viewvc/llvm-project?rev=372704&view=rev
Log:
Revert rL372693 : [clang-tidy] New bugprone-infinite-loop check for detecting
obvious infinite loops
Finding infinite loops is well-known to be impossible (haltin
Author: rksimon
Date: Sat Sep 28 07:01:52 2019
New Revision: 373150
URL: http://llvm.org/viewvc/llvm-project?rev=373150&view=rev
Log:
SemaExpr - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cases w
Author: rksimon
Date: Mon Sep 30 04:04:12 2019
New Revision: 373198
URL: http://llvm.org/viewvc/llvm-project?rev=373198&view=rev
Log:
DeclCXX/ExprCXX - silence static analyzer getAs<> null dereference warnings.
NFCI.
The static analyzer is warning about potential null dereferences, but in these
Author: rksimon
Date: Tue Oct 1 14:50:30 2019
New Revision: 373396
URL: http://llvm.org/viewvc/llvm-project?rev=373396&view=rev
Log:
CGExprAgg - remove duplicate code. NFCI.
Remove duplicate getAs<> call, avoiding a clang static analyzer null
dereference warning.
Modified:
cfe/trunk/lib/Co
Author: rksimon
Date: Tue Oct 1 15:02:46 2019
New Revision: 373398
URL: http://llvm.org/viewvc/llvm-project?rev=373398&view=rev
Log:
CGVTables - silence static analyzer getAs null dereference
warnings. NFCI.
The static analyzer is warning about potential null dereferences, but we should
be abl
Author: rksimon
Date: Wed Oct 2 04:48:06 2019
New Revision: 373447
URL: http://llvm.org/viewvc/llvm-project?rev=373447&view=rev
Log:
ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but we should
be a
Author: rksimon
Date: Wed Oct 2 04:49:32 2019
New Revision: 373451
URL: http://llvm.org/viewvc/llvm-project?rev=373451&view=rev
Log:
Log2_32 returns an unsigned. NFCI.
Silences clang static analyzer warning about out of bounds (negative) shifts.
Modified:
cfe/trunk/lib/CodeGen/CGObjCGNU.cpp
Author: rksimon
Date: Wed Oct 2 07:02:27 2019
New Revision: 373475
URL: http://llvm.org/viewvc/llvm-project?rev=373475&view=rev
Log:
SemaOverload - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cas
Author: rksimon
Date: Wed Oct 2 07:02:18 2019
New Revision: 373474
URL: http://llvm.org/viewvc/llvm-project?rev=373474&view=rev
Log:
SemaInit - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cases w
Author: rksimon
Date: Wed Oct 2 08:31:25 2019
New Revision: 373478
URL: http://llvm.org/viewvc/llvm-project?rev=373478&view=rev
Log:
Silence static analyzer getAs null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cases we should be a
Author: rksimon
Date: Wed Oct 2 09:03:36 2019
New Revision: 373480
URL: http://llvm.org/viewvc/llvm-project?rev=373480&view=rev
Log:
Type - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cases we sh
Author: rksimon
Date: Wed Oct 2 13:30:37 2019
New Revision: 373520
URL: http://llvm.org/viewvc/llvm-project?rev=373520&view=rev
Log:
CGObjCMac - silence static analyzer dyn_cast<>/getAs<> null dereference
warnings. NFCI.
The static analyzer is warning about potential null dereferences, but we s
Author: rksimon
Date: Wed Oct 2 13:45:16 2019
New Revision: 373525
URL: http://llvm.org/viewvc/llvm-project?rev=373525&view=rev
Log:
ItaniumCXXABI - silence static analyzer getAs null dereference
warnings. NFCI.
The static analyzer is warning about potential null dereferences, but we should
be
Author: rksimon
Date: Wed Oct 2 14:05:21 2019
New Revision: 373526
URL: http://llvm.org/viewvc/llvm-project?rev=373526&view=rev
Log:
Fix uninitialized variable warning in CodeGenPGO constructor. NFCI.
Modified:
cfe/trunk/lib/CodeGen/CodeGenPGO.h
Modified: cfe/trunk/lib/CodeGen/CodeGenPGO.h
Author: rksimon
Date: Thu Oct 3 04:22:48 2019
New Revision: 373584
URL: http://llvm.org/viewvc/llvm-project?rev=373584&view=rev
Log:
Silence static analyzer getAs null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cases we should be a
Author: rksimon
Date: Thu Oct 3 08:08:20 2019
New Revision: 373611
URL: http://llvm.org/viewvc/llvm-project?rev=373611&view=rev
Log:
Remove duplicate P->getAs() call. NFCI.
Modified:
cfe/trunk/lib/AST/ASTContext.cpp
Modified: cfe/trunk/lib/AST/ASTContext.cpp
URL:
http://llvm.org/viewvc/llv
Author: rksimon
Date: Thu Oct 3 08:08:30 2019
New Revision: 373612
URL: http://llvm.org/viewvc/llvm-project?rev=373612&view=rev
Log:
ExprConstant - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cas
Author: rksimon
Date: Thu Oct 3 08:10:47 2019
New Revision: 373613
URL: http://llvm.org/viewvc/llvm-project?rev=373613&view=rev
Log:
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.
Modified:
cfe/trunk/lib/CodeGen/CodeGenModule.cpp
Modified: cfe/trunk/lib/Cod
Author: rksimon
Date: Thu Oct 3 09:58:01 2019
New Revision: 373626
URL: http://llvm.org/viewvc/llvm-project?rev=373626&view=rev
Log:
DeclBase/DeclCXX/DeclTemplate - silence static analyzer getAs<> null
dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences,
Author: rksimon
Date: Thu Oct 3 14:27:02 2019
New Revision: 373665
URL: http://llvm.org/viewvc/llvm-project?rev=373665&view=rev
Log:
OverloadCandidate::getNumParams - silence static analyzer
getAs null dereference warning. NFCI.
The static analyzer is warning about a potential null dereference,
Author: rksimon
Date: Thu Oct 3 14:47:42 2019
New Revision: 373667
URL: http://llvm.org/viewvc/llvm-project?rev=373667&view=rev
Log:
ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but we should
be a
Author: rksimon
Date: Tue May 8 02:40:32 2018
New Revision: 331753
URL: http://llvm.org/viewvc/llvm-project?rev=331753&view=rev
Log:
Fix 'not all control paths return a value' MSVC warnings. NFCI.
Modified:
cfe/trunk/lib/AST/ExprConstant.cpp
cfe/trunk/lib/CodeGen/CGExprAgg.cpp
Modified:
Author: rksimon
Date: Tue Jun 26 08:20:20 2018
New Revision: 335614
URL: http://llvm.org/viewvc/llvm-project?rev=335614&view=rev
Log:
Avoid spurious 'comma operator within array index expression' MSVC warning.
NFCI.
Split the braces list initialization from the [] map operator to keep MSVC
happ
Author: rksimon
Date: Tue Jun 26 10:00:43 2018
New Revision: 335626
URL: http://llvm.org/viewvc/llvm-project?rev=335626&view=rev
Log:
Fix -Wdocumentation warning. NFCI.
Modified:
clang-tools-extra/trunk/clangd/Headers.h
Modified: clang-tools-extra/trunk/clangd/Headers.h
URL:
http://llvm.org
Author: rksimon
Date: Thu Jul 5 02:35:12 2018
New Revision: 336329
URL: http://llvm.org/viewvc/llvm-project?rev=336329&view=rev
Log:
Fix -Wunused-variable warning. NFCI.
Modified:
clang-tools-extra/trunk/clangd/Quality.cpp
Modified: clang-tools-extra/trunk/clangd/Quality.cpp
URL:
http://ll
Author: rksimon
Date: Fri Oct 4 08:01:54 2019
New Revision: 373752
URL: http://llvm.org/viewvc/llvm-project?rev=373752&view=rev
Log:
CGBlocks - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cases w
Author: rksimon
Date: Fri Oct 4 08:02:46 2019
New Revision: 373753
URL: http://llvm.org/viewvc/llvm-project?rev=373753&view=rev
Log:
SemaDeclAttr - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cas
Author: rksimon
Date: Sat Oct 5 06:20:42 2019
New Revision: 373824
URL: http://llvm.org/viewvc/llvm-project?rev=373824&view=rev
Log:
SemaStmt - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but we should
be abl
Author: rksimon
Date: Sat Oct 5 06:20:51 2019
New Revision: 373825
URL: http://llvm.org/viewvc/llvm-project?rev=373825&view=rev
Log:
Remove redundant !HasDependentValue check. NFCI.
Fixes cppcheck warning.
Modified:
cfe/trunk/lib/Sema/SemaStmt.cpp
Modified: cfe/trunk/lib/Sema/SemaStmt.cpp
Author: rksimon
Date: Sat Oct 5 06:20:59 2019
New Revision: 373826
URL: http://llvm.org/viewvc/llvm-project?rev=373826&view=rev
Log:
TreeTransform - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but we should
b
Author: rksimon
Date: Sat Oct 5 06:21:08 2019
New Revision: 373827
URL: http://llvm.org/viewvc/llvm-project?rev=373827&view=rev
Log:
SemaTemplate - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but we should
be
Author: rksimon
Date: Sat Oct 5 06:42:14 2019
New Revision: 373829
URL: http://llvm.org/viewvc/llvm-project?rev=373829&view=rev
Log:
RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but we should
be
Author: rksimon
Date: Sat Oct 5 09:08:17 2019
New Revision: 373831
URL: http://llvm.org/viewvc/llvm-project?rev=373831&view=rev
Log:
Try to fix sphinx indentation error
Modified:
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL:
http://llvm.org/viewvc/llvm-proj
Author: rksimon
Date: Mon Oct 7 06:58:05 2019
New Revision: 373904
URL: http://llvm.org/viewvc/llvm-project?rev=373904&view=rev
Log:
AST - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cases we sho
Author: rksimon
Date: Mon Oct 7 06:58:15 2019
New Revision: 373905
URL: http://llvm.org/viewvc/llvm-project?rev=373905&view=rev
Log:
RewriteModernObjC - silence static analyzer getAs<> null dereference warnings.
NFCI.
The static analyzer is warning about potential null dereferences, but in thes
Author: rksimon
Date: Mon Oct 7 07:25:46 2019
New Revision: 373911
URL: http://llvm.org/viewvc/llvm-project?rev=373911&view=rev
Log:
Sema - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cases we sh
Author: rksimon
Date: Mon Oct 7 09:42:25 2019
New Revision: 373918
URL: http://llvm.org/viewvc/llvm-project?rev=373918&view=rev
Log:
Codegen - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cases we
Author: rksimon
Date: Sun Oct 13 04:30:06 2019
New Revision: 374717
URL: http://llvm.org/viewvc/llvm-project?rev=374717&view=rev
Log:
BlockInCriticalSectionChecker - silence static analyzer dyn_cast null
dereference warning. NFCI.
The static analyzer is warning about a potential null dereference
Author: rksimon
Date: Tue Oct 15 03:23:05 2019
New Revision: 374876
URL: http://llvm.org/viewvc/llvm-project?rev=374876&view=rev
Log:
Fix uninitialized variable warnings. NFCI.
Modified:
cfe/trunk/lib/AST/ASTImporter.cpp
Modified: cfe/trunk/lib/AST/ASTImporter.cpp
URL:
http://llvm.org/viewv
Author: rksimon
Date: Wed Oct 16 03:38:40 2019
New Revision: 374988
URL: http://llvm.org/viewvc/llvm-project?rev=374988&view=rev
Log:
CGExprConstant - silence static analyzer getAs<> null dereference warning. NFCI.
The static analyzer is warning about a potential null dereference, but in these
c
Author: rksimon
Date: Wed Oct 16 03:38:32 2019
New Revision: 374987
URL: http://llvm.org/viewvc/llvm-project?rev=374987&view=rev
Log:
CGBuiltin - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cases
Author: rksimon
Date: Wed Oct 16 03:38:49 2019
New Revision: 374989
URL: http://llvm.org/viewvc/llvm-project?rev=374989&view=rev
Log:
CGDebugInfo - silence static analyzer dyn_cast<> null dereference warnings.
NFCI.
The static analyzer is warning about potential null dereferences, but in these
Author: rksimon
Date: Wed Oct 16 03:50:06 2019
New Revision: 374991
URL: http://llvm.org/viewvc/llvm-project?rev=374991&view=rev
Log:
RewriteModernObjC - silence static analyzer getAs<> null dereference warnings.
NFCI.
The static analyzer is warning about potential null dereferences, but in thes
Author: rksimon
Date: Thu Oct 17 03:35:29 2019
New Revision: 375097
URL: http://llvm.org/viewvc/llvm-project?rev=375097&view=rev
Log:
SemaDeclObjC - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cas
Author: rksimon
Date: Thu Oct 17 04:12:31 2019
New Revision: 375101
URL: http://llvm.org/viewvc/llvm-project?rev=375101&view=rev
Log:
SemaExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
case
Author: rksimon
Date: Thu Oct 17 04:12:53 2019
New Revision: 375102
URL: http://llvm.org/viewvc/llvm-project?rev=375102&view=rev
Log:
clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these
cases
Author: rksimon
Date: Mon Oct 21 10:45:18 2019
New Revision: 375434
URL: http://llvm.org/viewvc/llvm-project?rev=375434&view=rev
Log:
Fix Wdocumentation warning. NFCI.
Modified:
cfe/trunk/include/clang/AST/ExprCXX.h
Modified: cfe/trunk/include/clang/AST/ExprCXX.h
URL:
http://llvm.org/viewvc
Author: rksimon
Date: Mon Oct 21 11:28:31 2019
New Revision: 375440
URL: http://llvm.org/viewvc/llvm-project?rev=375440&view=rev
Log:
SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings.
NFCI.
The static analyzer is warning about potential null dereferences, but in thes
Author: rksimon
Date: Mon Oct 21 12:08:31 2019
New Revision: 375443
URL: http://llvm.org/viewvc/llvm-project?rev=375443&view=rev
Log:
SemaTemplateDeduction - silence static analyzer getAs<> null dereference
warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in
Author: Simon Pilgrim
Date: 2019-10-24T13:40:13-07:00
New Revision: 126a72fcbf7e5e4d958d3804033710c0a4efbe39
URL:
https://github.com/llvm/llvm-project/commit/126a72fcbf7e5e4d958d3804033710c0a4efbe39
DIFF:
https://github.com/llvm/llvm-project/commit/126a72fcbf7e5e4d958d3804033710c0a4efbe39.diff
Author: Simon Pilgrim
Date: 2019-10-28T16:32:02Z
New Revision: 93a3128a67cc4372696eb3199bed23d7bac4a183
URL:
https://github.com/llvm/llvm-project/commit/93a3128a67cc4372696eb3199bed23d7bac4a183
DIFF:
https://github.com/llvm/llvm-project/commit/93a3128a67cc4372696eb3199bed23d7bac4a183.diff
LOG:
Author: Simon Pilgrim
Date: 2019-10-28T18:28:18Z
New Revision: f2132070d9a5a330400744aa14819344d0b44151
URL:
https://github.com/llvm/llvm-project/commit/f2132070d9a5a330400744aa14819344d0b44151
DIFF:
https://github.com/llvm/llvm-project/commit/f2132070d9a5a330400744aa14819344d0b44151.diff
LOG:
Author: Simon Pilgrim
Date: 2020-05-22T12:05:56+01:00
New Revision: bf897e6ea122c07b8848133beee749fd96895c14
URL:
https://github.com/llvm/llvm-project/commit/bf897e6ea122c07b8848133beee749fd96895c14
DIFF:
https://github.com/llvm/llvm-project/commit/bf897e6ea122c07b8848133beee749fd96895c14.diff
Author: Simon Pilgrim
Date: 2020-05-22T12:05:56+01:00
New Revision: 733505abf471b66458a9eab24521dba9a4b6239e
URL:
https://github.com/llvm/llvm-project/commit/733505abf471b66458a9eab24521dba9a4b6239e
DIFF:
https://github.com/llvm/llvm-project/commit/733505abf471b66458a9eab24521dba9a4b6239e.diff
Author: Simon Pilgrim
Date: 2020-05-24T11:18:20+01:00
New Revision: 72210ce7f57192652414ebbdf9f643f86532d700
URL:
https://github.com/llvm/llvm-project/commit/72210ce7f57192652414ebbdf9f643f86532d700
DIFF:
https://github.com/llvm/llvm-project/commit/72210ce7f57192652414ebbdf9f643f86532d700.diff
Author: Simon Pilgrim
Date: 2020-05-27T15:51:03+01:00
New Revision: b5b00877221ec7817b9de9cd65571e1c05e80145
URL:
https://github.com/llvm/llvm-project/commit/b5b00877221ec7817b9de9cd65571e1c05e80145
DIFF:
https://github.com/llvm/llvm-project/commit/b5b00877221ec7817b9de9cd65571e1c05e80145.diff
Author: Simon Pilgrim
Date: 2020-06-03T11:12:43+01:00
New Revision: e6ba0a55fd39b600f3f431308f4a7e36e48f91ae
URL:
https://github.com/llvm/llvm-project/commit/e6ba0a55fd39b600f3f431308f4a7e36e48f91ae
DIFF:
https://github.com/llvm/llvm-project/commit/e6ba0a55fd39b600f3f431308f4a7e36e48f91ae.diff
Author: Simon Pilgrim
Date: 2020-04-14T13:37:27+01:00
New Revision: 440b445fff848aded09fe5f7d69ff690113e44e2
URL:
https://github.com/llvm/llvm-project/commit/440b445fff848aded09fe5f7d69ff690113e44e2
DIFF:
https://github.com/llvm/llvm-project/commit/440b445fff848aded09fe5f7d69ff690113e44e2.diff
Author: Simon Pilgrim
Date: 2020-06-05T10:45:59+01:00
New Revision: a30b5c5a51f95dc81fdfbeea42cc01b451cd5a08
URL:
https://github.com/llvm/llvm-project/commit/a30b5c5a51f95dc81fdfbeea42cc01b451cd5a08
DIFF:
https://github.com/llvm/llvm-project/commit/a30b5c5a51f95dc81fdfbeea42cc01b451cd5a08.diff
Author: Simon Pilgrim
Date: 2020-06-11T13:48:42+01:00
New Revision: f529c0a8a149ce6d027400a12a1637eda19e03b5
URL:
https://github.com/llvm/llvm-project/commit/f529c0a8a149ce6d027400a12a1637eda19e03b5
DIFF:
https://github.com/llvm/llvm-project/commit/f529c0a8a149ce6d027400a12a1637eda19e03b5.diff
Author: Simon Pilgrim
Date: 2020-06-11T13:57:39+01:00
New Revision: 948b206fc236502caa20e51cf39b9d4d0fda00b6
URL:
https://github.com/llvm/llvm-project/commit/948b206fc236502caa20e51cf39b9d4d0fda00b6
DIFF:
https://github.com/llvm/llvm-project/commit/948b206fc236502caa20e51cf39b9d4d0fda00b6.diff
Author: Simon Pilgrim
Date: 2020-07-01T12:01:18+01:00
New Revision: 36aaffbf56913ebe1e3987d7d0ac76573be65cbc
URL:
https://github.com/llvm/llvm-project/commit/36aaffbf56913ebe1e3987d7d0ac76573be65cbc
DIFF:
https://github.com/llvm/llvm-project/commit/36aaffbf56913ebe1e3987d7d0ac76573be65cbc.diff
Author: Simon Pilgrim
Date: 2020-07-09T11:06:39+01:00
New Revision: 397c68202a990c80a71de2816cee413cd5b5865e
URL:
https://github.com/llvm/llvm-project/commit/397c68202a990c80a71de2816cee413cd5b5865e
DIFF:
https://github.com/llvm/llvm-project/commit/397c68202a990c80a71de2816cee413cd5b5865e.diff
Author: Simon Pilgrim
Date: 2020-06-23T14:42:30+01:00
New Revision: 2168d69d1f304cb2ab5eec2a6c55cf8c1498f08d
URL:
https://github.com/llvm/llvm-project/commit/2168d69d1f304cb2ab5eec2a6c55cf8c1498f08d
DIFF:
https://github.com/llvm/llvm-project/commit/2168d69d1f304cb2ab5eec2a6c55cf8c1498f08d.diff
Author: Simon Pilgrim
Date: 2020-06-26T13:06:57+01:00
New Revision: f0bab7875e78e01c149d12302dcc4b6d4c43e25c
URL:
https://github.com/llvm/llvm-project/commit/f0bab7875e78e01c149d12302dcc4b6d4c43e25c
DIFF:
https://github.com/llvm/llvm-project/commit/f0bab7875e78e01c149d12302dcc4b6d4c43e25c.diff
Author: Simon Pilgrim
Date: 2020-06-26T14:46:40+01:00
New Revision: 0069824feab0af5ade571d975deb1efd893c2466
URL:
https://github.com/llvm/llvm-project/commit/0069824feab0af5ade571d975deb1efd893c2466
DIFF:
https://github.com/llvm/llvm-project/commit/0069824feab0af5ade571d975deb1efd893c2466.diff
Author: Simon Pilgrim
Date: 2020-04-29T12:21:05+01:00
New Revision: db97a12454a95556dd7cd812105088c7e8852d92
URL:
https://github.com/llvm/llvm-project/commit/db97a12454a95556dd7cd812105088c7e8852d92
DIFF:
https://github.com/llvm/llvm-project/commit/db97a12454a95556dd7cd812105088c7e8852d92.diff
Author: Simon Pilgrim
Date: 2020-08-02T15:12:01+01:00
New Revision: 90dab1aece7100ace855321162c0d2a09b31c1b3
URL:
https://github.com/llvm/llvm-project/commit/90dab1aece7100ace855321162c0d2a09b31c1b3
DIFF:
https://github.com/llvm/llvm-project/commit/90dab1aece7100ace855321162c0d2a09b31c1b3.diff
Author: Simon Pilgrim
Date: 2020-08-04T16:36:00+01:00
New Revision: 5e0a9dc0ad7704b7c49995101629010f5ff98cd2
URL:
https://github.com/llvm/llvm-project/commit/5e0a9dc0ad7704b7c49995101629010f5ff98cd2
DIFF:
https://github.com/llvm/llvm-project/commit/5e0a9dc0ad7704b7c49995101629010f5ff98cd2.diff
Author: Simon Pilgrim
Date: 2020-08-04T17:48:54+01:00
New Revision: 83cb98f9e7a57360e137b32b26500fca630df617
URL:
https://github.com/llvm/llvm-project/commit/83cb98f9e7a57360e137b32b26500fca630df617
DIFF:
https://github.com/llvm/llvm-project/commit/83cb98f9e7a57360e137b32b26500fca630df617.diff
Author: Simon Pilgrim
Date: 2020-08-07T11:23:43+01:00
New Revision: 24cca30f7f0de49e77af7e8c7719680daec2418e
URL:
https://github.com/llvm/llvm-project/commit/24cca30f7f0de49e77af7e8c7719680daec2418e
DIFF:
https://github.com/llvm/llvm-project/commit/24cca30f7f0de49e77af7e8c7719680daec2418e.diff
Author: Simon Pilgrim
Date: 2020-08-07T11:33:23+01:00
New Revision: ffd258f7bbba2a65800970fcea6648fb285d95f4
URL:
https://github.com/llvm/llvm-project/commit/ffd258f7bbba2a65800970fcea6648fb285d95f4
DIFF:
https://github.com/llvm/llvm-project/commit/ffd258f7bbba2a65800970fcea6648fb285d95f4.diff
Author: Simon Pilgrim
Date: 2020-08-07T11:48:48+01:00
New Revision: 18212cbcdadd130e5b2d1bc2bb38e4396ef8a46f
URL:
https://github.com/llvm/llvm-project/commit/18212cbcdadd130e5b2d1bc2bb38e4396ef8a46f
DIFF:
https://github.com/llvm/llvm-project/commit/18212cbcdadd130e5b2d1bc2bb38e4396ef8a46f.diff
Author: Simon Pilgrim
Date: 2020-08-08T19:12:11+01:00
New Revision: 090f9d5a55338ee815f5a6ef7aaa1ed712f65e05
URL:
https://github.com/llvm/llvm-project/commit/090f9d5a55338ee815f5a6ef7aaa1ed712f65e05
DIFF:
https://github.com/llvm/llvm-project/commit/090f9d5a55338ee815f5a6ef7aaa1ed712f65e05.diff
Author: Simon Pilgrim
Date: 2020-08-11T11:38:43+01:00
New Revision: 73a6a36469468bb72d409d5179c6244e751545e2
URL:
https://github.com/llvm/llvm-project/commit/73a6a36469468bb72d409d5179c6244e751545e2
DIFF:
https://github.com/llvm/llvm-project/commit/73a6a36469468bb72d409d5179c6244e751545e2.diff
Author: Simon Pilgrim
Date: 2020-08-11T12:52:37+01:00
New Revision: ee17f72e13b839001a6e8a77e767d5b15d2bd4d1
URL:
https://github.com/llvm/llvm-project/commit/ee17f72e13b839001a6e8a77e767d5b15d2bd4d1
DIFF:
https://github.com/llvm/llvm-project/commit/ee17f72e13b839001a6e8a77e767d5b15d2bd4d1.diff
Author: Simon Pilgrim
Date: 2020-08-11T12:52:37+01:00
New Revision: 49193e1fe7e143555d3b740610d6d1d20a553b2f
URL:
https://github.com/llvm/llvm-project/commit/49193e1fe7e143555d3b740610d6d1d20a553b2f
DIFF:
https://github.com/llvm/llvm-project/commit/49193e1fe7e143555d3b740610d6d1d20a553b2f.diff
Author: Simon Pilgrim
Date: 2020-08-11T18:13:03+01:00
New Revision: b9aaf32f46494695d1b20c08730c536e17f8
URL:
https://github.com/llvm/llvm-project/commit/b9aaf32f46494695d1b20c08730c536e17f8
DIFF:
https://github.com/llvm/llvm-project/commit/b9aaf32f46494695d1b20c08730c536e17f8.diff
Author: Simon Pilgrim
Date: 2020-05-09T15:10:51+01:00
New Revision: 0b9783350b3a9644dc6e0ba94c0f6a87ca45cb36
URL:
https://github.com/llvm/llvm-project/commit/0b9783350b3a9644dc6e0ba94c0f6a87ca45cb36
DIFF:
https://github.com/llvm/llvm-project/commit/0b9783350b3a9644dc6e0ba94c0f6a87ca45cb36.diff
101 - 200 of 1179 matches
Mail list logo