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
...
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
5
-124
/
+50
*
Fix compilation warning introduced in r327654
Mikael Holmen
2018-03-16
1
-1
/
+1
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-16
1
-22
/
+16
*
[OPENMP, NVPTX] Improve globalization of the variables captured by value.
Alexey Bataev
2018-03-15
3
-86
/
+205
*
[OPENMP] Codegen for `omp declare target` construct.
Alexey Bataev
2018-03-15
8
-14
/
+118
*
Recommit r326946 after reducing CallArgList memory footprint
Yaxun Liu
2018-03-15
12
-108
/
+202
*
More warnings when double truncation to float: compound assignment is support...
Andrew V. Tischenko
2018-03-15
1
-2
/
+31
*
Refactoring code around move/copy initialization. NFC.
Richard Trieu
2018-03-15
3
-58
/
+84
*
[CFG] Allow CallExpr's to be looked up in CFG's
Richard Trieu
2018-03-15
1
-0
/
+3
*
[Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2018-03-14
6
-135
/
+235
*
Set dso_local for NSConcreteStackBlock.
Rafael Espindola
2018-03-14
1
-4
/
+4
*
Set dso_local on external rtti GVs.
Rafael Espindola
2018-03-14
2
-6
/
+5
*
CodeGen: Reduce LValue and CallArgList memory footprint before recommitting r...
Yaxun Liu
2018-03-14
2
-6
/
+9
*
[OpenMP] Add OpenMP data sharing infrastructure using global memory
Gheorghe-Teodor Bercea
2018-03-14
7
-29
/
+658
*
[Sema] Pop function scope when instantiating a func with skipped body
Ilya Biryukov
2018-03-14
1
-6
/
+6
*
StaticAnalyzer: fix compiler warning. NFC
Pavel Labath
2018-03-14
1
-1
/
+1
*
Check that a field is not annotated with attribute "unavailable" before
Akira Hatanaka
2018-03-13
1
-1
/
+1
*
[OpenMP] Add flag for linking runtime bitcode library
Gheorghe-Teodor Bercea
2018-03-13
1
-0
/
+38
*
[ARM] ACLE FP16 feature test macros
Sjoerd Meijer
2018-03-13
2
-0
/
+13
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-13
4
-157
/
+124
*
Revert revision 327438.
Gheorghe-Teodor Bercea
2018-03-13
1
-38
/
+0
*
[OpenMP] Add flag for linking runtime bitcode library
Gheorghe-Teodor Bercea
2018-03-13
1
-0
/
+39
*
This reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector intrinsic"
Sjoerd Meijer
2018-03-13
4
-76
/
+57
*
Serialize the NonTrivialToPrimitive* flags I added in r326307.
Akira Hatanaka
2018-03-13
3
-3
/
+17
*
[analyzer] Fix the matcher for GCDAntipattern to look for "signal" call in al...
George Karpenkov
2018-03-13
1
-2
/
+2
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
8
-127
/
+103
*
[CFG] [analyzer] Don't add construction context to a return-by-reference call.
Artem Dergachev
2018-03-12
1
-2
/
+2
*
[analyzer] Support temporaries conjured by conservatively evaluated functions.
Artem Dergachev
2018-03-12
1
-14
/
+30
*
[analyzer] NFC: Move the code for setting temp object lifetime into method.
Artem Dergachev
2018-03-12
2
-61
/
+61
*
[analyzer] Destroy and lifetime-extend inlined function return values properly.
Artem Dergachev
2018-03-12
1
-29
/
+58
*
[CFG] [analyzer] Add construction context to C++ return-by-value call elements.
Artem Dergachev
2018-03-12
3
-56
/
+106
*
Re-land "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-12
9
-96
/
+109
*
[Tooling] Clear the PreambleSrcLocCache when preamble is discarded during rep...
Alex Lorenz
2018-03-12
1
-0
/
+1
*
[analyzer] Move the GCDAsyncSemaphoreChecker to optin.performance
George Karpenkov
2018-03-12
2
-19
/
+26
*
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
Akira Hatanaka
2018-03-12
13
-129
/
+32
*
[clang-format] Improve detection of Objective-C block types
Ben Hamilton
2018-03-12
1
-6
/
+12
*
[clang-format] Don't detect C++11 attribute specifiers as ObjC
Ben Hamilton
2018-03-12
3
-13
/
+65
*
[analyzer] Add scope information to CFG
Maxim Ostapenko
2018-03-12
6
-7
/
+167
*
clang-format: Properly handle implicit string concatenation in text protos
Daniel Jasper
2018-03-12
3
-2
/
+5
*
Don't re-format raw string literal contents when formatting is disable
Daniel Jasper
2018-03-12
1
-1
/
+1
*
[Driver] Update the comment about incompatible sanitizers
Petr Hosek
2018-03-12
1
-1
/
+2
*
[CodeGen] Eagerly emit lifetime.end markers for calls
George Burgess IV
2018-03-10
1
-6
/
+28
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-10
13
-32
/
+129
*
[Driver] Pass Default=false to hasFlag.
Akira Hatanaka
2018-03-10
1
-1
/
+1
*
Revert r326946. It caused stack overflows by significantly increasing the siz...
Richard Smith
2018-03-10
12
-201
/
+108
*
[CodeGen] Try to not call a dtor after lifetime.end
George Burgess IV
2018-03-10
1
-47
/
+51
*
[ARM] Add ARMv8.2-A FP16 vector intrinsic
Abderrazek Zaafrani
2018-03-09
4
-57
/
+76
*
Don't use -pie in relocatable link.
Evgeniy Stepanov
2018-03-09
1
-1
/
+2
*
[OPENMP] Fix the address of the original variable in task reductions.
Alexey Bataev
2018-03-09
1
-0
/
+3
*
[SemaOverload] Fixed crash on code completion
Ilya Biryukov
2018-03-09
1
-6
/
+11
[prev]
[next]