]> granicus.if.org Git - clang/history - test
getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.
[clang] / test /
2016-11-29 Richard SmithSupport constant expression evaluation for wchar_t...
2016-11-29 Anastasia Stulova[OpenCL] Prevent generation of globals in non-constant...
2016-11-29 Alexey Bader[OpenCL] Prohibit using reserve_id_t in program scope.
2016-11-29 Richard SmithAdd a warning for 'main' returning 'true' or 'false'.
2016-11-29 Reid KlecknerUse ${:uid} to generate unique MS asm labels, not ...
2016-11-28 Reid Kleckner[MS] Mangle a unique ID into all MS inline asm labels
2016-11-28 Alexey Bataev[OPENMP] Fix for PR31137: Wrong DSA for members in...
2016-11-28 Malcolm Parsons[Sema] Set range end of constructors and destructors...
2016-11-27 Hal FinkelAdjust type-trait evaluation to properly handle Using...
2016-11-24 Ehsan Amiri[PPC] support for arithmetic builtins in the FE
2016-11-24 Benjamin Kramer[ASTDumper] Add some more character escapes for conveni...
2016-11-24 Douglas YungMake these tests work more reliably with Release builds.
2016-11-23 Ehsan Amiri[PPC] revert r287795
2016-11-23 Ehsan Amiri[PPC] support for arithmetic builtins in the FE
2016-11-23 Reid KlecknerAdd dllexport default ctor closure PCH regression test...
2016-11-23 Alex Lorenz[Sema][Atomics] Treat expected pointer in compare excha...
2016-11-23 Ehsan Amiri[PPC] Reverting r287772
2016-11-23 Reid KlecknerRemove C++ default arg side table for MS ABI ctor closures
2016-11-23 Ehsan Amiri[PPC] support for arithmetic builtins in the FE
2016-11-23 Alex Lorenz[CodeCompletion] Fix incorrect Objective-C block parame...
2016-11-23 Simon Pilgrim[X86][AVX512VL] Add missing _mm256_maskz_alignr_epi64...
2016-11-23 Craig Topper[X86] Replace valignd/q builtins with appropriate __bui...
2016-11-22 Richard SmithMake diagnostic for use of default member initializer...
2016-11-22 Marcin KoscielnickiAdd test for D21736.
2016-11-22 Nico Weberdarwin: Unconditionally pass -lto_library, remove ...
2016-11-22 Adam NemetRename option to -lto-pass-remarks-output
2016-11-22 Artem Dergachev[analyzer] Fix a crash on accessing a field within...
2016-11-22 Peter CollingbourneFix -Asserts build, and add some more test cases.
2016-11-22 Peter CollingbourneSema, CodeGen: Ensure that an implicit copy ctor is...
2016-11-21 Richard SmithIndicate in AST dump whether special member functions...
2016-11-21 Alex Lorenz[ObjC] Prevent infinite loops when iterating over redec...
2016-11-21 Alex Lorenz[Frontend] Add a predefined macro that describes the...
2016-11-21 Dean Michael Berris[XRay] Support AArch64 in Clang
2016-11-19 Peter CollingbourneSema: As of MSVC 2015, a user-declared move operation...
2016-11-19 Akira Hatanaka[Sema] Don't allow applying address-of operator to...
2016-11-18 Konstantin Zhuravlyov[AMDGPU] Change frexp.exp builtin to return i16 for...
2016-11-18 Oleg Ranevskyy[ARM] Fix sema check of ARM special register names
2016-11-18 Adam NemetLTO support for -fsave-optimization-record on Darwin
2016-11-18 Joey Gouly[OpenCL] Introduce ReadPipeType and WritePipeType.
2016-11-18 Craig Topper[AVX-512] Replace masked 16-bit element variable shift...
2016-11-18 Justin Lebar[CUDA] Attempt to fix test failures in cuda-macos-inclu...
2016-11-18 John McCallForward ns_consumed delegate arguments with a move.
2016-11-18 Justin Lebar[CUDA] Initialize our header search using the host...
2016-11-18 Justin Lebar[CUDA] Driver changes to support CUDA compilation on...
2016-11-17 Bruno Cardoso Lopes[Preprocessor] Support for '-dI' flag
2016-11-17 Bruno Cardoso Lopes[CrashReproducer][Darwin] Suggest attaching .crash...
2016-11-17 Manman RenObjC Module: try to make objc module deterministic.
2016-11-17 Saleem AbdulrasoolSema: correct typo correction for ivars in @implementation
2016-11-17 Alexey Bataev[OPENMP] Fixed codegen for 'omp cancel' construct.
2016-11-17 George Burgess IV[Sema] Fix a bug in enable_if condition instantiation.
2016-11-17 Ivan KrasinExplicitly specify that ubsan-vtable-checks is x86-64.
2016-11-17 Ivan KrasinInsert a type check before reading vtable.
2016-11-16 Reid KlecknerAdd warning when assigning enums to bitfields without...
2016-11-16 George Burgess IVUse the member function location in enable_if diagnostics.
2016-11-16 Adrian PrantlRelax testcase.
2016-11-16 Adrian PrantlAdd the missing FileCheck invocation to this testcase.
2016-11-16 Adrian PrantlFix PR31029 by attaching an artificial debug location...
2016-11-16 Sean CallananFixed layout of test/ASTMerge.
2016-11-16 Pekka Jaaskelainentarget-data test update for TCE and TCELE
2016-11-16 Joey Gouly[OpenCL] Use the semantic spelling of the Access attrib...
2016-11-16 Simon Pilgrim[X86][AVX512] Replace lossless i32/u32 to f64 conversio...
2016-11-16 Mehdi AminiImprove handling of __FUNCTION__ and other predefined...
2016-11-16 Steven Wu[Driver] Infer the correct option to ld64 for -fembed...
2016-11-16 Vitaly BukaRevert "[OPENMP] Fixed codegen for 'omp cancel' construct."
2016-11-16 Richard SmithPR23281: Fix implementation of DR1891 to implement...
2016-11-15 Mehdi AminiRevert "Improve handling of __FUNCTION__ and other...
2016-11-15 Mehdi AminiImprove handling of __FUNCTION__ and other predefined...
2016-11-15 Chad Rosier[AArch64] Add driver tests for Qualcomm's Falkor CPU.
2016-11-15 Argyrios Kyrtzidis[libclang] Generalize clang_getNumTemplateArguments...
2016-11-15 Stanislav Mekhanoshin[AMDGPU] Add wave barrier builtin
2016-11-15 Devin Coughlin[analyzer] Add check for when block is called with...
2016-11-15 Zaara Syedavector load store with length (left justified) clang...
2016-11-15 Tony Jiang[PowerPC] Implement BE VSX load/store builtins - clang...
2016-11-15 Alexey Bataev[OPENMP] Fix for PR30632: Name mangling issue.
2016-11-15 Michal Gorny[test] Correctly include build llvm_shlib_dir in stand...
2016-11-15 Alexey Bataev[OPENMP] Fixed codegen for 'omp cancel' construct.
2016-11-14 Devin Coughlin[analyzer] Fix crash in NullabilityChecker calling...
2016-11-14 Sean Fertile[PPC] altivec.h functions for converting half precision...
2016-11-14 Anastasia StulovaFix OpenCL test for buildbot by removing extra (erroneo...
2016-11-14 Anastasia Stulova[OpenCL] Fix for integer parameters of enqueue_kernel
2016-11-14 Sumanth GundapaneniFix the unit test darwin-multiarch-arm.c for windows
2016-11-14 Anastasia Stulova[OpenCL] Change to clk_event parameter in enqueue_kernel.
2016-11-14 Sean Fertile[PPC] add extract sig/exp test data class for vec float...
2016-11-14 Pekka JaaskelainenFix r286819 (accidentally patched multiple times.
2016-11-14 Pekka Jaaskelainen[OpenCL] always use SPIR address spaces for kernel_arg_...
2016-11-14 Renato GolinRevert "Improve handling of floating point literals...
2016-11-14 Neil HickeyImprove handling of floating point literals in OpenCL...
2016-11-14 Roger Ferrer IbanezRemove some false positives when taking the address...
2016-11-13 Craig Topper[AVX-512] Replace masked dword and qword variable shift...
2016-11-13 Faisal ValiFix PR28366: Handle variables from enclosing local...
2016-11-13 Konstantin Zhuravlyov[AMDGPU] Add f16 builtin functions (VI+)
2016-11-13 Brad SmithRevert r286735 due to test failure
2016-11-12 Brad SmithLink static PIE programs against rcrt0.o on OpenBSD
2016-11-12 Craig Topper[AVX-512] Use scalar vfmsub/vfnmsub mask3 intrinsics...
2016-11-12 Serge PavlovUse descriptive message if list initializer is incorrec...
2016-11-12 Craig Topper[AVX-512] Convert the rest of the masked shift by immed...
2016-11-12 Devin Coughlin[analyzer] Update 'Automated' to 'Automatic' from r286694.
2016-11-12 Richard Smith[c++1z] Support constant folding for __builtin_strchr...
2016-11-12 Devin Coughlin[analyzer] Fix copy-pasta in NullableReturnedFromNonnul...
2016-11-12 Devin Coughlin[analyzer] Improve misleading RetainCountChcker diagnos...
next