summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [Driver, CodeGen] rename options to disable an FP cast optimizationSanjay Patel2018-04-303-6/+9
* [OPENMP] Do not crash on codegen for CXX member functions.Alexey Bataev2018-04-301-0/+3
* [OPENMP] Do not crash on incorrect input data.Alexey Bataev2018-04-301-11/+36
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-306-3/+3
* Remove unnecessary indirection. No behavior change.Nico Weber2018-04-301-12/+6
* [Targets] Implement getConstraintRegister for ARM and AArch64Mikhail Maltsev2018-04-302-0/+10
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-3026-186/+247
* Fix printing of reference-to-reference types.Richard Smith2018-04-291-8/+20
* PR37275 packed attribute should not apply to base classesRichard Smith2018-04-291-3/+8
* Remove unused includes of clang/Config/config.hNico Weber2018-04-285-5/+0
* [ItaniumMangle] Undeduced auto type shouldn't be substitutable.Erik Pilkington2018-04-281-11/+16
* [analyzer] CStringChecker: Add support for BSD strlcpy() and strlcat().Artem Dergachev2018-04-271-2/+39
* [analyzer] ObjCAutoreleaseWrite: Support a few more APIs and fix warning text.Artem Dergachev2018-04-271-6/+31
* Revert r329698 (and r329702).Nico Weber2018-04-272-5/+37
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-279-11/+11
* [clang-format/ObjC] Use getIdentifierInfo() instead of tok::identifierBen Hamilton2018-04-271-4/+21
* [Modules][ObjC] ASTReader should add protocols for class extensionsBruno Cardoso Lopes2018-04-271-0/+6
* Test commit removing trailing whitespaceStuart Brady2018-04-271-1/+1
* [Driver, CodeGen] add options to enable/disable an FP cast optimizationSanjay Patel2018-04-273-0/+10
* [ARM,AArch64] Add intrinsics for dot product instructionsOliver Stannard2018-04-271-0/+12
* [ARM] Add __ARM_FEATURE_DOTPROD pre-defined macroOliver Stannard2018-04-272-0/+7
* [OpenCL] Add separate read_only and write_only pipe IR typesSven van Haastregt2018-04-273-12/+25
* Make MultiplexASTDeserializationListener part of the API [NFC]Raphael Isemann2018-04-271-24/+0
* [CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka2018-04-274-3/+31
* Revert "[CodeGen] Avoid destructing a callee-destructued struct type in a"Akira Hatanaka2018-04-274-35/+3
* [CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka2018-04-274-3/+35
* [analyzer] Fix operator delete[] array-type-sub-expression handling.Artem Dergachev2018-04-271-2/+4
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-2710-50/+77
* [Driver] Don't enable "-fregister-global-dtors-with-atexit" by defaultAkira Hatanaka2018-04-271-1/+1
* [x86] Revert r330322 (& r330323): Lowering x86 adds/addus/subs/subus intrinsicsChandler Carruth2018-04-261-98/+1
* [X86] Make __builtin_ia32_readeflags_u32 and __builtin_ia32_writeeflags_u32 o...Craig Topper2018-04-261-0/+17
* [ConfigFiles] Update argument strings when merging argrument listsSerge Pavlov2018-04-261-1/+4
* [X86] Add support for _mm512_mullox_epi64 and _mm512_mask_mullox_epi64 intrin...Craig Topper2018-04-261-0/+12
* Diagnose missing template arguments for a variable template even when there isRichard Smith2018-04-261-0/+8
* Revert addition of 'concept' to diagnostics in r330890.Richard Smith2018-04-261-2/+0
* Factor out common code for diagnosing missing template arguments.Richard Smith2018-04-264-22/+18
* Fix a merge conflict that was inadvertently introduced in r330888 Faisal Vali2018-04-261-6/+0
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-2620-382/+29
* Switch to Clang's isDigit function.Richard Trieu2018-04-251-4/+4
* Include <cctype> to get std::isdigit, fixes MSVC STL buildReid Kleckner2018-04-251-0/+1
* [analyzer] Fix a crash on lifetime extension through aggregate initialization.Artem Dergachev2018-04-252-6/+22
* Fix crash on qualified template name instantiation if the template name has noRichard Smith2018-04-251-6/+9
* [RISCV] More validations on the input value of -march=Ana Pazos2018-04-251-20/+270
* [driver][darwin] Do not infer -simulator environment for OS version env varsAlex Lorenz2018-04-251-3/+16
* [analyzer] Enable analysis of WebKit "unified sources".Artem Dergachev2018-04-254-13/+14
* [Driver] Reland "Android triples are not aliases for other triples."Dan Albert2018-04-251-50/+76
* [Driver] Fix implicit config files from prefixed symlinksMartin Storsjo2018-04-251-1/+2
* [TargetInfo] Sort target features before passing them to the backendEli Friedman2018-04-251-0/+3
* [ASTImporter] FriendDecl importing improvementsPeter Szecsi2018-04-252-5/+92
* [CodeComplete] Fix completion in the middle of ident in ctor lists.Ilya Biryukov2018-04-251-1/+15
OpenPOWER on IntegriCloud