summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Reword a misleading comment discussing landingpads and SEHReid Kleckner2016-03-011-2/+4
* [MSVC Compat] Correctly handle finallys nested within finallysDavid Majnemer2016-03-014-9/+36
* [PPC64][VSX] Add short, char, and bool data type for vec_vsx_ld and vec_vsx_s...Kit Barton2016-03-012-0/+228
* [CLANG][AVX512][BUILTIN] Adding PSRL{DI|QI}{128|256|512} builtinMichael Zuckerman2016-03-015-0/+316
* Explicitly select IAS in new embed-bitcode.c test.Daniel Sanders2016-03-011-2/+2
* [cmake] Add a few more compiler-rt check-* targets for EXTERNAL_COMPILER_RTFilipe Cabecinhas2016-03-011-1/+2
* [cmake] Try to appease the buildbots.Filipe Cabecinhas2016-03-011-1/+4
* [cmake] Pass through the cmake_3_2_USES_TERMINAL variable so we get progress ...Filipe Cabecinhas2016-03-011-0/+1
* [cmake] Use CMake's USES_TERMINAL for the test targets.Filipe Cabecinhas2016-03-011-1/+3
* [cmake] Fallback to LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR if COMPILER_RT_SRC_R...Filipe Cabecinhas2016-03-011-0/+7
* FormatTests: Update libdeps corresponding to r262323.NAKAMURA Takumi2016-03-011-0/+1
* [CLANG][AVX512][BUILTIN] Adding PSRLV builtin Michael Zuckerman2016-03-016-0/+248
* Fix test breakage on windows where the default std is c++11 by forcing c++03 ...Manuel Klimek2016-03-011-1/+1
* Fix DLL build by adding required dependency.Manuel Klimek2016-03-011-0/+1
* Add functions to apply replacements and reformat them.Manuel Klimek2016-03-017-3/+137
* [CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128|256|512} builtinMichael Zuckerman2016-03-014-1/+219
* Optionally demote fatal errors to non-fatal errors.Manuel Klimek2016-03-018-1/+83
* Test template instantiation of ns_consumed and ns_returns_retained.John McCall2016-03-011-1/+125
* Better comments for ExtParameterInfo.John McCall2016-03-012-2/+33
* [test] After r262290 reducing stack usage, try re-enabling asan on the relate...Argyrios Kyrtzidis2016-03-011-2/+2
* clang-format: Correctly apply wrap before multi-line RHS rule toDaniel Jasper2016-03-012-1/+5
* clang-format: Increase the penalty for breaking between array subscripts.Daniel Jasper2016-03-012-1/+3
* clang-format: [JS] Support quoted object literal keys.Daniel Jasper2016-03-012-1/+9
* [index] Fix issue where data visitation was disabled with C++ operator call e...Argyrios Kyrtzidis2016-03-011-2/+2
* Fix the template instantiation of ExtParameterInfos; tests to follow.John McCall2016-03-016-20/+97
* Add an llvm_unreachable back to the autogeneration of this covered switch.John McCall2016-03-011-1/+2
* Fix the testcase in r262282Steven Wu2016-03-011-6/+2
* Make test more robust.Sean Silva2016-03-012-4/+3
* Introduce -fembed-bitcode driver optionSteven Wu2016-03-019-11/+126
* Generalize the consumed-parameter array on FunctionProtoTypeJohn McCall2016-03-018-79/+178
* [analyzer] Update CheckObjCDealloc diagnostic for missing -dealloc.Devin Coughlin2016-03-012-16/+50
* Infrastructure improvements to Clang attribute TableGen.John McCall2016-03-014-91/+205
* [analyzer] Teach CheckObjCDealloc about Block_release().Devin Coughlin2016-02-293-10/+47
* [analyzer] Don't treat calls to system headers as escaping in CheckObjCDealloc.Devin Coughlin2016-02-293-38/+170
* [PGO] clang cc1 option change to enable IR level instrumentationRong Xu2016-02-296-7/+33
* Revert "Implement new interfaces for code-formatting when applying replacemen...Manuel Klimek2016-02-294-132/+2
* Implement new interfaces for code-formatting when applying replacements.Manuel Klimek2016-02-294-2/+132
* AMDGPU: Add missing Volcanic Islands targetsTom Stellard2016-02-292-0/+6
* clang-format: Don't format unrelated nested blocks.Daniel Jasper2016-02-292-1/+20
* [index] Print and test module import references.Argyrios Kyrtzidis2016-02-296-2/+45
* [index] Add a caller relation for a call reference.Argyrios Kyrtzidis2016-02-294-19/+37
* [AST/RecursiveASTVisitor] Correction so that dataTraverseStmtPost will get ca...Argyrios Kyrtzidis2016-02-292-9/+30
* [index] Use ',' to separate symbol roles when printing.Argyrios Kyrtzidis2016-02-293-3/+3
* [X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabli...Craig Topper2016-02-295-4/+48
* [X86] Enabling xsave should not enable AVX. I seem to have done this, but I d...Craig Topper2016-02-291-6/+2
* [OPENMP 4.5] Initial support for data members in 'reduction' clauses.Alexey Bataev2016-02-293-143/+191
* [clang-cl] /EHc should not effect functions with explicit exception specifica...David Majnemer2016-02-295-12/+32
* [clang-cl] /EHc should not have an effect on /EHaDavid Majnemer2016-02-292-1/+10
* [modules] Prefer more complete array types.Vassil Vassilev2016-02-287-40/+66
* Add ARM EHABI-related constants to unwind.h.Logan Chien2016-02-281-1/+18
OpenPOWER on IntegriCloud