summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Track null and undef values through expressions with cleanups.Artem Dergachev2018-06-251-0/+17
* [analyzer] Fix invalidation on C++ const methods with arrow syntax.Artem Dergachev2018-06-251-0/+24
* Add an option to support debug fission on implicit ThinLTO.Yunlian Jiang2018-06-251-0/+6
* Fix tests from r335542 to use %hmaptoolBruno Cardoso Lopes2018-06-251-2/+2
* Warning for framework include violation from Headers to PrivateHeadersBruno Cardoso Lopes2018-06-2513-0/+122
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-2531-114/+123
* [WebAssembly] Add no-prototype attribute to prototype-less C functionsSam Clegg2018-06-251-0/+20
* [MachineOutliner] Outline from linkonceodrs by default in LTO when -moutline ...Jessica Paquette2018-06-251-0/+4
* [MachineOutliner] Make last of -moutline/-mno-outline winJessica Paquette2018-06-251-6/+2
* Revert "[ASTImporter] Import the whole redecl chain of functions"Gabor Marton2018-06-251-4/+4
* [OPENMP] Do not consider address constant vars as possiblyAlexey Bataev2018-06-251-0/+29
* [ASTImporter] Import the whole redecl chain of functionsGabor Marton2018-06-251-4/+4
* [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg2018-06-252-0/+90
* [CodeGen] Provide source locations for UBSan type checks when emitting constr...Igor Kudrin2018-06-251-0/+26
* [Coroutines] Less IR for noexcept await_resumeBrian Gesiak2018-06-231-6/+33
* [Sema] isValidCoroutineContext FIXME and citationsBrian Gesiak2018-06-231-0/+8
* [Fuchsia] Enable static libc++, libc++abi, libunwindPetr Hosek2018-06-231-2/+2
* [Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on DarwinJF Bastien2018-06-223-1/+52
* Re-land "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-223-4/+18
* Reinstate quotes around the path to python that I accidentaly removed in r335330Benjamin Kramer2018-06-221-1/+1
* Restore pre-r335182 behavior for naming inherited constructors asRichard Smith2018-06-221-0/+15
* [OPENMP, NVPTX] Fix reduction of the big data types/structures.Alexey Bataev2018-06-222-56/+56
* Re-apply: Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-2212-0/+103
* [OpenCL] Fixed parsing of address spaces for C++.Anastasia Stulova2018-06-221-0/+4
* [Sema] Updated note for address spaces to print the type.Anastasia Stulova2018-06-221-4/+4
* [Driver] Make scudo compatible with -fsanitize-minimal-runtimeKostya Kortchinsky2018-06-222-0/+17
* [X86] Lower _mm[256|512]_cmp[.]_mask intrinsics to native llvm IRGabor Buella2018-06-225-112/+321
* [hmaptool] Turn %hmaptool into a proper substitutionBenjamin Kramer2018-06-225-5/+9
* [x86] Fix a tiny bug in my test case in r335309 by marking that we don'tChandler Carruth2018-06-211-1/+2
* [x86] Teach the builtin argument range check to allow invalid ranges inChandler Carruth2018-06-2117-292/+315
* [X86] Update handling in CGBuiltin to be tolerant of out of range immediates.Craig Topper2018-06-214-19/+19
* Ignore blacklist when generating __cfi_check_fail.Evgeniy Stepanov2018-06-211-0/+6
* Re-apply: Add python tool to dump and construct header mapsBruno Cardoso Lopes2018-06-2112-20/+32
* Revert "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-212-17/+4
* AMDGPU: Remove amdgpu-debugger-reserve-regs featureKonstantin Zhuravlyov2018-06-211-1/+1
* [OPENMP, NVPTX] Fix globalization of the variables passed to orphanedAlexey Bataev2018-06-211-0/+9
* [LTO] Enable module summary emission by default for regular LTOTobias Edler von Koch2018-06-212-4/+17
* [X86] Correct the inline assembly implementations of __movsb/w/d/q and __stos...Craig Topper2018-06-211-0/+83
* [DebugInfo] Inline for without DebugLocationAnastasis Grammenos2018-06-211-0/+13
* [X86] Rewrite the add/mul/or/and reduction intrinsics to make better use of o...Craig Topper2018-06-211-312/+306
* Fix line endings in recently updated test fileIvan Donchevskii2018-06-211-59/+59
* [Sema] Fix overloaded static functions for templatesIvan Donchevskii2018-06-211-9/+59
* [X86] Remove masking from the 512-bit floating point max/min builtins. Use se...Craig Topper2018-06-211-20/+35
* Revert "Add python tool to dump and construct header maps"Bruno Cardoso Lopes2018-06-2111-31/+19
* Revert "Warning for framework headers using double quote includes"Bruno Cardoso Lopes2018-06-2112-103/+0
* When a dependent alignas is applied to a non-dependent typedef,Richard Smith2018-06-201-0/+6
* Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-2012-0/+103
* Related to PR37768: improve diagnostics for class name shadowing.Richard Smith2018-06-203-6/+51
* Add python tool to dump and construct header mapsBruno Cardoso Lopes2018-06-2011-19/+31
* [MS] Make sure __GetExceptionInfo works on types with no linkageReid Kleckner2018-06-201-0/+10
OpenPOWER on IntegriCloud