]> granicus.if.org Git - clang/shortlog
clang
2019-01-23 Aaron BallmanMerge similar target diagnostics for interrupt attribut...
2019-01-23 Richard Smith[ubsan] Check the correct size when sanitizing array...
2019-01-23 Akira Hatanaka[Sema][ObjC] Check whether a DelayedDiagnosticPool...
2019-01-22 Vladimir Stefanovic[mips] Replace help-text for '-m{no}-relax-pic-calls...
2019-01-22 George Karpenkov[analyzer] Insert notes in RetainCountChecker where...
2019-01-22 George Karpenkov[analyzer] Model another special-case kind of cast...
2019-01-22 Raphael Isemann[ASTImporter] Fix importing OperatorDelete from CXXCons...
2019-01-22 Hans WennborgReleaseNotes: remove openmp notes from r351580
2019-01-22 Eli Friedman[CodeGen] Always use string computed in Sema for Predef...
2019-01-21 Michal Gorny[test] Pass -ccc-install-dir in mac compilation db...
2019-01-21 Aaron BallmanMark the lambda function pointer conversion operator...
2019-01-21 Aaron BallmanRegenerating the C++ DR status page from the latest...
2019-01-21 Anastasia Stulova[OpenCL] Allow address spaces as method qualifiers.
2019-01-21 Adam Balogh[Analyzer] Remove extra blank line from Iterator Checke...
2019-01-21 Johannes Doerfert[NFC] Fix comparison warning issues by MSVC
2019-01-21 Jonas Toth[clang] add tests to ExprMutAnalyzer that reproduced...
2019-01-21 Sam Parker[AArch64] Use LL for 64-bit intrinsic arguments
2019-01-21 Raphael Isemann[ASTImporter] Add test for importing anonymous namespaces.
2019-01-21 Chandler CarruthFix typos throughout the license files that somehow...
2019-01-21 Petr Hosek[Driver] Don't pass default value to getCompilerRTArgString
2019-01-21 Petr Hosek[CMake][Fuchsia] Drop -DNDEBUG, re-enable modules
2019-01-20 Craig Topper[X86] Add missing test cases for some int/fp->fp conver...
2019-01-20 Serge GueltonTentative fix for r351701 and gcc 6.2 build on ubuntu
2019-01-20 Serge GueltonReplace llvm::isPodLike<...> by llvm::is_trivially_cop...
2019-01-20 Craig Topper[X86] Remove the cvtuqq2ps256/cvtqq2ps256 mask builtins...
2019-01-20 Simon Pilgrim[X86] Replace VPCOM/VPCOMU with generic integer compari...
2019-01-19 Johannes Doerfert[FIX] Generalize the expected results for callback...
2019-01-19 Chandler CarruthUpdate the license mentioned in this documentation.
2019-01-19 Stephen Kelly[ASTDump] NFC: Convert iterative loops to cxx_range_for
2019-01-19 Stephen Kelly[ASTDump] NFC: Use `const auto` in cxx_range_for loops
2019-01-19 Johannes Doerfert[FIX] Restrict callback pthreads_create test to linux...
2019-01-19 Johannes Doerfert[NFC] Generalize expected output for callback test
2019-01-19 Chandler CarruthUpdate the license header in this man-page file.
2019-01-19 Stephen KellyMove decl context dumping to TextNodeDumper
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-19 Chandler CarruthConvert two more files that were using Windows line...
2019-01-19 Chandler CarruthRemove random windows line endings that snuck into...
2019-01-19 Chandler CarruthUpdate some code used in our visual studio plugins...
2019-01-19 Chandler CarruthInstall new LLVM license structure and new developer...
2019-01-19 Johannes DoerfertEmit !callback metadata and introduce the callback...
2019-01-18 Artem Dergachev[analyzer] pr37688: Fix a crash upon evaluating a delet...
2019-01-18 Artem Dergachev[analyzer] Do not try to body-farm Objective-C properti...
2019-01-18 Stephen Kelly[ASTDump] Add test for current AST dump behavior
2019-01-18 Stephen Kelly[ASTDump] NFC: Move variable into if() statement
2019-01-18 Stephen Kelly[ASTDump] NFC: Remove redundant condition
2019-01-18 Stephen Kelly[ASTDump] NFC: Remove non-needed braces
2019-01-18 Stephen Kelly[ASTDump] Mark null params with a tag rather than a...
2019-01-18 Stephen Kelly[ASTDump] Mark BlockDecls which capture this with a tag
2019-01-18 Stephen Kelly[ASTDump] Mark variadic declarations with a tag instead...
2019-01-18 Erik Pilkington[Sema] Suppress a warning about a forward-declared...
2019-01-18 Leonard Chan[Fixed Point Arithmetic] Fixed Point Addition Constant...
2019-01-18 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-01-18 Kelvin Li[OPENMP][DOCS] Release notes/OpenMP support updates...
2019-01-18 Vladimir Stefanovic[mips] Add '-mrelax-pic-calls', '-mno-relax-pic-calls'
2019-01-18 Erich Keane[NFC] Fix wParentheses warning in ASTContext getFixedPo...
2019-01-18 George KarpenkovRevert "Fix failing MSan bots"
2019-01-18 Mandeep Singh... [clang] Change to range-based invocation of llvm::sort
2019-01-18 Craig Topper[X86] Only define _XCR_XFEATURE_ENABLED_MASK in xsavein...
2019-01-18 Zola Bridges[clang][slh] add Clang attr no_speculative_load_hardening
2019-01-18 Nirav DaveRevert "Clang side support for @cc assembly operands."
2019-01-18 Nirav DaveClang side support for @cc assembly operands.
2019-01-18 Erich KeaneFix test failure from r351495
2019-01-18 Anastasia Stulova[OpenCL] Fix overloading ranking rules for addrspace...
2019-01-18 Alex Bradbury[analyzer] Unbreak building of SymbolReaperTest true...
2019-01-18 Kadir Cetinkaya[tooling] Add a new argument adjuster for deleting...
2019-01-18 Vlad TsyrklevichFix failing MSan bots
2019-01-18 George Karpenkov[analyzer] Introduce proper diagnostic for freeing...
2019-01-18 George Karpenkov[analyzer] Extend the PathDiagnosticLocation constructo...
2019-01-18 George Karpenkov[analyzer] [NFC] Clean up messy handling of bug categor...
2019-01-18 George Karpenkov[analyzer] const-ify reference to bug type used in...
2019-01-18 George Karpenkov[analyzer] Extend BugType constructor to accept "Suppre...
2019-01-18 George Karpenkov[analyzer] [RetainCountChecker] Produce a correct messa...
2019-01-18 George Karpenkov[analyzer] [RetainCountChecker] Smart pointer support.
2019-01-18 Artem Dergachev[analyzer] A speculative fix for buildbot failures...
2019-01-18 Artem Dergachev[analyzer] MoveChecker: Add one more common resetting...
2019-01-18 Artem Dergachev[analyzer] Make sure base-region and its sub-regions...
2019-01-17 Erich KeaneMake integral-o-pointer conversions in SFINAE illegal.
2019-01-17 Richard SmithFix cleanup registration for lambda captures.
2019-01-17 Eric FiselierAdd -Wctad-maybe-unsupported to diagnose CTAD on types...
2019-01-17 Reid KlecknerFix -Wsign-compare in new tests
2019-01-17 Aaron BallmanRevert r351209 (which was a revert of r350891) with...
2019-01-17 Erik Pilkington[CodeGenObjC] Use a constant value for non-fragile...
2019-01-17 Alex Lorenz[ObjC] Follow-up r350768 and allow the use of unavailab...
2019-01-17 Vlad TsyrklevichTLS: Respect visibility for thread_local variables...
2019-01-17 Anton KorobeynikovCodeGen: Cast llvm.flt.rounds result to match __builtin...
2019-01-17 Philip Pfaffe[NewPM] Add -fsanitize={memory,thread} handling to...
2019-01-17 Petr Hosek[CMake][Fuchsia] Disable modules for the second stage...
2019-01-17 Craig Topper[X86] Add custom emission for the avx512 scatter builti...
2019-01-17 Volodymyr Sapsai[Frontend] Make WrapperFrontendAction call WrappedActio...
2019-01-16 George Karpenkov[analyzer] Another RetainCountChecker cleanup
2019-01-16 George Karpenkov[analyzer] [NFC] Yet another minor cleanup of RetainCou...
2019-01-16 Craig TopperRecommit r351160 "[X86] Make _xgetbv/_xsetbv on non...
2019-01-16 Craig Topper[X86] Add versions of the avx512 gather intrinsics...
2019-01-16 Reid KlecknerFix libc++ mac driver test to pass on Windows
2019-01-16 Richard SmithPR40329: [adl] Fix determination of associated classes...
2019-01-16 Leonard Chan[Fixed Point Arithmetic] Fixed Point Subtraction
2019-01-16 Leonard Chan[Fixed Point Arithmetic] Add APFixedPoint to APValue
2019-01-16 Leonard Chan[Fixed Point Arithmetic] Fixed Point Addition
2019-01-16 Jeremy MorseAdd a REQUIRES: darwin line for a mac test.
2019-01-16 Aaron BallmanAdded test cases for dumping variadic-like functions...
next