]> granicus.if.org Git - clang/shortlog
clang
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...
2016-06-29 Alexey Bader[OpenCL] Fix typo in as_type test.
2016-06-29 Andrey TuretskiyUse ArgList::hasFlag to check if -miamcu/-mno-iamcu...
2016-06-29 Pankaj Gode[Driver][AArch64] Add support for Broadcom Vulcan core.
2016-06-29 Igor Breger[AVX512] Zero extend cmp intrinsic return value.
2016-06-29 Vedant KumarRevert "[Coverage] Adopt llvm::coverage::encodeFilename...
2016-06-29 Adam Nemet[Diag] Add getter shouldAlwaysPrint. NFC
2016-06-29 Richard SmithMark inheriting constructors as deleted if the correspo...
2016-06-29 Sean SilvaRevert "[PS4] Tighten up a test (noticed in passing)"
2016-06-28 Richard SmithFunction declarations are, in fact, permitted in the...
2016-06-28 Erik Pilkington[Sema] Disallow ambigious base classes in template...
2016-06-28 Manman RenObjC Class Property: diagnostics when accessing a class...
2016-06-28 Manman RenAvailabilityAttr: we accept "macos" as the platform...
2016-06-28 Richard Smithcxx_status: make c++17 footnote list formatting consist...
2016-06-28 Richard Smithcxx_status: fix footnote for p0136.
2016-06-28 Richard SmithUpdate cxx_dr_status from test/CXX/drs.
2016-06-28 Chris Bieneman[CMake] Adding USES_TERMINAL to a few additional custom...
2016-06-28 Richard SmithFix unreasonably-precise CHECK.
2016-06-28 Richard SmithP0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941...
2016-06-28 Chris Bieneman[CMake] Connect check-compiler-rt to check-all
2016-06-28 Artur PilipenkoUpdate the expected masked load/store intrinsics names...
2016-06-28 Artur PilipenkoNFC. Test commit, remove a redundant empty line in...
2016-06-28 Chris Bieneman[CMake] Pass LLVM_LIT_ARGS into compiler-rt build.
2016-06-28 Chris Bieneman[CMake] [Apple Clang] Enable Compiler-RT tests on stage...
2016-06-28 Samuel Benzaquen[ASTMatchers] Add isLambda() matcher.
2016-06-28 Chris Dewhurst[SPARC] Allows inlining of atomics for Sparc32 with...
2016-06-28 Nikolay Haustov[Driver] Add method to redirect output of Compilation.
2016-06-28 NAKAMURA TakumiRevert r273950, (empty). Please recommit it with readab...
2016-06-28 David Majnemer[clang-cl] Define _MSVC_LANG
2016-06-28 David Majnemer[intrin.h] Certain _Interlocked intrinsics return the...
2016-06-28 Jordan RoseAvoid accessing an invalid PresumedLoc.
2016-06-28 Saleem AbdulrasoolFrontend: clang-format a statement, NFC
2016-06-28 Matt ArsenaultAMDGPU: Add builtin to read exec mask
2016-06-27 Chris Dewhurstgit-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk...
2016-06-27 Yaxun LiuAttempting to fix lit test test/Headers/opencl-c-header...
2016-06-27 Richard SmithAdd simple, stupid, pattern-based fuzzer / reducer...
2016-06-27 George Burgess IV[ExprConstant] Fix PR28314 - crash while evluating...
2016-06-27 Kelvin Li[OpenMP] Diagnose missing cases of statements between...
2016-06-27 Carlo BertolliResubmission of http://reviews.llvm.org/D21564 after...
2016-06-27 David Majnemer[clang-cl] Implement support for /std
2016-06-26 Asaf Badouh[X86] add _mm_loadu_si64
2016-06-25 James Y KnightFix unused variable warning after r273754.
2016-06-25 Craig Topper[X86] Fix pslldq/psrldq intrinsics to not fail compilat...
2016-06-25 Peter CollingbourneFix bad test expectation.
2016-06-25 Peter CollingbourneCodeGen: Start emitting checked loads when both trappin...
2016-06-25 Richard SmithImplement C++17 P0386R2, inline variables. (The 'inline...
2016-06-24 Rafael EspindolaAdd support for musl-libc on ARM Linux.
2016-06-24 Peter CollingbourneCodeGen: Update Clang to use the new type metadata.
2016-06-24 Chris Bieneman[CMake] Remove CLANG_APPEND_VC_REV option
2016-06-24 Carlo BertolliRevert r273705
2016-06-24 Carlo Bertolli[OpenMP] Initial implementation of parse and sema for...
2016-06-24 Martin Probstclang-format: [JS] Fix build breakage.
2016-06-24 Stephan BergmannDeadStoresChecker: Don't warn about dead stores into...
2016-06-24 Richard SmithCorrect error in change description.
2016-06-24 Richard SmithRemaining motions pass.
2016-06-24 Richard SmithInline variables tentatively approved for C++17.
next