summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fissionJake Ehrlich2017-11-111-0/+3
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-112-65/+109
* AMDGPU: Add -mxnack/-mno-xnack options that set +/-xnack featureKonstantin Zhuravlyov2017-11-101-1/+4
* [OpenMP] Parse+Sema for copyin clause of 'teams distribute parallel for'Carlo Bertolli2017-11-101-0/+1
* Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris2017-11-101-1/+0
* [XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris2017-11-101-0/+1
* [X86] Reduce the number of FMA builtins needed by the frontend by adding nega...Craig Topper2017-11-101-14/+0
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-1013-207/+265
* [VirtualFileSystem] InMemoryFileSystem::addFile(): Type and PermsBen Hamilton2017-11-091-2/+12
* [clang-format] Keep Sphinx happy after r317794Krasimir Georgiev2017-11-091-5/+6
* [clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev2017-11-091-0/+7
* [Tooling] Use FixedCompilationDatabase when `compile_flags.txt` is found.Sam McCall2017-11-091-0/+5
* [X86] Rename the VEX scalar fma builtins to end with a '3' to match gccCraig Topper2017-11-091-8/+8
* [OPENMP] Codegen for `#pragma omp target parallel for`.Alexey Bataev2017-11-082-1/+6
* Add CoreOption flag to "-coverage" option to make it available for clang-clMarco Castelluccio2017-11-081-1/+1
* Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov2017-11-081-7/+18
* [clang-refactor] Introduce a new rename rule for qualified symbolsHaojian Wu2017-11-081-0/+22
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-081-136/+184
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-083-176/+264
* [NVPTX] Implement __nvvm_atom_add_gen_d builtin.Justin Lebar2017-11-071-1/+1
* New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam2017-11-072-0/+6
* [refactor] rename field references in __builtin_offsetofAlex Lorenz2017-11-071-0/+12
* [analyzer] [NFC] Remove unused typedef from SVals.hGeorge Karpenkov2017-11-071-3/+0
* Clarify the error message for unsupported aliases on DarwinAlex Lorenz2017-11-071-1/+1
* [X86] Replace the mask cmpeq/cmple/cmplt/cmpgt/cmpge/cmpneq intrinsics with m...Craig Topper2017-11-061-30/+1
* lowering broadcastmJina Nahias2017-11-061-6/+0
* Remove \brief from doxygen comments in PrettyPrinter.hAdrian Prantl2017-11-051-39/+37
* [CodeGen] add remquo to list of recognized library callsSanjay Patel2017-11-041-0/+4
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-11-034-113/+126
* [refactor][extract] insert semicolons into extracted/inserted codeAlex Lorenz2017-11-031-0/+7
* [Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky2017-11-032-0/+4
* [Tooling] Put createExecutorFromCommandLineArgs implementation in a wrapper. NFCEric Liu2017-11-031-0/+7
* [preamble] Also record the "skipping" state of the preprocessorErik Verbruggen2017-11-031-2/+31
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-022-62/+383
* Add default calling convention support for regcall.Erich Keane2017-11-023-2/+5
* [CodeGen] fix const-ness of builtin equivalents of <math.h> and <complex.h> f...Sanjay Patel2017-11-021-129/+129
* revert r317228: remove unused function from ObjCRuntime.h, NFCAlex Lorenz2017-11-021-0/+5
* remove unused function from ObjCRuntime.h, NFCAlex Lorenz2017-11-021-5/+0
* Fix typo in class annotationJan Korous2017-11-021-1/+1
* [ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-11-014-97/+165
* Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi2017-11-011-3/+1
* Reformat.NAKAMURA Takumi2017-11-011-1/+1
* [analyzer] Removing unused stored field.George Karpenkov2017-11-011-1/+0
* [Analyzer] Use value storage for BodyFarmGeorge Karpenkov2017-11-012-4/+7
* [refactor][extract] prohibit extraction of ObjC property settersAlex Lorenz2017-11-011-0/+2
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-313-0/+6
* Fix usage of right shift operator in fold expressionsRichard Smith2017-10-311-0/+6
* [analyzer] Use the same filename for the header and the implementation of Bug...George Karpenkov2017-10-302-4/+4
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-0/+36
* [analyzer] Make issue hash related tests more conciseGabor Horvath2017-10-301-4/+0