summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-165-124/+50
* Fix compilation warning introduced in r327654Mikael Holmen2018-03-161-1/+1
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-161-22/+16
* [OPENMP, NVPTX] Improve globalization of the variables captured by value.Alexey Bataev2018-03-153-86/+205
* [OPENMP] Codegen for `omp declare target` construct.Alexey Bataev2018-03-158-14/+118
* Recommit r326946 after reducing CallArgList memory footprintYaxun Liu2018-03-1512-108/+202
* More warnings when double truncation to float: compound assignment is support...Andrew V. Tischenko2018-03-151-2/+31
* Refactoring code around move/copy initialization. NFC.Richard Trieu2018-03-153-58/+84
* [CFG] Allow CallExpr's to be looked up in CFG'sRichard Trieu2018-03-151-0/+3
* [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2018-03-146-135/+235
* Set dso_local for NSConcreteStackBlock.Rafael Espindola2018-03-141-4/+4
* Set dso_local on external rtti GVs.Rafael Espindola2018-03-142-6/+5
* CodeGen: Reduce LValue and CallArgList memory footprint before recommitting r...Yaxun Liu2018-03-142-6/+9
* [OpenMP] Add OpenMP data sharing infrastructure using global memoryGheorghe-Teodor Bercea2018-03-147-29/+658
* [Sema] Pop function scope when instantiating a func with skipped bodyIlya Biryukov2018-03-141-6/+6
* StaticAnalyzer: fix compiler warning. NFCPavel Labath2018-03-141-1/+1
* Check that a field is not annotated with attribute "unavailable" beforeAkira Hatanaka2018-03-131-1/+1
* [OpenMP] Add flag for linking runtime bitcode libraryGheorghe-Teodor Bercea2018-03-131-0/+38
* [ARM] ACLE FP16 feature test macrosSjoerd Meijer2018-03-132-0/+13
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-134-157/+124
* Revert revision 327438.Gheorghe-Teodor Bercea2018-03-131-38/+0
* [OpenMP] Add flag for linking runtime bitcode libraryGheorghe-Teodor Bercea2018-03-131-0/+39
* This reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector intrinsic"Sjoerd Meijer2018-03-134-76/+57
* Serialize the NonTrivialToPrimitive* flags I added in r326307.Akira Hatanaka2018-03-133-3/+17
* [analyzer] Fix the matcher for GCDAntipattern to look for "signal" call in al...George Karpenkov2018-03-131-2/+2
* Reland "[Attr] Fix parameter indexing for several attributes"Joel E. Denny2018-03-138-127/+103
* [CFG] [analyzer] Don't add construction context to a return-by-reference call.Artem Dergachev2018-03-121-2/+2
* [analyzer] Support temporaries conjured by conservatively evaluated functions.Artem Dergachev2018-03-121-14/+30
* [analyzer] NFC: Move the code for setting temp object lifetime into method.Artem Dergachev2018-03-122-61/+61
* [analyzer] Destroy and lifetime-extend inlined function return values properly.Artem Dergachev2018-03-121-29/+58
* [CFG] [analyzer] Add construction context to C++ return-by-value call elements.Artem Dergachev2018-03-123-56/+106
* Re-land "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-129-96/+109
* [Tooling] Clear the PreambleSrcLocCache when preamble is discarded during rep...Alex Lorenz2018-03-121-0/+1
* [analyzer] Move the GCDAsyncSemaphoreChecker to optin.performanceGeorge Karpenkov2018-03-122-19/+26
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-1213-129/+32
* [clang-format] Improve detection of Objective-C block typesBen Hamilton2018-03-121-6/+12
* [clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton2018-03-123-13/+65
* [analyzer] Add scope information to CFGMaxim Ostapenko2018-03-126-7/+167
* clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper2018-03-123-2/+5
* Don't re-format raw string literal contents when formatting is disableDaniel Jasper2018-03-121-1/+1
* [Driver] Update the comment about incompatible sanitizersPetr Hosek2018-03-121-1/+2
* [CodeGen] Eagerly emit lifetime.end markers for callsGeorge Burgess IV2018-03-101-6/+28
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-1013-32/+129
* [Driver] Pass Default=false to hasFlag.Akira Hatanaka2018-03-101-1/+1
* Revert r326946. It caused stack overflows by significantly increasing the siz...Richard Smith2018-03-1012-201/+108
* [CodeGen] Try to not call a dtor after lifetime.endGeorge Burgess IV2018-03-101-47/+51
* [ARM] Add ARMv8.2-A FP16 vector intrinsicAbderrazek Zaafrani2018-03-094-57/+76
* Don't use -pie in relocatable link.Evgeniy Stepanov2018-03-091-1/+2
* [OPENMP] Fix the address of the original variable in task reductions.Alexey Bataev2018-03-091-0/+3
* [SemaOverload] Fixed crash on code completionIlya Biryukov2018-03-091-6/+11
OpenPOWER on IntegriCloud