]> granicus.if.org Git - clang/shortlog
clang
2018-07-19 Nemanja Ivanovic[PowerPC] Handle __builtin_xxpermdi the same way as...
2018-07-19 Bruno Cardoso... [PCH+Modules] Load -fmodule-map-file content before...
2018-07-19 Manoj Gupta[clang]: Add support for "-fno-delete-null-pointer...
2018-07-18 James DennettDocumentation: fix a typo in the AST Matcher Reference...
2018-07-18 Bruno Cardoso... Reapply r336660: [Modules] Autoload subdirectory module...
2018-07-18 Richard SmithDR330: when determining whether a cast casts away const...
2018-07-18 Erich KeaneAdd support for __declspec(code_seg("segname"))
2018-07-18 Artem Dergachev[analyzer] Remove a debug print that was accidentally...
2018-07-18 JF BastienSupport implicit _Atomic struct load / store
2018-07-18 Eric Liu[CodeComplete] Allow getDeclaration on RK_Pattern result.
2018-07-18 Erich KeaneClear properties inadvertantly added to tests in R336379
2018-07-18 Nico WeberMention clang-cl improvements from r335466 and r336379...
2018-07-18 Vassil Vassilev[modules] Print input files when -module-file-info...
2018-07-18 Martin Storsjo[AArch64] Define TARGET_HEADER_BUILTIN
2018-07-18 Peter CollingbourneRe-land r337333, "Teach Clang to emit address-significa...
2018-07-17 Peter CollingbourneRevert r337333, "Teach Clang to emit address-significan...
2018-07-17 Peter CollingbourneTeach Clang to emit address-significance tables.
2018-07-17 Richard SmithReplace LLVM_ALIGNAS with just alignas.
2018-07-17 Richard SmithRestructure checking for, and warning on, lifetime...
2018-07-17 Mandeep Singh... [COFF] Add more missing MSVC ARM64 intrinsics
2018-07-17 Eric ChristopherRemove unnecessary trailing ; in macro intrinsic defini...
2018-07-17 Mikhail R.... [analyzer] Fix Z3 backend after D48205
2018-07-17 Nico Weberclang-cl: Postpone Wmsvc-not-found emission until link...
2018-07-17 Leonard Chan[Fixed Point Arithmetic] Fix for bug where integer...
2018-07-17 Nico WeberRemove superfluous ; to fix -Wpedantic warning from gcc
2018-07-17 Simon Marchi[Tooling] Add operator== to CompileCommand
2018-07-17 Benjamin KramerRevert "[Sema] Reword warning for constant captures...
2018-07-17 Joerg SonnenbergerAlways use __mcount on NetBSD. Some platforms don't...
2018-07-17 Gabor Marton[ASTImporter] Fix poisonous structural equivalence...
2018-07-17 Joerg SonnenbergerFor NetBSD, unwind data is emitted by default, so also...
2018-07-17 Joerg SonnenbergerBy popular demand, switch in64_t on NetBSD/AArch64...
2018-07-17 Gabor Marton[ASTImporter] Fix import of unnamed structs
2018-07-17 Balazs Keri[ASTImporter] Import described template (if any) of...
2018-07-17 Florian HahnTemporarily revert r337226 "Restructure checking for...
2018-07-17 Roman LebedevHarden/relax clang/test/CodeGen/opt-record-MIR.c test
2018-07-17 Jacob Bandes... [Driver] Add -fno-digraphs
2018-07-17 Artem Dergachev[analyzer] Fix size_t in tests.
2018-07-17 Artem Dergachev[CFG] [analyzer] Allow elidable copies to have more...
2018-07-17 Artem Dergachev[analyzer] pr37802: Fix symbolic-pointer-to-boolean...
2018-07-17 Artem Dergachev[analyzer] Assert that nonloc::SymbolVal always wraps...
2018-07-17 Richard SmithRestructure checking for, and warning on, lifetime...
2018-07-16 Reka Kovacs[analyzer] Make checkEndFunction() give access to the...
2018-07-16 George Karpenkov[ASTMatchers] Quickfix for tests.
2018-07-16 George Karpenkov[analyzer] Bugfix for an overly eager suppression for...
2018-07-16 George Karpenkov[analyzer] Fix GCDAntipatternChecker to only fire when...
2018-07-16 George Karpenkov[analyzer] Provide a symmetric method for generating...
2018-07-16 George Karpenkov[ASTMatchers] Introduce Objective-C matchers `hasReceiv...
2018-07-16 Alexey Bataev[OPENMP] Fix checks for declare target link entries.
2018-07-16 Alexey Bataev[OPENMP] Fix syntactic errors in error messages.
2018-07-16 Alexey Bataev[OPENMP, NVPTX] Globalize only captured variables.
2018-07-16 Teresa JohnsonRestore "[ThinLTO] Ensure we always select the same...
2018-07-16 Balazs Keri[ASTImporter] Changed constant int to unsigned int...
2018-07-16 Mikhail R.... [analyzer] Fix the Z3 backend always generating unsigne...
2018-07-16 Mikhail R.... [analyzer] Fix constraint being dropped when analyzing...
2018-07-16 Balazs Keri[ASTImporter] Import implicit methods of existing class.
2018-07-16 Benjamin Kramer[Sema] Reword warning for constant captures that are...
2018-07-16 Adam Balogh[Analyzer] Mark `SymbolData` parts of iterator position...
2018-07-16 Alexander Shaposhnikov[Sema] Add fixit for unused lambda captures
2018-07-16 Martin Storsjo[MinGW] Automatically mangle Windows-specific entry...
2018-07-15 Aaron BallmanRun thread safety tests with both lock and capability...
2018-07-15 Petr Hosek[CMake] Use libc++ and compiler-rt for sanitizers
2018-07-14 Brian GesiakAdd caching when looking up coroutine_traits
2018-07-14 Teresa JohnsonRevert "[ThinLTO] Ensure we always select the same...
2018-07-13 Teresa Johnson[ThinLTO] Ensure we always select the same function...
2018-07-13 Krzysztof Parzyszek[Hexagon] Fix hvx-length feature name in testcases
2018-07-13 Richard SmithMake BuiltinType constructor private, and befriend...
2018-07-13 Richard SmithUse external layout information to layout bit-fields...
2018-07-13 JF BastienCodeGen: specify alignment + inbounds for automatic...
2018-07-13 Craig Topper[X86] Change the rounding mode used when testing the...
2018-07-13 Vlad TsyrklevichSafeStack: Add builtins to read unsafe stack top/bottom
2018-07-13 Erich KeanePR15730/PR16986 Allow dependently typed vector_size...
2018-07-13 Nicolas LesserFix PR34668 - P0704R1 implementation is too permissive
2018-07-13 Gheorghe-Teodor... [OpenMP] Initialize data sharing stack for SPMD case
2018-07-13 Erich Keane[NFC] Rename clang::AttributeList to clang::ParsedAttr
2018-07-13 Adam Balogh[Analyzer] alpha.unix.cstring.OutOfBounds checker enabl...
2018-07-13 Kristof Umann[analyzer][UninitializedObjectChecker] Fixed captured...
2018-07-13 Kristof Umann[analyzer][UninitializedObjectChecker] Support for...
2018-07-12 Richard SmithPR38136: improve handling of template argument deductio...
2018-07-12 Joerg SonnenbergerSupport linking static PIE binaries on NetBSD
2018-07-12 Richard SmithPR38141: check whether noexcept-specifications are...
2018-07-12 Erich KeaneAttributeList de-listifying:
2018-07-12 Vedant Kumar[Driver] Conform warn_drv_object_size_disabled_O0 to...
2018-07-12 Krzysztof Parzyszek[Hexagon] Fix testcases failing after r336933
2018-07-12 Krzysztof Parzyszek[Hexagon] Diagnose intrinsics not supported by selected...
2018-07-12 Richard SmithAdd tests for function conversions in conversion functi...
2018-07-12 Nicolas Lesser[C++17] Disallow lambdas in template parameters (PR33696).
2018-07-12 Eric Liu[Tooling] Make standalone executor support user-provide...
2018-07-12 Nicolas Lesser[C++11] Fix warning when dropping cv-qualifiers when...
2018-07-12 Bruno Cardoso... Revert "[modules] Fix 37878; Autoload subdirectory...
2018-07-12 Eric Liu[Tooling] Get working directory properly without assumi...
2018-07-12 Kristof Umann[analyzer][UninitializedObjectChecker] Moved non-member...
2018-07-12 Gabor Marton[ASTImporter] Fix infinite recursion on function import...
2018-07-12 Gabor Marton[ASTImporter] Refactor Decl creation
2018-07-11 Richard SmithFix deduction for conversion function templates convert...
2018-07-11 Akira Hatanakaos_log: When there are multiple privacy annotations...
2018-07-11 Richard SmithFix determination of whether one set of cvr-qualifiers...
2018-07-11 Joel E. Denny[FileCheck] Add -allow-deprecated-dag-overlap to failin...
2018-07-11 Petr PavluFix setting of empty implicit-section-name attribute
2018-07-11 JF Bastien[NFC] typo
2018-07-11 Erich Keane[NFC] Replace usage of QualType.getTypePtr()-> with...
next