summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst2017-07-181-1/+1
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-184-0/+4
* [Index] Prevent canonical decl becoming nullptrKrasimir Georgiev2017-07-181-2/+4
* [COFF, ARM64] Set the data type widths and the data layout stringMandeep Singh Grang2017-07-171-1/+14
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-1710-43/+48
* Update use of llvm::CallingConv:X86_64_Win64 after LLVM commit r308208Martin Storsjo2017-07-171-1/+1
* [Basic] Detect Git submodule version in CMakeBrian Gesiak2017-07-171-1/+16
* [SystemZ] Add support for IBM z14 processor (3/3)Ulrich Weigand2017-07-171-24/+1548
* [SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand2017-07-172-3/+5
* [SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand2017-07-173-3/+110
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-1710-72/+89
* Fix dereference of pointers in throw statements.Manuel Klimek2017-07-171-1/+2
* [OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev2017-07-174-20/+562
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-1710-89/+72
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-1710-72/+89
* Enable TLS support on OpenBSD, but default to the emulatated TLS model.Brad Smith2017-07-172-5/+4
* [Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi2017-07-162-0/+19
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-162-1/+5
* Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall2017-07-154-45/+84
* [ODRHash] Revert r307743 which reverted r307720Richard Trieu2017-07-152-28/+52
* [clang] Fix handling of "%zd" format specifierAlexander Shaposhnikov2017-07-141-3/+2
* Prevent ClangTools from generating dependency files.Sterling Augustine2017-07-141-0/+1
* Unconditionally use .init_array instead of .ctors on Solaris.Aaron Ballman2017-07-143-3/+4
* [clang] Add getSignedSizeType methodAlexander Shaposhnikov2017-07-141-0/+6
* [index] Added a method indexTopLevelDecls to run indexing on a list of Decls.Ilya Biryukov2017-07-141-0/+12
* [analyzer] Add annotation for functions taking user-facing stringsErik Verbruggen2017-07-141-10/+59
* Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2017-07-143-46/+35
* [X86] Add 'movbe' to btver2 CPU.Craig Topper2017-07-141-0/+1
* Change dyn_casts with unused variables to isa statements to avoid unused vari...Eric Christopher2017-07-142-3/+3
* [ODRHash] Avoid taking the types of FunctionDecl'sRichard Trieu2017-07-141-1/+5
* [Driver] Respect -target when determining target platform on AppleAkira Hatanaka2017-07-141-19/+49
* [PS4] Disable LTO unit features under ThinLTO, like for Darwin.Paul Robinson2017-07-131-4/+5
* Use getNameAsString instead of getName to get method names when dumpingLang Hames2017-07-131-6/+2
* [ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (PR33430)Vedant Kumar2017-07-133-16/+33
* [AArch64] Produce the right kind of va_arg for windowsMartin Storsjo2017-07-131-3/+18
* Fix spelling mistakes in comments. NFCI.Simon Pilgrim2017-07-131-14/+14
* Fix -Wdocumentation warning. NFCISimon Pilgrim2017-07-131-1/+0
* Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz2017-07-131-1/+11
* NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz2017-07-131-22/+28
* [AArch64] Add support for handling the +sve target feature.Amara Emerson2017-07-131-4/+11
* [OPENMP] Generalization of codegen for reduction clauses.Alexey Bataev2017-07-133-387/+564
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-132-37/+168
* [index] Objective-C method declarations and message sends withAlex Lorenz2017-07-131-0/+4
* [refactor][rename] Use a single base class for class that findsAlex Lorenz2017-07-132-197/+72
* fix typos in comments; NFCHiroshi Inoue2017-07-131-1/+1
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-136-108/+104
* Reland "[Driver] Update Fuchsia driver path handling"Petr Hosek2017-07-122-17/+82
* [index] Don't add relation to a NamedDecl with no nameBen Langmuir2017-07-121-5/+9
* Revert "[analyzer] Support generating and reasoning over more symbolic constr...Dominic Chen2017-07-123-38/+22
* [mips][mt][7/7] Add driver option for the MIPS MT ASE.Simon Dardis2017-07-121-0/+1