]> granicus.if.org Git - clang/shortlog
clang
2018-08-22 Raphael Isemann[ASTImporter] Actually test ArrayInitLoopExpr in the...
2018-08-22 Raphael Isemann[ASTImporter] Remove duplicated and dead CXXNamedCastEx...
2018-08-22 Raphael Isemann[ASTImporter] Add test for ObjCTypeParamDecl
2018-08-22 Raphael Isemann[ASTImporter] Add test for SwitchStmt
2018-08-22 Raphael Isemann[ASTImporter] Add test for ObjCAutoreleasePoolStmt
2018-08-22 Aaron PuchertThread safety analysis: Allow relockable scopes
2018-08-22 Aaron Puchert[NFC] Test commit
2018-08-22 Elizabeth AndrewsCurrently clang does not emit unused static constants...
2018-08-22 Pirama Arumuga... [Android] Default to -fno-math-errno
2018-08-22 Chih-Hung Hsieh[Tooling] Allow -flto flags and filter out -Wa, flags
2018-08-22 Akira Hatanaka[CodeGen] Look at the type of a block capture field...
2018-08-22 Henry Wong[analyzer] Improve `CallDescription` to handle c++...
2018-08-22 Haojian Wu[Preamble] Fix an undefined behavior when checking...
2018-08-22 Gabor MartonFix import of class templates partial specialization
2018-08-22 David Green[AArch64] Add Tiny Code Model for AArch64
2018-08-22 Simon PilgrimFix Wdocumentation warnings. NFCI.
2018-08-22 Stefan Maksimovic[clang][mips] Set __mips_fpr correctly for -mfpxx
2018-08-22 Simon Tatham[clang-tblgen] Add -print-records and -dump-json modes.
2018-08-22 Hiroshi Inoue[AST] correct the behavior of -fvisibility-inlines...
2018-08-22 George Karpenkov[analyzer] [NFC] Fix minor formatting issues in RetainC...
2018-08-22 George Karpenkov[analyzer] [NFC] Extract a method for creating RefVal...
2018-08-22 Stephen KellyUpdate the docs for using LLVM toolset in Visual Studio
2018-08-21 Richard TrieuAdd space to TemplateArgument dump
2018-08-21 Nico WeberEliminate instances of `EmitScalarExpr(E->getArg(n...
2018-08-21 Martin Storsjo[CodeGen] Implicitly set stackrealign on the main funct...
2018-08-21 Erik PilkingtonAddress Aaron Ballman's post-commit review comments...
2018-08-21 Erik PilkingtonAdd a new flag and attributes to control static destruc...
2018-08-21 Raphael Isemann[ASTImporter] Add test for CXXNoexceptExpr
2018-08-21 Erik Pilkington[Parser] Support alternative operator token keyword...
2018-08-21 Raphael Isemann[ASTImporter] Add test for CXXForRangeStmt
2018-08-21 Matt ArsenaultAMDGPU: Move target code into TargetParser
2018-08-21 Louis Dionne[clang][NFC] Fix typo in the name of a note
2018-08-21 Kristof Umann[analyzer] Correctly marked a virtual function 'override'
2018-08-21 Balazs Keri[ASTImporter] Adding some friend function related unitt...
2018-08-21 Kristof Umann[analyzer][UninitializedObjectChecker] Explicit namespa...
2018-08-21 Hiroshi InoueAdd missing library dependency to fix build break after...
2018-08-21 Kristof Umann[analyzer][UninitializedObjectChecker] Added documentat...
2018-08-21 Kristof Umann[analyzer][UninitializedObjectChecker] Refactoring...
2018-08-21 Mikael HolmenRemoved unused variable [NFC]
2018-08-21 George Karpenkov[analyzer] [NFC] Split up RetainSummaryManager from...
2018-08-20 Heejin Ahn[WebAssembly] Revert type of wake count in atomic.wake...
2018-08-20 Saleem Abdulrasoollibclang: add install/distribution targets for python
2018-08-20 Raphael Isemann[ASTImporter] Add test for C++'s try/catch statements.
2018-08-20 Richard SmithModel type attributes as regular Attrs.
2018-08-20 David BlaikieDebugInfo: Add the ability to disable DWARF name tables...
2018-08-20 Fangrui Song[Lex] Make HeaderMaps a unique_ptr vector
2018-08-20 Matt ArsenaultRename -mlink-cuda-bitcode to -mlink-builtin-bitcode
2018-08-20 Alexey Bataev[OPENMP] Fix crash on the emission of the weak function...
2018-08-20 Adrian PrantlClose FileEntries of cached files in ModuleManager...
2018-08-20 Raphael Isemann[ASTImporter] Add test for C++ casts and fix broken...
2018-08-20 Alexey Bataev[OPENMP][BLOCKS]Fix PR38923: reference to a global...
2018-08-20 Raphael Isemann[ASTImporter] Test for importing condition variable...
2018-08-20 Andrei Elovikov[NFC] Don't define static function in header (Uninitial...
2018-08-19 Fangrui Song[Lex] Fix some inconsistent parameter names and duplica...
2018-08-19 Sanjay Patel[CodeGen] add test file that should have been included...
2018-08-19 Sanjay Patel[CodeGen] add rotate builtins that map to LLVM funnel...
2018-08-19 Ivan A. Kosarev[NEON] Define fp16 vld and vst intrinsics conditionally
2018-08-19 Sanjay Patelrevert r340137: [CodeGen] add rotate builtins
2018-08-19 Sanjay Patel[CodeGen] add/fix rotate builtins that map to LLVM...
2018-08-19 Sanjay Patelrevert r340135: [CodeGen] add rotate builtins
2018-08-19 Sanjay Patel[CodeGen] add rotate builtins
2018-08-18 Bruno Cardoso... Revert "[analyzer] [NFC] Split up RetainSummaryManager...
2018-08-18 George Karpenkov[analyzer] [NFC] Split up RetainSummaryManager from...
2018-08-17 George KarpenkovQuickfix for failing tests.
2018-08-17 Argyrios Kyrtzidis[index] For an ObjC message call, also record as receiv...
2018-08-17 Alex Lorenz[ObjC] Error out when using forward-declared protocol...
2018-08-17 Reid KlecknerDon't warn on returning the address of a label from...
2018-08-17 George Karpenkov[analyzer] [NFC] Minor refactoring of ISL-specific...
2018-08-17 George Karpenkov[analyzer] Re-instate support for MakeCollectable is...
2018-08-17 George Karpenkov[analyzer] [NFC] Move ObjCRetainCount to include/Analysis
2018-08-17 George Karpenkov[analyzer] [NFC] Move canEval function from RetainCount...
2018-08-17 George Karpenkov[analyzer] [NFC] Split up summary generation in RetainC...
2018-08-17 George Karpenkov[analyzer] [NFC] Split up RetainCountChecker
2018-08-17 George Karpenkov[analyzer] Drop support for GC mode in RetainCountChecker
2018-08-17 Mike Ricetest commit: add a comment
2018-08-17 Reid KlecknerUpdate comments in CGDebugInfo to reflect changes in...
2018-08-17 Reid Kleckner[MS] Mangle a hash of the main file path into anonymous...
2018-08-17 Richard SmithImprove diagnostic for missing comma in template parame...
2018-08-17 Yaxun Liu[HIP] Make __hip_gpubin_handle hidden to avoid being...
2018-08-17 Nico WeberMake __shiftleft128 / __shiftright128 real compiler...
2018-08-17 Akira Hatanaka[CodeGen] Merge identical block descriptor global varia...
2018-08-17 Haojian Wu[Preamble] Empty preamble is not an error.
2018-08-17 Erich KeaneFix for bug 38508 - Don't do PCH processing when only...
2018-08-17 Hans Wennborgclang-cl: Expose -fno-crash-diagnostics (PR38574)
2018-08-17 Teresa Johnson[ThinLTO] Correct documentation on default number of...
2018-08-17 Luke Cheeseman[AArch64] - return address signing
2018-08-17 Roman Lebedev[NFC] Some small test updates for Implicit Conversion...
2018-08-17 Brian Cain[hexagon] restore -fuse-cxa-atexit by default
2018-08-16 David BlaikieDisable pubnames in NVPTX debug info using metadata
2018-08-16 Vedant KumarRelax a CHECK line to allow for dso_local
2018-08-16 Vedant Kumar[InstrProf] Use atomic profile counter updates for...
2018-08-16 David BlaikieUpdate for LLVM API change
2018-08-16 Matt ArsenaultAMDGPU: Correct errors in device table
2018-08-16 Emmett NeymanUpdate README and Dockerfile to include llvm-proto...
2018-08-16 Raphael Isemann[ASTImporter] Add test for member pointer types.
2018-08-16 Raphael Isemann[ASTImporter] Add test for importing CompoundAssignOper...
2018-08-16 Raphael Isemann[ASTImporter] Add test for DoStmt
2018-08-16 Raphael Isemann[ASTImporter] Add test for WhileStmt
2018-08-16 Raphael Isemann[ASTImporter] Add test for IndirectGotoStmt
2018-08-16 Bruno Ricci[AST] Store the OwnedTagDecl as a trailing object in...
next