]> granicus.if.org Git - clang/history - test
[PP] Remove another unused parameter
[clang] / test /
2016-10-26 Vassil Vassilev[modules] PR28812: Modules can return duplicate field...
2016-10-26 Vitaly Buka[CodeGen] Don't emit lifetime intrinsics for some local...
2016-10-26 Rui UeyamaUse printf instead of "echo -ne".
2016-10-26 Richard Smith[modules] Fix assert if multiple update records provide...
2016-10-26 Richard SmithTreat module headers wrapped by our builtin headers...
2016-10-26 Richard SmithImplement name mangling proposal for exception specific...
2016-10-25 Douglas Katzman[Myriad] add empty file to simulated bin dir
2016-10-25 Douglas Katzman[Myriad] Find libc++ adjacent to libstdc++
2016-10-25 Bob Haarman[codeview] emit debug info for indirect virtual base...
2016-10-25 Stephen HinesUse linker flag --fix-cortex-a53-843419 on Android...
2016-10-25 Saleem AbdulrasoolCodeGen: be more conservative about setting section
2016-10-25 Argyrios Kyrtzidis[index] Fixes for locations and relations in Objective...
2016-10-25 Erik PilkingtonReapply r284265: "[Sema] Refactor context checking...
2016-10-25 Michal Gorny[Driver] Support obtaining active toolchain from gcc...
2016-10-25 Saleem AbdulrasoolCodeGen: mark protocols as common data
2016-10-25 Kelvin LiRe-apply patch r279045.
2016-10-25 Benjamin KramerFix diagnostic format string for err_os_log_argument_to_big
2016-10-25 Erik VerbruggenInclude full filename range for missing includes
2016-10-25 Erik VerbruggenFix 'unknown documentation command' warning ranges
2016-10-25 Michael Zuckerman[X86][AVX512][Clang][Intrinsics][reduce] Adding missing...
2016-10-25 Mehdi AminiFix handling of %% format specifier in os_log builtins.
2016-10-24 Mehdi Aminitest/CodeGen/builtins.c: reinstate #ifdef __x86_64__...
2016-10-24 Akira Hatanaka[Sema][ObjC] Warn about implicitly autoreleasing out...
2016-10-24 Mehdi AminiFix test on non-X86 platforms
2016-10-24 Richard SmithFix bug where one of the cases where we mangle a <bare...
2016-10-24 Mehdi AminiAdd support for __builtin_os_log_format[_buffer_size]
2016-10-24 Richard SmithFix mangling of implicit calls to operator-> to only...
2016-10-24 Mehdi AminiRevert "Add support for __builtin_os_log_format[_buffer...
2016-10-24 Mandeep Singh Grang[clang] Remove redundant --check-prefix=CHECK from...
2016-10-24 Richard SmithFix crash if StmtProfile finds a type-dependent member...
2016-10-24 Mehdi AminiAdd support for __builtin_os_log_format[_buffer_size]
2016-10-24 Artem Dergachev[analyzer] Fix an ARM buildbot after r284960.
2016-10-24 Michael Zuckermanrevert r284963
2016-10-24 Michael Zuckerman[X86][AVX512][Clang][Intrinsics][reduce] Adding missing...
2016-10-24 Alex Lorenz[Sema] Formatting warnings should see through Objective...
2016-10-24 Artem Dergachev[analyzer] Add StdLibraryFunctions checker.
2016-10-24 Alex Lorenz[Sema][TreeTransform] Re-create DesignatedInitExpr...
2016-10-24 Jonas HahnfeldFix myriad test with CLANG_DEFAULT_CXX_STDLIB
2016-10-24 Craig Topper[AVX-512] Replace 64-bit element and 512-bit vector...
2016-10-23 Craig Topper[AVX-512] Replace masked 128/256-bit byte, word, and...
2016-10-23 Craig Topper[AVX-512] Replace 512-bit pmovzx/sx builtins with nativ...
2016-10-23 Craig Topper[AVX-512] Remove masked 128/256-bit packss/packus built...
2016-10-23 Richard SmithFix mangling numbers for varargs lambdas; varargs and...
2016-10-23 Mandeep Singh Grang[clang] Limit clang test to ARM and AArch64 only
2016-10-22 Craig Topper[AVX-512] Replace masked 128/256-bit pavg builtins...
2016-10-22 Craig Topper[AVX-512] Replace masked 128/256-bit saturating add...
2016-10-22 Craig Topper[AVX-512] Replace masked 128/256-bit vpmovzx/vpmovsx...
2016-10-22 Craig Topper[AVX-512] Remove duplicate test cases from the avx512vl...
2016-10-22 Craig Topper[AVX-512] Remove masked 128/256-bit pshufb builtins...
2016-10-22 Craig Topper[AVX-512] Remove builtins for 128/256-bit pabsb/pabsw...
2016-10-22 Richard SmithAdd another testcase missed from r284905.
2016-10-22 Richard Smith[c++1z] P0012R1: Implement a few remaining pieces:...
2016-10-21 Manman RenModule: correctly set the module file kind when emittin...
2016-10-21 Manman RenModule: improve the diagnostic message for include...
2016-10-21 Richard SmithDR583, DR1512: Implement a rewrite to C++'s 'composite...
2016-10-21 Justin Lebar[CUDA] Simplify some repeated diagnostic expectations...
2016-10-21 Artem BelevichDeclare H and H new/delete.
2016-10-21 Reid KlecknerRemove unnecessary x86 backend requirements from OpenMP...
2016-10-21 Benjamin KramerRemove non-existing file from modulemap.
2016-10-21 Renato GolinRevert "DR583, DR1512: Implement a rewrite to C++'s...
2016-10-21 Richard SmithDon't try to use !Previous.empty() as a proxy for ...
2016-10-21 Richard SmithDR583, DR1512: Implement a rewrite to C++'s 'composite...
2016-10-21 Bruno Cardoso Lopes[Driver][Darwin] Pass -no_deduplicate to ld64
2016-10-21 Bruno Cardoso Lopes[Modules] Add 'no_undeclared_includes' module map attribute
2016-10-20 Reid KlecknerRevert 9 changes from r284793, they still fail on some...
2016-10-20 Reid KlecknerRemove 24 instances of 'REQUIRES: shell'
2016-10-20 Richard SmithRe-commit r284753, reverted in r284778, with a fix...
2016-10-20 Reid KlecknerRevert "Disable swiftcall test on windows: More brutal...
2016-10-20 Hans WennborgRevert r284753 "[c++1z] Teach composite pointer type...
2016-10-20 Reid KlecknerFix off-by-one error in PPCaching.cpp token annotation...
2016-10-20 Vedant Kumar[CodeGen] Devirtualize calls to methods marked final...
2016-10-20 Richard Smith[c++1z] Fix assertion failure when using the wrong...
2016-10-20 Richard Smith[c++1z] Teach composite pointer type computation how...
2016-10-20 Renato Golin[clang-cl] Fix test that shouldn't be running on non-x86
2016-10-20 Richard SmithPR26276: Fix detection of non-cast-expressions as opera...
2016-10-20 Victor LeschukUpgrade debug-info-vla test: we do not pass default...
2016-10-20 Victor LeschukDebugInfo: pass alignment value only if it was forced
2016-10-20 Richard SmithFix crash on noreturn conversion in unprototyped functi...
2016-10-19 Richard SmithExtend hack to work around bad exception specifications...
2016-10-19 Richard SmithAdd optimization to sizeof...(X) handling: if none...
2016-10-19 Eli FriedmanDon't crash generating debug info for VLA in function...
2016-10-19 Justin Lebar[CUDA] When we emit an error that might have been defer...
2016-10-19 Justin Lebar[CUDA] Emit errors for wrong-side calls made on the...
2016-10-19 Vedant Kumar[ubsan] Drop dependency on a 64-bit arch in a test...
2016-10-19 Vedant Kumar[ubsan] Re-work check lines to try to appease a bot...
2016-10-19 Vedant Kumar[ubsan] Use the object pointer's type info for devirtua...
2016-10-19 Hans WennborgMS ABI: Fix assert when generating virtual function...
2016-10-19 Simon Dardis[mips][msa] Range check MSA intrinsics with immediates
2016-10-19 Douglas Katzman[Myriad] Find libc++ headers next to clang binary
2016-10-19 Andrey Bokhanko[Sema] Gcc compatibility of vector shift
2016-10-19 Vassil Vassilev[modules] Do not report missing definitions of demoted...
2016-10-19 Richard SmithResolve exception specifications when selecting an...
2016-10-19 Justin Lebar[CUDA] Rework tests now that we emit deferred diagnosti...
2016-10-18 Richard SmithDR1330: instantiate exception-specifications when ...
2016-10-18 Richard SmithAdd missing warning for use of C++1z init-statements...
2016-10-18 Richard Smith[c++1z] Fix corner case where we could create a functio...
2016-10-18 Richard SmithWhen two function types have equivalent (but distinct...
2016-10-18 Mandeep Singh GrangFix clang tests
2016-10-18 Akira Hatanaka[CodeGen][ObjC] Do not call objc_storeStrong when initi...
2016-10-18 Erik PilkingtonRevert r284265 "[Sema] Refactor context checking for...
next