summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* AMDGPU/NFC: Move getAMDGPUTargetFeatures to AMDGPU toolchainKonstantin Zhuravlyov2017-11-103-19/+24
* [clang-format] Handle leading comments in using declarationDaniel Jasper2017-11-102-4/+13
* [NFC] Pacify bbot for OpenMP 'teams distribute parallel for'Carlo Bertolli2017-11-101-1/+1
* [python] [tests] Rewrite to use standard unittest moduleMichal Gorny2017-11-1018-1596/+1658
* [OpenMP] Parse+Sema for copyin clause of 'teams distribute parallel for'Carlo Bertolli2017-11-103-8/+125
* [OpenMP] diagnose assign to firstprivate const, patch by Joel E. DennyAlexey Bataev2017-11-102-2/+9
* [clang-format] Support python-style comments in text protosKrasimir Georgiev2017-11-105-7/+128
* Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris2017-11-103-16/+0
* [XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris2017-11-103-0/+16
* [X86] Reduce the number of FMA builtins needed by the frontend by adding nega...Craig Topper2017-11-105-78/+136
* [Driver] Make clang/cc conforms to UNIX standardSteven Wu2017-11-104-21/+119
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-1016-219/+288
* [analyzer] [NFC] Minor ExprEngineC refactoringGeorge Karpenkov2017-11-091-15/+22
* [analyzer] do not crash when trying to convert an APSInt to an unexpected typeGeorge Karpenkov2017-11-092-1/+10
* [index] tag declarations should use the decl role instead of refAlex Lorenz2017-11-092-7/+5
* [python] [tests] Update priority values in code completion testMichal Gorny2017-11-091-2/+2
* [analyzer] assume bitwise arithmetic axiomsGeorge Karpenkov2017-11-092-6/+93
* [OPENMP] Codegen for `#pragma omp target parallel for simd`.Alexey Bataev2017-11-099-206/+1350
* [OPENMP] Treat '#pragma omp target parallel for simd' as simd directive.Alexey Bataev2017-11-097-44/+51
* [VirtualFileSystem] InMemoryFileSystem::addFile(): Type and PermsBen Hamilton2017-11-093-15/+108
* [clang-format] Keep Sphinx happy after r317794Krasimir Georgiev2017-11-092-10/+12
* [clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev2017-11-095-38/+140
* [clang-format] Apply a clang-tidy suggestion, NFCKrasimir Georgiev2017-11-091-1/+1
* [clang-format] Fix a clang-tidy finding, NFCKrasimir Georgiev2017-11-091-1/+1
* [clang-format] Fix argument name comment, NFCKrasimir Georgiev2017-11-091-1/+1
* [Tooling] Use FixedCompilationDatabase when `compile_flags.txt` is found.Sam McCall2017-11-095-2/+66
* Fix a bug with the use of __builtin_bzero in a conditional expression.John McCall2017-11-092-1/+14
* [X86] Rename the VEX scalar fma builtins to end with a '3' to match gccCraig Topper2017-11-093-24/+24
* [Coverage] Emit deferred regions in headersVedant Kumar2017-11-093-4/+22
* [Coverage] Complete top-level deferred regions before labelsVedant Kumar2017-11-093-7/+42
* [Coverage] Emit a gap area after if conditionsVedant Kumar2017-11-0918-66/+97
* Remove redundant copy-pasted comment in test file from r317736Alex Lorenz2017-11-081-1/+0
* [ObjC] Fix function signature handling for blocks literals with attributesAlex Lorenz2017-11-082-2/+17
* [ObjC] Boxed strings should use the nullability from stringWithUTF8String's r...Alex Lorenz2017-11-082-0/+35
* [OPENMP] Codegen for `#pragma omp target parallel for`.Alexey Bataev2017-11-0812-202/+1521
* Add a missing "REQUIRES: system-windows" to a Windows-only test.David L. Jones2017-11-081-0/+1
* Add CoreOption flag to "-coverage" option to make it available for clang-clMarco Castelluccio2017-11-082-1/+8
* [bindings] fix TLS test failureMasud Rahman2017-11-081-4/+14
* [analyzer] Fix a crash on logical operators with vectors.Artem Dergachev2017-11-082-0/+38
* [clang-refactor] Get rid of OccurrencesFinder in RenamingAction, NFCHaojian Wu2017-11-081-18/+9
* Workaround reverse-iteration buildbot breakages. Filed PR35244.Ilya Biryukov2017-11-081-2/+3
* Avoid printing some redundant name qualifiers in completionIlya Biryukov2017-11-085-6/+39
* Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov2017-11-085-21/+21
* [clang-refactor] Introduce a new rename rule for qualified symbolsHaojian Wu2017-11-085-40/+157
* [X86] Add masked vcvtps2ph builtins to CheckX86BuiltinFunctionCall.Craig Topper2017-11-081-0/+3
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-082-238/+317
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-085-191/+298
* Change noplt.c to work for non-x86 targets.Sriraman Tallam2017-11-071-1/+1
* [NVPTX] Implement __nvvm_atom_add_gen_d builtin.Justin Lebar2017-11-073-1/+34
* [ObjC++] Don't warn about pessimizing move for __block variablesAlex Lorenz2017-11-072-0/+47