]> granicus.if.org Git - clang/shortlog
clang
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.
2016-06-24 Richard SmithUpdates from further motions.
2016-06-24 Strahinja PetrovicFix make-check issues
2016-06-24 Richard SmithMore approved features for C++17.
2016-06-24 Richard SmithDynamic memory allocation with alignment has been appro...
2016-06-24 Richard SmithUsing for attributes voted into C++17.
2016-06-24 Strahinja PetrovicThis patch fixes problem with passing structures and...
2016-06-24 Richard SmithAdd (commented out) status entries for the upcoming...
2016-06-24 Cong LiuIgnoringImplicit matcher.
2016-06-24 David Majnemertry to fix the MSVC build
2016-06-24 David MajnemerUse even more ArrayRefs
2016-06-24 David MajnemerUse more ArrayRefs
2016-06-24 David MajnemerUse the same underlying type for bitfields
2016-06-23 NAKAMURA TakumiParser::ParseCXXCondition(): Prune \param in r273548...
2016-06-23 Martin Probstclang-format: [JS] handle conditionals in fields, defau...
2016-06-23 Dehao ChenInvoke simplifycfg and sroa before instcombine.
2016-06-23 Martin Probstclang-format: [JS] recognize more type locations.
2016-06-23 Richard SmithImplement p0292r2 (constexpr if), a likely C++1z feature.
2016-06-23 Richard SmithRe-commit r273548, reverted in r273589, with a fix...
2016-06-23 Peter CollingbourneAdd a test case for the regression in -Wfor-loop-analys...
2016-06-23 Peter CollingbourneRevert r273548, "Rearrange condition handling so that...
2016-06-23 Ben Craig[Analyzer] Don't cache report generation ExplodedNodes
2016-06-23 Rafael EspindolaRestructure the propagation of -fPIC/-fPIE.
2016-06-23 Aaron BallmanFixing a FIXME related to Unicode support on Windows...
2016-06-23 Saleem AbdulrasoolCodeGen: support linker options on Windows ARM
2016-06-23 Daniel Jasperclang-format: [Proto] Use more compact format for text...
2016-06-23 Daniel SandersAttempt to fix MIPS buildbots after r273425.
2016-06-23 Richard SmithRearrange condition handling so that semantic checks...
2016-06-23 Craig Topper[AVX512] Replace masked unpack builtins with shufflevec...
2016-06-23 David MajnemerUse ranges to concisely express iteration
2016-06-22 Simon Atanasyan[driver] Remove one more bunch of empty 'test inputs...
2016-06-22 Simon Atanasyan[driver] Remove empty folders from the Inputs folder...
2016-06-22 Simon Atanasyan[driver][mips] Factor out findMIPSMultilibs code into...
next