]> granicus.if.org Git - clang/shortlog
clang
2019-05-30 Erich KeaneAdd Attribute NoThrow as an Exception Specifier Type
2019-05-30 J. Ryan Stinnett[Docs] Modernize references to macOS
2019-05-30 Erich KeaneRevert "clang support gnu asm goto."
2019-05-30 Anastasia Stulova[OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.
2019-05-30 Csaba Dabis[analyzer] print() JSONify chain: Fix possible build...
2019-05-30 Sjoerd MeijerFollow up of r362096
2019-05-30 Csaba Dabis[analyzer] print() JSONify chain: Fix build-bot breaks
2019-05-30 Sjoerd Meijer[ARM] Add CLI support for Armv8.1-M and MVE
2019-05-30 Sven van Haastregt[OpenCL] Support logical vector operators in C++ mode
2019-05-30 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-05-30 Fangrui SongRevert "asm goto: fix out-of-bounds read of Constraints...
2019-05-30 Simon PilgrimFix MSVC "not all control paths return a value" warning.
2019-05-30 Fangrui Songasm goto: fix out-of-bounds read of Constraints after...
2019-05-30 Benjamin Kramer[AST] asm goto labels don't have constraints, don't...
2019-05-30 Fangrui SongMark CodeGen/asm-goto.c as x86 specific after r362045
2019-05-30 John McCallAdd the `objc_class_stub` attribute.
2019-05-30 Fangrui Song[Driver] Render target options (e.g. -fuse-init-array...
2019-05-30 Fangrui Song[PowerPC] Set the default PLT mode on musl to Secure PLT
2019-05-30 Fangrui Song[Driver] -static-pie: add -z text
2019-05-30 Jennifer Yuclang support gnu asm goto.
2019-05-29 Amy HuangCodeView - add static data members to global variable...
2019-05-29 Akira Hatanaka[ObjC] Fix encoding of ObjC pointer types that are...
2019-05-29 Csaba Dabis[analyzer] Remove EndPath function as it is dead code
2019-05-29 Tim NorthoverRevert "LLVM IR: update Clang tests for byval being...
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Boolean support
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: MemberExpr support
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Remove duplicated code
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Test 'add-pop-up-notes...
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Enhance to write out...
2019-05-29 Csaba Dabis[analyzer] [NFC] PathDiagnostic: Create PathDiagnosticP...
2019-05-29 Tim NorthoverLLVM IR: update Clang tests for byval being a typed...
2019-05-29 Csaba Dabis[analyzer] print() JSONify chain: Generic stmt_id
2019-05-29 Artem Dergachev[analyzer] SATestBuild.py: Use driver for analyzing...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: SVal implementation
2019-05-29 Haojian WuFix an unused-variable error.
2019-05-29 Thomas Lively[WebAssembly] Support VPtr sanitizer for Emscripten
2019-05-29 Csaba Dabis[analyzer] print() JSONify: CFG implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Decl revision
2019-05-29 Csaba Dabis[analyzer][AST] print() JSONify: Stmt implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: getNodeLabel implementation
2019-05-29 Ilya Biryukov[Index] Compute correct symbol kind for variable templates
2019-05-29 Michael Liao[CUDA][HIP] Skip setting `externally_initialized` for...
2019-05-29 Erich KeaneAdd curley brackets to case statement that declares...
2019-05-29 Francois Ferrand[clang-format] Allow configuring list of function-like...
2019-05-29 Francois Ferrand[NFC] clang-format: Use LLVM style in NamespaceEndComme...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Program state implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Checker messages implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Constructing objects implem...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Type information implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Constraints implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Environment implementation
2019-05-29 Ilya Biryukov[CodeComplete] Add semicolon when completing patterns...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Store implementation
2019-05-29 Simon Atanasyan[mips] Check argument for __builtin_msa_ctcmsa / __buil...
2019-05-29 Nico Weberclang-cl: Fix mangling of catchable types with names...
2019-05-29 Yitzhak Mandelbaum[LibTooling] Add `before` and `after` selectors for...
2019-05-29 Ilya Biryukov[Index] Correctly set symbol kind of IndirectFieldDecl
2019-05-29 Douglas YungFix test added in r361903 to work on Windows.
2019-05-29 Pengfei Wang[X86] Fix i386 struct and union parameter alignment
2019-05-29 Zi Xuan Wurevert rC361928: [PowerPC] [Clang] Port SSE intrinsics...
2019-05-29 Zi Xuan Wu[PowerPC] [Clang] Port SSE intrinsics to PowerPC
2019-05-29 Eric FiselierMake __has_builtin work with __builtin_LINE and friends.
2019-05-29 Yaxun LiuFix failure of lit test dependent-libs.cu
2019-05-29 Petr Hosek[Driver] Search the toolchain dir with -print-file...
2019-05-28 Craig Topper[X86] Fix the Sema checks for getmant builtins to only...
2019-05-28 Richard SmithFix r361893 to also update a recently-added test.
2019-05-28 Richard SmithDefer creating fields for captures until we finish...
2019-05-28 Richard SmithSimplify clang::Capture. No functionality change intended.
2019-05-28 Richard SmithIf capturing a variable fails, add a capture anyway...
2019-05-28 Richard SmithMove code to mark a variable as odr-used adjacement...
2019-05-28 Michael J.... [Driver] Fix -working-directory issues
2019-05-28 Yaxun Liu[CUDA][HIP] Emit dependent libs for host only
2019-05-28 Adhemerval... [clang] Handle lrint/llrint builtins
2019-05-28 Joel E. Denny[OpenMP] Set pragma start loc to `#pragma` loc
2019-05-28 Saleem AbdulrasoolDriver: support `/Zc:char8_t` and `/Zc:char8_t-`
2019-05-28 Simon Tatham[ARM] Replace fp-only-sp and d16 with fp64 and d32.
2019-05-28 Ilya Biryukov[CodeComplete] Set preferred type for qualified-id
2019-05-28 Ilya Biryukov[CodeComplete] Consistently break after '{' in multi...
2019-05-28 Nico WeberAdd release note entries for recent typo correction...
2019-05-28 Adam Balogh[Analyzer] Replace `CXXSelfAssignmentBRVisitor` with...
2019-05-28 Hans WennborgRe-commit r357452 (take 2): "SimplifyCFG SinkCommonCode...
2019-05-28 Don HintonRevert [test] Fix plugin tests
2019-05-28 Don Hinton[test] Fix plugin tests
2019-05-27 Petr Hosek[Driver] Change layout of per-target runtimes to resemb...
2019-05-27 Volodymyr Sapsai[Preprocessor] Fix crash emitting note with framework...
2019-05-27 Kadir Cetinkaya[clang] Respect TerseOutput when printing lambdas
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the type information...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump whether a function...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the declared name...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the argument name...
2019-05-27 Aaron BallmanAdd test cases for dumping AST expression nodes to...
2019-05-27 Yaxun Liu[OpenCL] Fix file-scope const sampler variable for 2.0
2019-05-27 Ilya Biryukov[CodeComplete] Complete 'return true/false' in boolean...
2019-05-27 Balazs Keri[ASTImporter] Added visibility context check for CXXRec...
2019-05-26 Fangrui Song[Driver][RISCV] Simplify. NFC
2019-05-26 Petr Hosek[Driver] Update handling of c++ and runtime directories
2019-05-25 Duncan P. N... Add missing newline at end of file
2019-05-25 Richard SmithPermit static local structured bindings to be named...
2019-05-25 Akira HatanakaRevert "[Analysis] Link library dependencies to Analysi...
2019-05-25 Nico WeberRename clangToolingRefactor to clangToolingRefactoring...
next