]> granicus.if.org Git - clang/shortlog
clang
2016-07-14 Benjamin Kramer[OpenCL] Actually activate Frontend/opencl.cl test...
2016-07-14 Aaron BallmanCorrect the attribute documentation for the new XRay...
2016-07-14 Asaf Badouh[X86][AVX512F] minor fix of the parameter names
2016-07-14 Dean Michael... Use hasFlag instead of hasArg
2016-07-14 Dean Michael... Add C++ dependencies to xray runtime
2016-07-14 Kelvin Li[OpenMP] Sema and parsing for 'target parallel for...
2016-07-14 Adrian PrantlAdd a comment mirroring the one in LLVM's Dwarf.h
2016-07-14 Richard Smithwww/cxx_status: give more precise links to initializati...
2016-07-14 Richard SmithP0305R0: Semantic analysis and code generation for...
2016-07-13 Aaron BallmanAdd XRay flags to Clang. We implement two flags to...
2016-07-13 Argyrios Kyrtzidis[test] Add 'env' to fix test failures in windows bots.
2016-07-13 Kelvin Li[OpenMP] remove duplicate code in ActOnOpenMPRegionStart
2016-07-13 Yaxun Liu[OpenCL] Fixes failures in test/Driver/opencl.cl.
2016-07-13 Kelvin Li[OpenMP] add more tests for 'distribute parallel for...
2016-07-13 Argyrios Kyrtzidis[PCH/preamble] Make sure that if the preamble/PCH was...
2016-07-13 Kelvin Li[OpenMP] add more tests for 'distribute simd' pragma
2016-07-13 Yaron KerenImplement FunctionDecl::getDefinition() to be consisten...
2016-07-13 Artem Dergachev[analyzer] Implement a methond to discover origin regio...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for OpenM...
2016-07-13 Carlo Bertolli[OpenMP] Initial implementation of parse+sema for claus...
2016-07-13 Pierre Gousseau[PCH] Add a fno-pch-timestamp option to cc1 to disable...
2016-07-13 Pierre Gousseau[PCH] Fix timestamp check on windows hosts.
2016-07-13 Alexey Bader[OpenCL] Fix code generation of kernel pipe parameters.
2016-07-13 Etienne Bergeronfix missing whitespace in sphinx doc
2016-07-13 Saleem AbdulrasoolCodeGen: minor cleanup, NFC
2016-07-12 Justin Lebar[CUDA] Use the multi-element remove function in EraseUn...
2016-07-12 Justin Lebar[CUDA] Add additional testcases for EraseUnwantedCUDAMa...
2016-07-12 Justin Lebar[CUDA] Don't assume that destructors can't be overloaded.
2016-07-12 Tim NorthoverAArch64: fix return type of vqmovun_high_*.
2016-07-12 David MajnemerFix for the mingw builder
2016-07-12 David Majnemer[ItaniumMangle] Correctly mangle BuiltinTemplateDecls
2016-07-12 Daniel Jasperclang-format: [JS] Allow top-level conditionals again.
2016-07-12 Michael Zuckerman[Clang][AVX512] Making cosmetic changes
2016-07-12 Clement Courbet[ASTMatchers] isSignedInteger() and isUnsignedInteger()
2016-07-12 David Majnemer[MS ABI] Support throwing/catching __unaligned types
2016-07-11 Wolfgang PiebCorrecting the previous fix for test submitted with...
2016-07-11 Wolfgang PiebFix test submitted with r275115 (failed on ppc64 buildb...
2016-07-11 Vedant Kumar[Coverage] Do not map regions from system headers
2016-07-11 Vedant Kumar[Coverage] Move logic to skip decl's into a helper...
2016-07-11 Wolfgang PiebPrevent the creation of empty (forwarding) blocks resul...
2016-07-11 Erik Pilkington[NFC] Reorder fields of VersionTuple to reduce size
2016-07-11 David Majnemer[Sema] Don't artificially forbid BuiltinTemplateDecls...
2016-07-11 Adrian Prantl[man page] Document -gline-tables-only in the clang...
2016-07-11 Adrian Prantl[man page] Fix two sphinx build errors.
2016-07-11 Eric LiuMake tooling::applyAllReplacements return llvm::Expecte...
2016-07-11 Anastasia Stulova[OpenCL] Improved diagnostics of OpenCL types.
2016-07-11 Craig Topper[AVX512] Replace masked AND/OR/XOR intrinsics with...
2016-07-11 David Majnemer[Sema] Disallow __make_integer_seq from showing up...
2016-07-11 Hal FinkelRevert r275029 - Update Clang tests after adding infere...
2016-07-11 David Majnemer[CodeGen] Treat imported static local variables as...
2016-07-10 Saleem AbdulrasoolReapply SVN r274797.
2016-07-10 Jan VeselyAMDGPU: Export workitem builtins
2016-07-10 Hal FinkelUpdate Clang tests after adding inference for the retur...
2016-07-10 Craig Topper[AVX512] Remove masked shufps/shudpd builtins. These...
2016-07-10 Craig Topper[X86] Use __butilin_shufflevector for 512-bit shufps...
2016-07-10 Michael GottesmanAdd CLANG_BUILD_TOOLS as a clang counterpart for LLVM_B...
2016-07-10 Sean SilvaDelete dead code.
2016-07-09 Michael GottesmanMove add_clang_* entry points from the main clang CMake...
2016-07-09 David Majnemer[clang-cl] Add support for /Zd
2016-07-09 David Majnemer[MS ABI] Some code cleanups
2016-07-09 David Majnemer[AST] Tighten up some bitfields
2016-07-09 Martin Probstclang-format: [JS] Sort imports case insensitive.
2016-07-09 Martin Probstclang-format: [JS] support trailing commas in imports.
2016-07-09 Benjamin Kramer[analyzer] Older version of GCC 4.7 crash on lambdas...
2016-07-09 Benjamin Kramer[analyzer] Rewrite manual erase loop using remove_if.
2016-07-09 Craig Topper[X86] Use __builtin_ia32_vec_ext_v4hi and __builtin_ia3...
2016-07-09 Craig Topper[X86] Uncomment the _mm_extract_ps test and add checks.
2016-07-09 Saleem AbdulrasoolCodeGen: tweak CFString section for COFF, ELF
2016-07-08 Vassil VassilevTeach -ast-print to print constexpr variables.
2016-07-08 Yaxun Liu[OpenCL] Add missing -cl-no-signed-zeros option into...
2016-07-08 Justin LebarFix flag name in comment in cuda-version-check.cu.
2016-07-08 NAKAMURA TakumiCFGTests: Update libdeps.
2016-07-08 NAKAMURA Takumiclang/unittests/Analysis/CFGTest.cpp: Appease msc targe...
2016-07-08 John BrawnExplicitly export symbols from the sample analyzer...
2016-07-08 Vassil VassilevDon't crash when printing auto variables.
2016-07-08 Alexey Bader[OpenCL] Fix access qualifiers handling for typedefs
2016-07-08 Alexander Kornienko[ASTMatchers] Add missing forEachArgumentWithParam...
2016-07-08 Alexander KornienkoCFGBuilder: Fix crash when visiting a range-based for...
2016-07-08 Vassil VassilevRecommit r274348 and r274349. The Windows failures...
2016-07-08 Craig Topper[X86] Remove dead builtins that don't exist in the...
2016-07-08 Craig Topper[CodeGen] Use llvm::Type::getVectorNumElements instead...
2016-07-08 Craig Topper[X86] Reuse existing lambda and remove unnecessary...
2016-07-08 Craig Topper[X86] Remove a couple calls to create V2F64 and V4F32...
2016-07-08 Devin Coughlin[analyzer] Add rudimentary handling of AtomicExpr.
2016-07-08 Saleem AbdulrasoolRevert "Driver: Stop linking to C++ when using sanitize...
2016-07-07 Michael Kuperstein[CUDA] Pass correct option in test.
2016-07-07 Vedant Kumar[Lex] Speed up updateConsecutiveMacroArgTokens (NFC)
2016-07-07 Simon PilgrimUpdate switch statement to match coding standards.
2016-07-07 Saleem AbdulrasoolDriver: Stop linking to C++ when using sanitizers on...
2016-07-07 Chad Rosier[AArch64] Change the preferred alignment for char and...
2016-07-07 Justin Lebar[CUDA] s/OPT_nocuda_version_chec/OPT_no_cuda_version_ch...
2016-07-07 Justin Lebar[CUDA] Check that our CUDA install supports the request...
2016-07-07 Justin Lebar[CUDA] Rename the __nvvm_bar0 builtin back to __syncthr...
2016-07-07 Justin BognerNVPTX: Use the nvvm builtins to read SRegs rather than...
2016-07-07 Chad RosierRevert "[aarch64] Update datalayout for aarch64 tests"
2016-07-07 Chad RosierRevert "[AArch64] Change the preferred alignment for...
2016-07-07 Simon PilgrimFix "not all control paths return a value" warning...
2016-07-07 Simon PilgrimFix "not all control paths return a value" warning...
2016-07-07 Alexey Bataev[OPENMP] Do not create helper expressions in dependent...
2016-07-07 David Majnemer[AST] Tighten up the bitfield in TemplateSpecializationType
next