]> granicus.if.org Git - clang/history - test
Revert r260265, "clang-cl: Support loading plugins on Windows"
[clang] / test /
2016-02-11 Oliver Stannard[ARM] Add command-line options for ARMv8.2-A
2016-02-11 Denis Zobnin[MCU] Fix assertion failure on function returning empty...
2016-02-11 Akira Hatanaka[Objective-c] Stop attaching section "datacoal_nt"...
2016-02-11 Justin Lebar[CUDA] Don't crash when trying to printf a non-scalar...
2016-02-11 Reid KlecknerFix two tests relying on LLVM -O1 behavior
2016-02-10 Hans WennborgRevert r260388 "[MS ABI] Never reference dllimport...
2016-02-10 Reid Kleckner[clang-cl] /Z7 now generates normal debug info, not...
2016-02-10 David Majnemer[MS ABI] Never reference dllimport'd vtables
2016-02-10 Andrey Turetskiy[X86] Fix stack alignment for MCU target (Clang part...
2016-02-10 Alexey Bataev[OPENMP 4.5] Initial support for data members in 'first...
2016-02-10 Denis ZobninFix assertion "Chunk.Kind == DeclaratorChunk::Function...
2016-02-10 Alexey BataevFix PR26543: add a check for definition in CXXRecordDecl.
2016-02-10 Akira Hatanaka[Sema] Issue a warning for integer overflow in nested...
2016-02-10 Paul RobinsonGet rid of another SAME-NOT. FileCheck does not have...
2016-02-10 NAKAMURA Takumiclang/test/Index/skip-parsed-bodies/compile_commands...
2016-02-10 Justin LebarRemove some unnecessary CHECK-SAMEs in ModuleDebugInfo...
2016-02-10 NAKAMURA Takumilibclang: Enable skip-parsed-bodies on win32.
2016-02-10 Justin LebarGet rid of CHECK-SAME-NOT in tests.
2016-02-09 Richard SmithPR26349: correctly check whether a digit sequence is...
2016-02-09 Ehsan AkhgariFix the test added in r260266
2016-02-09 Xinliang David Li[PGO] Fix issue: explicitly defaulted assignop is not...
2016-02-09 Ehsan Akhgariclang-cl: Enable plugins on Windows
2016-02-09 Argyrios Kyrtzidis[libclang] indexing: make sure to not visit init-list...
2016-02-09 Reid KlecknerRevert "Avoid forcing emission of delayed dllexported...
2016-02-09 Alexey Bataev[OPENMP] Fix test incompatibility with arm buildbots.
2016-02-09 Alexey Bataev[OPENMP] Allow to reference threadprivate variable...
2016-02-09 Alexey BataevFixed preprocessed output of the first token for pragmas.
2016-02-09 Reid KlecknerAvoid forcing emission of delayed dllexported classes...
2016-02-08 Xinliang David Li[PGO] Cover more cases of implicitly generated C++...
2016-02-08 Vedant Kumar[Coverage] Fix crash when handling certain macro expansions
2016-02-08 Xinliang David LiSimplify test cases
2016-02-08 Samuel AntaoRe-apply for the 2nd-time r259977 - [OpenMP] Reorganize...
2016-02-08 NAKAMURA Takumiclang/test/OpenMP/parallel_private_codegen.cpp: Fix...
2016-02-08 Alexey Bataev[OPENMP] Fix test incompatibility with arm buildbots
2016-02-08 Alexey Bataev[OPENMP] Fixed test incompat with MSVC
2016-02-08 Alexey Bataev[OPENMP 4.5] Ccapture/codegen of private non-static...
2016-02-08 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-02-08 Devin Coughlin[analyzer] Avoid crash when attempting to evaluate...
2016-02-07 David Majnemer[MS ABI] Don't emit RTTI descriptors for dllimport...
2016-02-07 Nico WeberMake nozlibcompress.c pass and reenable it.
2016-02-07 Nico WeberDisable failing nozlibcompress.c
2016-02-07 Devin Coughlin[analyzer] Invalidate destination of std::copy() and...
2016-02-07 Renato GolinRevert "Re-apply r259977 - [OpenMP] Reorganize code...
2016-02-07 Xinliang David LiFix test case problem(caused by clang-format
2016-02-07 Xinliang David Li[PGO] add profile/coverage test cases for defaulted...
2016-02-07 Saleem AbdulrasoolDriver: adjust linker invocation for GNUTools
2016-02-07 Saleem AbdulrasoolSema: handle typo correction on ARC'ed ivar
2016-02-07 Saleem AbdulrasoolSema: handle typo correction with ARC'ed objc properties
2016-02-06 Saleem AbdulrasoolIndex: provide adjustment thunk information for C+...
2016-02-06 Devin Coughlin[analyzer] DeallocChecker: Don't warn on release of...
2016-02-06 Samuel AntaoRe-apply r259977 - [OpenMP] Reorganize code to allow...
2016-02-06 Samuel AntaoRevert r259977 - [OpenMP] Reorganize code to allow...
2016-02-06 Samuel Antao[OpenMP] Reorganize code to allow specialized code...
2016-02-06 Richard Smith[modules] Compress files embedded into a .pcm file...
2016-02-06 Adrian PrantlFix a crash when emitting dbeug info for forward-declar...
2016-02-05 Xinliang David Li[PGO] Test case update
2016-02-05 Richard TrieuExempt char array initializers from -Wconstant-converion.
2016-02-05 John McCallAdd an ARC autoreleased-return-value caller marker...
2016-02-05 Ulrich Weigand[SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros
2016-02-05 Sunil SrivastavaDo not honor explicit alignment attribute on fields...
2016-02-05 Bruno Cardoso Lopes[Parser] Perform CachedTokens update dependent on token...
2016-02-05 Richard Smith[modules] Separately track whether an identifier's...
2016-02-05 Devin Coughlin[analyzer] Suppress localization diagnostics in debug...
2016-02-05 Saleem AbdulrasoolCodeGen: correct Windows ARM C++ assertion
2016-02-05 Ben LangmuirDon't synthesize an ImportDecl for a module named in...
2016-02-04 Richard SmithPR25271: When attaching default template arguments...
2016-02-04 Manman RenFix a crash when there is a typo in the return statement.
2016-02-04 Rong Xu[PGO] cc1 option name change for profile instrumentation
2016-02-04 Andrey Bokhanko[x86] Correct setting of WIntType for MCU target
2016-02-04 Alexey Bataev[OPENMP 4.0] Fixed support of array sections/array...
2016-02-04 Samuel AntaoAdd -nocudainc option to CUDA preprocessor test.
2016-02-04 Saleem AbdulrasoolBasic: mark TLS as supported on Windows on ARM
2016-02-04 Alexey BataevPR23057: fix use-after-free due to local token buffer...
2016-02-04 Ben LangmuirFix predefine for __NSConstantString struct type
2016-02-03 Quentin ColombetReapply r259624, it is likely not the commit causing...
2016-02-03 Evgeniy Stepanov[cfi] Safe handling of unaddressable vtable pointers...
2016-02-03 Quentin ColombetRevert r259624 - Make CF constant string decl visible...
2016-02-03 Richard SmithEnsure that we substitute into the declaration of a...
2016-02-03 Douglas Gregor[Sema debugger support] Require non-void types to be...
2016-02-03 Richard SmithFix regression from r259622: the operand of an incremen...
2016-02-03 Matt ArsenaultAdd builtins for bitreverse intrinsic
2016-02-03 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel for directive.
2016-02-03 Anastasia Stulova[OpenCL] Adding reserved operator logical xor for OpenCL
2016-02-03 Yury GribovForgot to remove file in previous commit.
2016-02-03 Yury Gribov[analyzer] AnalysisConsumer: print fully-qualified...
2016-02-03 Marina Yatsina-inline-asm][X86] Add ability to use AVX512 in MS inlin...
2016-02-03 Ben LangmuirMake CF constant string decl visible to name lookup...
2016-02-03 Richard SmithFix miscompile and rejects-valids when disambiguating...
2016-02-03 Richard SmithFix Itanium RTTI emission so that we emit fundamental...
2016-02-02 Richard SmithPR24989: Stop trying to use the C++11 rules for lambda...
2016-02-02 Richard SmithFix rejects-valid when forming a pointer-to-member...
2016-02-02 Artem Belevich[CUDA] Do not allow dynamic initialization of global...
2016-02-02 Manman RenObjCXX: fix a crash during typo correction.
2016-02-02 Tim NorthoverARM: allow both vfma and vfms intrinsics on v7.
2016-02-02 Denis ZobninPR23057: Fix assertion `Val && "isa<> used on a null...
2016-02-02 Oliver StannardAdd backend dignostic printer for unsupported features
2016-02-02 Denis ZobninFix for PR8901: attribute "mode" rejected for enums...
2016-02-02 Denis ZobninTest commit (NFC).
2016-02-02 Anastasia Stulova[OpenCL] Eliminate warning when declaring OpenCL builti...
2016-02-02 Alexey Bataev[OPENMP 4.0] Allow to use 'omp simd' directive inside...
next