]> granicus.if.org Git - clang/shortlog
clang
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
2016-07-07 David Majnemer[AST] Use ArrayRef in more interfaces
2016-07-07 Justin Lebar[CUDA] Fix "control reaches end of non-void function...
2016-07-06 Adrian McCarthyRevert "Retry "Include debug info for nested structs...
2016-07-06 Adrian McCarthyRetry "Include debug info for nested structs and classes"
2016-07-06 Aaron BallmanEnsuring the bit-fields have the same type; MSVC will...
2016-07-06 Devin Coughlin[analyzer] Suppress false positives in std::shared_ptr
2016-07-06 Justin Lebar[CUDA] Add missing namespace qualification on CudaArch...
2016-07-06 Justin Lebar[CUDA] Rename member variables in CudaInstallationDetector.
2016-07-06 Justin Lebar[CUDA] Add utility functions for dealing with CUDA...
2016-07-06 Justin Lebar[CUDA] Add support for CUDA 8 and sm_60-62.
2016-07-06 David Majnemer[CodeGen, DebugInfo] Use hasLocalLinkage instead of...
2016-07-06 Justin BognerNVPTX: Rename __builtin_ptx_shfl -> __nvvm_shfl
2016-07-06 Aaron BallmanEnsuring the bit-fields have the same type; MSVC will...
2016-07-06 Aaron BallmanAdd AST matchers for handling bit-fields and narrowing...
2016-07-06 Bruno Cardoso... [SemaExpr] Support assignments from vector to scalars...
2016-07-06 Adrian McCarthyRevert "Include debug info for nested structs and classes"
2016-07-06 Adrian McCarthyInclude debug info for nested structs and classes
2016-07-06 Roger Ferrer... Add negative test for TBAA
2016-07-06 Craig Topper[X86] Use native IR for immediate values 0-7 of packed...
2016-07-06 Kelvin Li[OpenMP] Sema and parsing for 'distribute simd' pragma
2016-07-06 Craig Topper[AVX512] Use the generic ctlz intrinsic to implement...
2016-07-06 David Majnemer[AST] Use ArrayRef in more interfaces
2016-07-06 Craig Topper[AVX512] The 128 and 256-bit vplzcnt builtins require...
2016-07-06 Vedant KumarDelete some dead code, NFC
2016-07-05 Kelvin Li[OpenMP] remove outdated comment (NFC)
2016-07-05 Erik Pilkington[Sema] Fix a bug where pack expansion was not expanded...
2016-07-05 Justin BognerRe-apply "test: Use add_lit_testsuites so that subsets...
2016-07-05 Justin BognerRevert "test: Use add_lit_testsuites so that subsets...
2016-07-05 Justin Bognertest: Use add_lit_testsuites so that subsets of tests...
2016-07-05 Michael Zuckerman[Clang][Feature] Adding CLFLUSHOPT feature and intrinsi...
2016-07-05 Simon Pilgrim[X86][AVX512] Remove vector BROADCAST builtins.
2016-07-05 Simon Pilgrim[X86][AVX512] Converted the VBROADCAST intrinsics to...
2016-07-05 Asaf Badouh[X86][AVX512F] add float/double abs intrinsics
2016-07-05 Asaf Badouh[AVX512] minor fix in sqrt{ss|sd} intrinsics arguments
2016-07-05 Anastasia Stulova[OpenCL] An implementation of device side enqueue ...
2016-07-05 Michael Zuckermanntrinsics _mm256_permutexvar_epi64 doesn't accept three...
2016-07-05 Michael Zuckerman[Clang][BuiltIn][AVX512] adding _mm{|256|512}_mask_cvt...
2016-07-05 Clement Courbet[ASTMatchers] New forEachOverriden matcher.
2016-07-05 Kelvin Li[OpenMP] Sema and parse for 'distribute parallel for...
2016-07-04 Craig Topper[X86] Use undefined instead of setzero in shufflevector...
2016-07-04 Simon Pilgrim[X86][AVX512] Converted the VSHUFPD intrinsics to gener...
2016-07-04 Craig Topper[AVX512] Remove VPERMD/VPERMQ/VPERMILPS/VPERMILPD built...
2016-07-04 Anastasia Stulova[OpenCL] Make OpenCL Builtins added according to the...
2016-07-04 Simon Pilgrim[X86][AVX512] Converted the VPERMPD/VPERMQ intrinsics...
2016-07-04 Simon Pilgrim[X86][AVX512] Converted the VPERMILPD/VPERMILPS intrins...
2016-07-04 Jacob Baungard... [Sparc] Allow LEON cpu models to be selected with ...
2016-07-04 Craig Topper[AVX512] Modify what indices we emit for the zero vecto...
2016-07-04 David Majnemer[Sema] A flexible array member must not be the only...
2016-07-03 David Majnemer[AST] Use ArrayRef in more interfaces
2016-07-02 Faisal Vali[Refactor NFC] Rename the (non-CCE, fold-failure) Diag...
2016-07-02 Sylvestre Ledrufix two typos in the doc
2016-07-02 Simon Pilgrim[X86][AVX512] Converted the MOVDDUP/MOVSLDUP/MOVSHDUP...
2016-07-02 Benjamin Kramer[CUDA] Move argument type lists to the stack. NFC.
2016-07-02 Benjamin KramerUse arrays or initializer lists to feed ArrayRefs inste...
2016-07-02 Craig Topper[X86] Replace 128-bit and 256 masked vpermilps/vpermilp...
2016-07-02 Richard SmithPR28394: For compatibility with c++11 and c++14, if...
2016-07-02 Pirama Arumuga... Add TargetInfo for 32-bit and 64-bit RenderScript
2016-07-01 David Majnemer[CodeView] Include MSVC style names for unnamed types
2016-07-01 Tim ShenRemoves CHECKs for symbolic label names (as Debug Clang...
2016-07-01 Manman RenC++14 init-capture: error out instead of crashing.
2016-07-01 Tim ShenRemove unncessary CHECKs from r274385
2016-07-01 Tim Shen[Temporary, Lifetime] Add lifetime marks for temporaries
2016-07-01 Vedant Kumar[Driver] Delete some dead code (NFC)
2016-07-01 Argyrios Kyrtzidis[libclang] Sync-up the way top-level decls in an ASTUni...
2016-07-01 Matt ArsenaultEmit more intrinsics for builtin functions
2016-07-01 Vassil VassilevRevert r274348 and r274349 until the Windows failures...
2016-07-01 Saleem AbdulrasoolDriver: support -L for MSVC toolchain under the GNU...
2016-07-01 Kelvin Li[OpenMP] Issue warning if a simd construct nested insid...
2016-07-01 Vassil VassilevAdd forgotten test to r274348.
2016-07-01 Vassil VassilevAdd postorder traversal support to the RecursiveASTVisitor.
2016-07-01 Reid Kleckner[DebugInfo] Set DISubprogram ThisAdjustment in the...
2016-07-01 Eric Fiselier[Feature] Add a builtin for indexing into parameter...
2016-07-01 Argyrios Kyrtzidis[CodeCompletion] Allow system headers providing private...
2016-06-30 Erik Pilkington[Sema] Implement C++14's DR1579: Prefer returning by...
2016-06-30 Samuel Antao[OpenMP] Use fopenmp prefix for all options introduced...
2016-06-30 Sanjay Patelfix typo; NFC
2016-06-30 Justin LebarFix ASTMatchersNodeTest to work on Windows.
2016-06-30 Richard SmithFix typo-correction crash if a typo occurs within the...
2016-06-30 Justin Lebar[CUDA] Give templated device functions internal linkage...
2016-06-30 Richard SmithPR28373: fix crash-on-invalid if the condition of an...
2016-06-30 Justin LebarDon't instantiate a full host toolchain in ASTMatchersTest.
2016-06-30 Reid Kleckner[codeview] Emit qualified display names if -gline-table...
2016-06-30 Reid KlecknerPort some more debug info tests on Windows
2016-06-30 Michael Zuckerman[AVX512][BUILTIN][vpermilps][intrinsics] Fixing two...
2016-06-30 Dmitry PolukhinFix CodeGenCXX/mangle-abi-tag.cpp on clang-ppc64le...
2016-06-30 Dmitry Polukhin[GCC] PR23529 Mangler part of attrbute abi_tag support
next