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
/
clang
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-08-03
7
-69
/
+34
*
[modules] Defer merging deduced return types.
Richard Smith
2018-08-03
2
-20
/
+58
*
[analyzer] Detect pointers escaped after ReturnStmt execution in MallocChecker.
Reka Kovacs
2018-08-02
1
-3
/
+25
*
[analyzer] Obtain a ReturnStmt from a CFGAutomaticObjDtor.
Reka Kovacs
2018-08-02
2
-1
/
+24
*
[analyzer] Add a safety check to InnerPointerChecker.
Reka Kovacs
2018-08-02
1
-2
/
+5
*
[WebAssembly] Support for atomic.wait / atomic.wake builtins
Heejin Ahn
2018-08-02
1
-0
/
+20
*
Fix assertion failure when emitting code for a merged lambda.
Richard Smith
2018-08-02
1
-2
/
+13
*
Work around more GCC miscompiles exposed by r338464.
Martin Storsjo
2018-08-02
1
-1
/
+5
*
__c11_atomic_load's _Atomic can be const
JF Bastien
2018-08-02
1
-1
/
+1
*
[analyzer] Make RegionVector use const reference
Fangrui Song
2018-08-02
1
-10
/
+7
*
Try to make builtin address space declarations not useless
Matt Arsenault
2018-08-02
4
-48
/
+58
*
clang-format: fix a crash in comment wraps.
Martin Probst
2018-08-02
1
-5
/
+21
*
[analyzer] Extend NoStoreFuncVisitor to follow fields.
George Karpenkov
2018-08-02
1
-126
/
+212
*
Serialize DoesNotEscape.
Akira Hatanaka
2018-08-01
2
-0
/
+2
*
[AST] Remove the static_assert check in ObjCMethodDecl::ObjCMethodDecl
Vlad Tsyrklevich
2018-08-01
1
-7
/
+0
*
Fix -Wcovered-switch-default uncovered after r338630
Reid Kleckner
2018-08-01
1
-1
/
+1
*
[AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...
Erich Keane
2018-08-01
4
-24
/
+69
*
[AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclare...
Erich Keane
2018-08-01
3
-1
/
+27
*
[AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...
Erich Keane
2018-08-01
4
-56
/
+103
*
[AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...
Erich Keane
2018-08-01
7
-72
/
+127
*
[Android] Increase default new alignment for Android
Pirama Arumuga Nainar
2018-08-01
1
-2
/
+3
*
Revert r338455 "[constexpr] Support for constant evaluation of __builtin_memc...
Hans Wennborg
2018-08-01
1
-198
/
+48
*
[Format] Fix for bug 35641
Ilya Biryukov
2018-08-01
1
-1
/
+7
*
[UnrollAndJam] Add unroll_and_jam pragma handling
David Green
2018-08-01
4
-28
/
+140
*
[AArch64][ARM] Add Armv8.4-A tests
Sjoerd Meijer
2018-08-01
1
-0
/
+4
*
[clang-format] Add some text proto functions to Google style
Krasimir Georgiev
2018-08-01
1
-0
/
+2
*
wrap to 80 cols, no behavior change
Nico Weber
2018-08-01
1
-7
/
+9
*
[clang-format] Add @private to the list of jsdoc annotations
Krasimir Georgiev
2018-08-01
1
-1
/
+1
*
Add missing semicolon.
Simon Pilgrim
2018-08-01
1
-1
/
+1
*
Replace 'FALL-THROUGH' comment with LLVM_FALLTHROUGH to silence warning. NFCI.
Simon Pilgrim
2018-08-01
1
-1
/
+1
*
[Modules] Do not emit relocation error when -fno-validate-pch is set
Yuka Takahashi
2018-08-01
1
-3
/
+8
*
[AST] CastExpr: BasePathSize is not large enough.
Roman Lebedev
2018-08-01
2
-12
/
+51
*
Work around GCC miscompile exposed by r338464.
Richard Smith
2018-08-01
1
-2
/
+5
*
[analyzer] CallEvent: Add helper methods for obtaining the callee stack frame.
Artem Dergachev
2018-08-01
1
-0
/
+63
*
Speculative fix for buildbot failures after r338464.
Richard Smith
2018-08-01
1
-1
/
+2
*
Avoid exposing name for range-based for '__range' variables in lifetime warni...
Richard Smith
2018-08-01
1
-3
/
+5
*
[P0936R0] add [[clang::lifetimebound]] attribute
Richard Smith
2018-08-01
6
-75
/
+223
*
[constexpr] Support for constant evaluation of __builtin_memcpy and
Richard Smith
2018-07-31
1
-48
/
+198
*
Revert r337635 "[Driver] Sanitizer support based on runtime library presence"
Reid Kleckner
2018-07-31
2
-65
/
+23
*
[analyzer] Fix eliding the same destructor twice due to buggy default arguments.
Artem Dergachev
2018-07-31
1
-1
/
+2
*
[CFG] [analyzer] NFC: Enumerate construction context layer kinds.
Artem Dergachev
2018-07-31
3
-253
/
+227
*
[serialization] PR34728: Don't assume that only a suffix of template
Richard Smith
2018-07-31
1
-15
/
+9
*
[CFG] [analyzer] Implement function argument construction contexts.
Artem Dergachev
2018-07-31
3
-28
/
+65
*
[OpenCL] Forbid size dependent types used as kernel arguments
Alexey Sotkin
2018-07-31
1
-3
/
+43
*
[OpenCL] Check for invalid kernel arguments in array types
Alexey Sotkin
2018-07-31
1
-5
/
+27
*
[CFG] [analyzer] Add construction contexts for returning C++ objects in ObjC++.
Artem Dergachev
2018-07-31
1
-27
/
+43
*
[CFG] [analyzer] Add stubs for constructor and message argument constructors.
Artem Dergachev
2018-07-31
2
-8
/
+48
*
[analyzer] Reuse some code in simplifySVal().
Artem Dergachev
2018-07-31
1
-21
/
+22
*
[analyzer] Don't try to simplify mixed Loc/NonLoc expressions.
Artem Dergachev
2018-07-31
1
-0
/
+11
*
[OPENMP] Change linkage of offloading symbols to support dropping
Alexey Bataev
2018-07-31
1
-2
/
+4
[prev]
[next]