]> granicus.if.org Git - clang/history - test
test/Frontend: Add a test for aarch64 target CPU names.
[clang] / test /
2016-07-27 Matthias Brauntest/Frontend: Add a test for aarch64 target CPU names.
2016-07-27 Samuel AntaoRefactor how include paths are appended to the command...
2016-07-27 Justin Lebar[CUDA] Align kernel launch args correctly when the...
2016-07-27 Justin LebarDon't crash when generating code for __attribute__...
2016-07-27 Nirav DaveAdd target triple in test
2016-07-27 Nirav DaveAdd flags to toggle preservation of assembly comments
2016-07-27 Pirama Arumuga NainarAdjust coercion of aggregates on RenderScript
2016-07-27 Erik Pilkington[Sema] Teach getCurrentThisType to reconize lambda...
2016-07-27 Nirav DaveUpdate Clang Parser test error message to match new...
2016-07-27 Vassil VassilevImplement filtering for code completion of identifiers.
2016-07-27 Renato Golin[ARM] Pass thumb as architecture to the underlying...
2016-07-27 Oliver Stannard[ARM] Pass -mimplcit-it= to integrated assembler
2016-07-27 Jonas HahnfeldSupport setting default value for -rtlib at build time
2016-07-26 Artem Dergachev[analyzer] Add basic capabilities to detect source...
2016-07-26 Manman RenModules: add command line option fmodules-disable-diagn...
2016-07-26 David MajnemerUpdate for LLVM changes
2016-07-26 David MajnemerUpdate for LLVM changes
2016-07-26 Kelvin Li[OpenMP] diagnose orphaned teams construct
2016-07-26 Vedant Kumar[Coverage] Do not write out coverage mappings with...
2016-07-25 Akira Hatanaka[Sema][ObjC] Compute the nullability of a conditional...
2016-07-25 Sunil SrivastavaSupport '#pragma once' in headers when using PCH
2016-07-25 Douglas Katzman[Myriad]: better compatibility with vendor source
2016-07-25 David MajnemerUpdate test to account for r276604
2016-07-23 Faisal Vali[cxx1z-constexpr-lambda] Make a lambda's closure type...
2016-07-23 Richard SmithAdd -fmodules-ts flag to cc1 for the provisional C...
2016-07-22 Richard SmithP0217R3: Parsing support and framework for AST represen...
2016-07-22 Xinliang David Li[Profile] Enable profile merging with -fprofile-generat...
2016-07-22 Vassil Vassilev[modules] Teach the ASTWriter to ignore mutations comin...
2016-07-22 Vassil VassilevAdd regression test for PR27699.
2016-07-22 Pirama Arumuga NainarAdd .rgba syntax extension to ext_vector_type types
2016-07-22 Anna ThomasClang changes for overloading invariant.start and end...
2016-07-22 Simon Pilgrim[X86][AVX] Added support for lowering to VBROADCASTF128...
2016-07-22 Vedant Kumar[Coverage] Attempt to appease a Windows builder
2016-07-22 Vedant Kumar[Coverage] Strengthen a test case
2016-07-21 Devin Coughlin[analyzer] Add checker modeling potential C++ self...
2016-07-21 Wolfgang PiebReverting r275115 which caused PR28634.
2016-07-21 Xinliang David Li[profile] update test case with interface change.
2016-07-21 David Majnemer[Sema] Handle errors during rewriteBuiltinFunctionDecl
2016-07-21 Erik Pilkington[CodeGen] Fix a crash when constant folding switch...
2016-07-21 Reid KlecknerDisable a flaky test on Windows that uses "echo >>"
2016-07-21 Adrian McCarthyReroll "Include unreferenced nested types in member...
2016-07-21 Adrian McCarthyRevert "Include unreferenced nested types in member...
2016-07-21 Adrian McCarthyInclude unreferenced nested types in member list only...
2016-07-21 Yaron KerenProvide __GLIBCXX_TYPE_INT_N_0 and __GLIBCXX_BITSIZE_IN...
2016-07-21 Craig Topper[Sema,X86] Add explicit check to ensure that builtins...
2016-07-21 Craig Topper[X86] Add missing __x86_64__ qualifiers on a bunch...
2016-07-21 George Burgess IV[Sema] Fix PR28623.
2016-07-20 Kelvin Li[OpenMP] Sema and parsing for 'target simd' pragma
2016-07-20 John McCallWhen copying an array into a lambda, destroy temporarie...
2016-07-20 Kelvin Li[OpenMP] Allow negative lower bound in array sections...
2016-07-20 Kelvin Li[OpenMP] Ignore parens in atomic capture
2016-07-20 Yaxun Liu[OpenCL] AMDGCN target will generate images in constant...
2016-07-20 Richard Smith[modules] Don't emit initializers for VarDecls within...
2016-07-20 Simon Pilgrim[X86][SSE] Reimplement SSE fp2si conversion intrinsics...
2016-07-20 Akira Hatanaka[Sema] Compute the nullability of a conditional express...
2016-07-19 Bruno Cardoso Lopes[SemaObjC] Improve ObjCDictionaryLiteral and ObjCArryLi...
2016-07-19 David MajnemerLet FuncAttrs infer the 'returned' argument attribute
2016-07-19 Yaxun Liu[OpenCL] Fixes bug of missing OCL version metadata...
2016-07-19 Dmitry PolukhinDeprecated (legacy) string literal conversion to 'char...
2016-07-19 Daniel Sanders[mips] Correct label prefixes for N32 and N64.
2016-07-19 Simon Atanasyan[driver][mips] Support MIPS targets in modern Android NDK
2016-07-18 Kelvin Li[OpenMP] Fix incorrect diagnostics in map clause
2016-07-18 Vedant Kumar[Coverage] Remove '..' from filenames *after* getting...
2016-07-18 Vedant Kumar[Coverage] Normalize '..' out of filename strings
2016-07-18 Bruno Cardoso Lopes[Sema] Create a separate group for incompatible functio...
2016-07-18 Bob WilsonAllow iOS and tvOS version numbers with 2-digit major...
2016-07-18 Devin CoughlinRevert "[analyzer] Add checker modeling potential C...
2016-07-18 Yunzhong GaoSupport -masm= flag for x86 assembly targets.
2016-07-18 Devin Coughlin[analyzer] Add checker modeling potential C++ self...
2016-07-18 Kelvin Li[OpenMP] update test cases for -std=c++11 compile
2016-07-18 NAKAMURA TakumiRevert r275678, "Revert "Revert r275027 - Let FuncAttrs...
2016-07-17 Saleem Abdulrasooltest: add missing triple to test
2016-07-17 Saleem AbdulrasoolCodeGen: honour dllstorage on ObjC types
2016-07-16 Hal FinkelRevert "Revert r275029 - Update Clang tests after addin...
2016-07-16 Sean Silva[Driver] Add flags for enabling both types of PGO Instr...
2016-07-16 Erik Pilkington[ObjC] Implement @available in the Parser and AST
2016-07-15 Samuel Antao[CUDA][OpenMP] Create generic offload action
2016-07-15 Argyrios Kyrtzidis[index] Create different USR if a property is a class...
2016-07-15 Richard SmithRevert r275481, r275490. This broke modules bootstrap.
2016-07-15 Matt ArsenaultAMDGPU: Remove legacy ldexp builtin
2016-07-15 Matt ArsenaultAMDGPU: Update for rsq intrinsic changes
2016-07-15 Richard SmithPush alias-declarations and alias-template declarations...
2016-07-15 Saleem AbdulrasoolSema: support __declspec(dll*) on ObjC interfaces
2016-07-15 Argyrios Kyrtzidis[test/objcmt] Add a follow-up test case for r275600.
2016-07-15 Argyrios Kyrtzidis[objcmt] Fix a buffer overflow crash than can occur...
2016-07-15 Argyrios Kyrtzidis[objcmt] Don't add an #import of Foundation unnecessari...
2016-07-15 Wei DingAMDGPU: Add Clang Builtin for v_lerp_u8
2016-07-15 Kelvin Li[OpenMP] add check for both simdlen and safelen clauses...
2016-07-14 Ben LangmuirRemove the new module cache from the index-module test
2016-07-14 Paul RobinsonC does not have inline variables.
2016-07-14 Richard SmithAdd test inputs missed by r275481.
2016-07-14 Richard Smith[modules] Don't pass interesting decls to the consumer...
2016-07-14 Argyrios Kyrtzidis[arcmt/objcmt] Fix ParentMap crash with invalid code.
2016-07-14 Ben LangmuirAttempt to workaround Windows bots after my previous...
2016-07-14 Roger Ferrer IbanezReverting 275417
2016-07-14 Sean CallananWhen importing classes and structs with anonymous struc...
2016-07-14 Ben Langmuir[index] Index system ImportDecls even when there is...
2016-07-14 Benjamin Kramer[OpenCL] In test/Driver/opencl.cl, don't require name...
2016-07-14 Roger Ferrer IbanezDiagnose taking address and reference binding of packed...
2016-07-14 Pierre GousseauThe test added in r275267 does not work on read-only...
next