]> granicus.if.org Git - clang/shortlog
clang
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
2016-06-30 Benjamin KramerEnable opencl driver tests, which never ran.
2016-06-30 Nikolay HaustovAMDGPU: Set amdgpu_kernel calling convention for OpenCL...
2016-06-30 Michael Zuckerman[Clang][Intrinsics][AVX512][BuiltIn] adding intrinsics...
2016-06-30 Haojian Wu[ASTMatcher] Add a node matcher for EnumType.
2016-06-30 Michael Gottesman[cmake] Remove stale comment. NFC.
2016-06-30 David Majnemer[MS ABI] Pick an inheritance model if we resolve an...
2016-06-30 David Majnemer[CodeView] Implement support for bitfields in Clang
2016-06-30 Akira HatanakaUse the same type for adjacent bit field members.
2016-06-29 Siva Chandra[Tooling] Add optional argument to getFullyQualifiedNam...
2016-06-29 Michael Gottesman[ClangConfig] Store all of the targets exported in...
2016-06-29 Michael Gottesman[ClangConfig] Unset some variables after we are done...
2016-06-29 Michael Gottesman[ClangConfig] Instead of hard coding the ClangTargets...
2016-06-29 Michael Gottesman[ClangConfig] Follow LLVM's example and only install...
2016-06-29 Michael Gottesman[cmake] Instead of just copying ClangConfig.cmake,...
2016-06-29 Richard SmithP0305R1: Parsing support for init-statements in 'if...
2016-06-29 Michael Gottesman[ClangConfig] Copy ClangConfig.cmake to ${CMAKE_BINARY_...
2016-06-29 Richard SmithConvert another case over to RevertingTentativeParsingA...
2016-06-29 Richard SmithSwitch to an RAII object to revert tentative parsing...
2016-06-29 Michael Gottesman[ClangConfig] Replace paths with the same value as...
2016-06-29 Michael Gottesman[cmake] Move creation of ClangTargets and installation...
2016-06-29 Yaxun Liu[OpenCL] Allow -cl-std and other standard -cl- options...
2016-06-29 Yaron KerenAdd CapturedDecl::parameters() ArrayRef accessors follo...
2016-06-29 Reid KlecknerRe-land "[MS] Don't expect vftables to be provided...
2016-06-29 Manman RenAvailabilityAttr: update the document for macosx
2016-06-29 Simon Pilgrim[X86][SSE2] Updated tests to match llvm\test\CodeGen...
2016-06-29 Alexey Bader[OpenCL] Add attribute 'pure' to read_image built-in...
next