]> granicus.if.org Git - clang/shortlog
clang
2016-09-13 Stephen Hinesclang-format: Add Java detection to git-clang-format.
2016-09-13 Adam NemetReapply r281276 with passing -emit-llvm in one of the...
2016-09-13 Richard TrieuHandle empty message in static_asserts.
2016-09-13 Richard TrieuFix interaction between serialization and c++1z feature.
2016-09-13 Peter CollingbourneUpdate Clang for D20147 ("DebugInfo: New metadata repre...
2016-09-13 Adam NemetRevert "Add -fdiagnostics-show-hotness"
2016-09-13 Reid Kleckner[DebugInfo] Deduplicate debug info limiting logic
2016-09-12 George Burgess IV[Sema] Fix PR30346: relax __builtin_object_size checks.
2016-09-12 Adam NemetAdd -fdiagnostics-show-hotness
2016-09-12 Adam NemetFix a long comment line
2016-09-12 Saleem AbdulrasoolCodeGen: use some range-based for loops
2016-09-12 Richard SmithAdd a couple of test files missed in r281258.
2016-09-12 Richard Smith[modules] When we merge two definitions of a function...
2016-09-12 Richard SmithDiagnostics reference: "error:" should be red, not...
2016-09-12 Jonathan RoelofsTrivial documentation fix regarding Obj-C ARC objc_arc_...
2016-09-12 Daniel Jasperclang-format: Make emacs integration work with narrowed...
2016-09-12 Martin Bohme[CFG] Add iterator_ranges to CFG and CFGBlock.
2016-09-12 Richard SmithAdd virtual destructor (necessary due to the switch...
2016-09-12 Richard SmithAttempt #3 to placate MSVC.
2016-09-12 Richard SmithAttempt #2 to placate MSVC
2016-09-12 Richard SmithAttempt to placate MSVC.
2016-09-12 Richard SmithAdd a mode to clang-tblgen to generate reference docume...
2016-09-12 David Majnemer[MS ABI] Add /include directives for dynamic TLS
2016-09-11 Saleem AbdulrasoolCodeGen: remove unnecessary else case
2016-09-10 Nico WeberAdd missing test coverage for an inheritance model...
2016-09-10 Akira Hatanaka[tablegen] Check that an optional IdentifierArgument...
2016-09-09 Manman RenModules: for ObjectiveC try to keep the definition...
2016-09-09 Adrian PrantlDebug info: Bump the default DWARF version on Darwin...
2016-09-09 Justin Lebar[CUDA] Make __GCC_ATOMIC_XXX_LOCK_FREE macros the same...
2016-09-09 Manman RenModules: revert r280728.
2016-09-09 Douglas KatzmanMyriad: nominally "support" ASAN.
2016-09-09 Eric LiuAlso cleanup comments around redundant colons/commas...
2016-09-09 Reid Kleckner[DebugInfo] Ensure complete type is emitted with -fstan...
2016-09-09 Reid KlecknerMake -fstandalone-debug and -flimit-debug-info availabl...
2016-09-09 Reid Kleckner[codeview] Extend the heuristic for detecting classes...
2016-09-09 Amaury SechetUpdate clang for D21514. NFC
2016-09-09 George Burgess IV[Docs] Fix typos, remove trailing whitespace.
2016-09-08 Richard SmithC++ Modules TS: Add parsing and some semantic analysis...
2016-09-08 Vedant Kumar[Driver] Report invalid -mtune/-mcpu parameters when...
2016-09-08 Albert GutowskiImplement MS _rot intrinsics
2016-09-08 Vassil Vassilev[modules] Apply ODR merging for function scoped tags...
2016-09-08 Renato GolinRevert "[XRay] ARM 32-bit no-Thumb support in Clang"
2016-09-08 Simon PilgrimMoved unreachable to appease msvc, gcc and clang
2016-09-08 Simon PilgrimFixed a 'not all control paths return a value' warning...
2016-09-08 Peter CollingbourneAdd explicit casts to size_t to try to appease MSVC.
2016-09-08 Peter CollingbourneCodeGen: Clean up implementation of vtable initializer...
2016-09-08 Dean Michael... [XRay] ARM 32-bit no-Thumb support in Clang
2016-09-07 Daniel Jasperclang-format: [JavaScript] Change default AllowShortFun...
2016-09-07 Daniel Jasperclang-format: [JavaScript] Do requoting in a separate...
2016-09-07 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-09-07 George Burgess IVMove CHECK right before the function it describes.
2016-09-07 George Burgess IV[Sema] Compare bad conversions in overload resolution.
2016-09-07 Nico WeberAdd a few more test for []-style uuid attributes.
2016-09-07 Yaxun LiuDo not validate pch when -fno-validate-pch is set
2016-09-07 Ismail PazarbasiTry contextually converting condition of constexpr...
2016-09-07 Reid Kleckner[MS] Fix prologue this adjustment when 'this' is passed...
2016-09-07 Eugene Zelenko[clang-offload-bundler] Fix some Clang-tidy modernize...
2016-09-07 Vassil VassilevAdd missing include. White space.
2016-09-07 Reid KlecknerAdd MS __nop intrinsic to intrin.h
2016-09-07 Reid KlecknerParsing MS pragma intrinsic
2016-09-07 Reid Kleckner[MS] Fix 'this' type when calling virtual methods with...
2016-09-07 Sagar Thakur[EfficiencySanitizer] [MIPS64] Enables esan clang drive...
2016-09-07 Alexey Bader[OpenCL] Fix pipe built-in functions return type.
2016-09-07 Matt ArsenaultOpenCL: Defining __ENDIAN_LITTLE__ and fix target endia...
2016-09-07 Matt ArsenaultFix whitespace issues
2016-09-07 Richard SmithFix clang's handling of the copy performed in the secon...
2016-09-06 Devin Coughlin[scan-build-py] Increase precision of timestamp in...
2016-09-06 Martin Probstclang-format: [JS] whitespace required between ! and as.
2016-09-06 Martin Probstclang-format: [JS] ignore comments when wrapping returns.
2016-09-06 Manman RenModules: Fix an assertion in DeclContext::buildLookup.
2016-09-06 Leny KholodovFormatting with clang-format patch r280701
2016-09-06 Pierre Gousseau[clang-cl] Check that we are in clang cl mode before...
2016-09-06 Leny KholodovDebugInfo: use llvm::DINode::DIFlags type for debug...
2016-09-06 Alexey Bader[OpenCL] Remove access qualifiers on images in arg...
2016-09-05 Ed SchoutenAdd support for targeting armv6-unknown-cloudabi-eabihf.
2016-09-05 NAKAMURA Takumiclang/test/Modules/compiler_builtins_x86.c: Fix r280658.
2016-09-05 James MolloyAttempt to fix buildbots not targetting x86
2016-09-04 Craig Topper[AVX-512] Remove 128-bit and 256-bit masked floating...
2016-09-04 Joerg SonnenbergerTest case for r280607 to check presence and sanity...
2016-09-04 Elad Cohen[Modules] Add 'freestanding' to the 'requires-declarati...
2016-09-04 Joerg SonnenbergerTrailing dot that shouldn't have been committed.
2016-09-04 Joerg SonnenbergerPR 27200: Fix names of the atomic lock-free macros.
2016-09-03 Craig Topper[AVX-512] Remove masked integer mullo builtins and...
2016-09-03 Craig Topper[AVX-512] Remove masked integer add/sub builtins and...
2016-09-03 Aaron BallmanFix the attribute documentation build.
2016-09-03 Niels Ole SalscheiderReplace the Radeon GCN GPU family names by more descrip...
2016-09-03 Nico WeberAdd a test Aaron asked for that I forgot to add before...
2016-09-03 Nico Weber[ms] Add support for parsing uuid as a Microsoft attribute.
2016-09-03 Nico WeberLet Microsoft attributes apply to the type, not the...
2016-09-03 Nico WeberAdd plumbing for new attribute type "Microsoft".
2016-09-03 Nico WeberMove calls of MaybeParseMicrosoftAttributes() before...
2016-09-03 Nico WeberRemove function name from comment.
2016-09-03 George Burgess IV[Sema] Fix how we set implicit conversion kinds.
2016-09-02 Yunzhong Gao(clang part) Implement MASM-flavor intel syntax behavio...
2016-09-02 George Burgess IV[Sema] Relax overloading restrictions in C.
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-09-02 Eric FiselierRevert r280516 since it contained accidental changes.
2016-09-02 Aaron BallmanBased on post-commit feedback over IRC with dblaikie...
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-09-02 Martin Probstclang-format: [JS] merge requoting replacements.
next