summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add default values for function parameter chunksErik Verbruggen2017-07-194-16/+69
* [mips] Add warning test for -mgpopt option.Simon Dardis2017-07-191-0/+6
* [mips] Teach the driver to accept -m(no-)gpopt.Simon Dardis2017-07-195-0/+62
* Update clang-cl options in the users manualHans Wennborg2017-07-191-0/+47
* [analyzer] Add annotation attribute to trust retain count implementationDevin Coughlin2017-07-192-5/+86
* [CMake] Build runtimes for Fuchsia targetsPetr Hosek2017-07-192-11/+30
* [scan-build-py] Patch to fix "-analyzer-config" optionPetr Hosek2017-07-191-1/+1
* Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl2017-07-1910-21/+58
* Debug Info: Set the MainFileName when generating -gmodules debug info for PCM.Adrian Prantl2017-07-182-2/+7
* [Driver] Always use -z rodynamic for FuchsiaPetr Hosek2017-07-183-0/+5
* Convert attribute 'target' parsing from a 'pair' to a 'struct' to make furthe...Erich Keane2017-07-183-13/+24
* [Sema] NFC: Move all availability checking code to SemaDeclAttr.cppErik Pilkington2017-07-183-106/+102
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-1821-60/+929
* Add GCC's noexcept-type alias for c++1z-compat-manglingRaphael Isemann2017-07-182-0/+3
* Don't set TUScope to null when generating a module in incremental processing ...Raphael Isemann2017-07-181-1/+2
* Revert r308327Alex Lorenz2017-07-1821-253/+30
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-1821-30/+253
* [OPENMP] Generalization of sema analysis of reduction-based clauses,Alexey Bataev2017-07-181-132/+172
* CodeGen: Insert addr space cast for automatic/temp var at right positionYaxun Liu2017-07-182-6/+30
* clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst2017-07-183-1/+29
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-187-5/+11
* [Index] Prevent canonical decl becoming nullptrKrasimir Georgiev2017-07-182-2/+8
* Also add the option -no-pie (like -nopie)Sylvestre Ledru2017-07-182-0/+4
* [OpenCL] Added extended tests on metadata generation for half data type and a...Egor Churaev2017-07-181-9/+28
* [OPENMP] Pacify windows buildbots, NFC.Alexey Bataev2017-07-182-74/+2
* [analyzer] Add missing documentation for static analyzer checkersDevin Coughlin2017-07-183-151/+456
* [COFF, ARM64] Set the data type widths and the data layout stringMandeep Singh Grang2017-07-172-1/+102
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-1719-54/+138
* Update use of llvm::CallingConv:X86_64_Win64 after LLVM commit r308208Martin Storsjo2017-07-173-5/+5
* [Basic] Detect Git submodule version in CMakeBrian Gesiak2017-07-171-1/+16
* [SystemZ] Add support for IBM z14 processor (3/3)Ulrich Weigand2017-07-175-43/+2353
* [SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand2017-07-175-4/+411
* [SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand2017-07-1711-3/+366
* [clang] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang2017-07-178-9/+9
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-1714-104/+134
* Fix dereference of pointers in throw statements.Manuel Klimek2017-07-172-1/+3
* [OPENMP] Fix reduction combiner testAlexey Bataev2017-07-172-2/+2
* [OPENMP] Further fixes of the reduction codegen testsAlexey Bataev2017-07-172-140/+140
* [OPENMP] Further test fixes.Alexey Bataev2017-07-172-116/+116
* [OPENMP] Rework tests to pacify buildbots.Alexey Bataev2017-07-172-6/+2
* [OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev2017-07-1716-54/+1066
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-1714-134/+104
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-1714-104/+134
* Enable TLS support on OpenBSD.Brad Smith2017-07-171-3/+3
* Enable TLS support on OpenBSD, but default to the emulatated TLS model.Brad Smith2017-07-173-6/+7
* [Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi2017-07-164-0/+31
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-168-6/+54
* [cxx_status] Fix typos.Richard Smith2017-07-151-2/+2
* [cxx_status] Add approved Toronto WG21 motions.Richard Smith2017-07-151-10/+71
* Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall2017-07-159-47/+107