]> granicus.if.org Git - clang/shortlog
clang
2019-07-12 Jan KorousReland [clang] DirectoryWatcher
2019-07-12 Jan KorousRevert "Reland [clang] DirectoryWatcher"
2019-07-12 Jan KorousReland [clang] DirectoryWatcher
2019-07-12 Thomas Lively[WebAssembly] Make pthread imply bulk-memory, mutable...
2019-07-12 Ulrich Weigand[SystemZ] Add support for new cpu architecture - arch13
2019-07-12 Shoaib MeenaiRevert [clang-shlib] Fix clang-shlib for PRIVATE depend...
2019-07-12 Vitaly BukaCodeGet: Init 32bit pointers with 0xFFFFFFFF
2019-07-12 Aaron BallmanDump actual line numbers when dumping the AST to JSON.
2019-07-12 Rafael Stahl[clang-format][tests] Explicitly specify style in some...
2019-07-12 Russell GallopRevert "[JSONCompilationDatabase] Strip distcc/ccache...
2019-07-12 Tom Stellardcmake: Fix install of libclang-cpp.so when LLVM_INSTALL...
2019-07-12 Tom Stellardcmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_libra...
2019-07-12 Fangrui SongDelete dead stores
2019-07-12 Aaron BallmanDump floating-point values as strings when dumping...
2019-07-12 Fangrui Song[Driver] Delete dead code
2019-07-12 Sam McCall[JSONCompilationDatabase] Strip distcc/ccache/gomacc...
2019-07-12 Fangrui Song[Driver] Delete --no-add-needed for RHEL7 or newer
2019-07-12 Fangrui Song[test] Delete trailing spaces from YAML tests
2019-07-12 Fangrui Songtest/Driver/fsanitize.c: delete -target x86_64-linux...
2019-07-12 Fangrui Song[X86][PowerPC] Support -mlong-double-128
2019-07-12 Artem DergachevNFC: Unforget a colon in a few CHECK: directives.
2019-07-12 Fangrui Song[PowerPC] Default to -fomit-frame-pointer when optimiza...
2019-07-12 Artem Dergachev[analyzer] exploded-graph-rewriter: Improve source...
2019-07-12 Fangrui Song[Driver] Refactor interaction between -f(no-)?omit...
2019-07-12 Vitaly BukaHandle IntToPtr in isBytewiseValue
2019-07-12 Vitaly BukaCodegen, NFC: 32bit test in auto-var-init.cpp
2019-07-12 Jordan RupprechtRe-Revert Devirtualize destructor of final class.
2019-07-11 Petr Hosek[CMake][Fuchsia] Use RelWithDebInfo to build runtimes
2019-07-11 Leonard Chan[NewPM] Port Sancov
2019-07-11 Vitaly BukaCodeGen: Suppress c++ warnings in test
2019-07-11 Azharuddin... Fix a Python3 compatibility error
2019-07-11 Sylvestre LedruRename libclang_shared to libclang-cpp
2019-07-11 Artem Dergachev[analyzer] exploded-graph-rewriter: Fix filenames in...
2019-07-11 Shoaib Meenai[clang-shlib] Fix clang-shlib for PRIVATE dependencies
2019-07-11 Vitaly BukaCodeGen, NFC: Test for auto-init for 32bit pointers
2019-07-11 Alexey Bataev[OPENMP]Improve handling of analysis of unsupported...
2019-07-11 Vedant KumarRevert "[CGDebugInfo] Simplify EmitFunctionDecl paramet...
2019-07-11 Vedant Kumar[CGDebugInfo] Simplify EmitFunctionDecl parameters...
2019-07-11 Petr Hosek[Driver] -noprofilelib flag
2019-07-11 Yaxun Liu[HIP] Add GPU arch gfx1010, gfx1011, and gfx1012
2019-07-11 Benjamin Kramer[CodeGen] NVPTX: Switch from atomic.load.add.f32 to...
2019-07-11 Nathan Huckleberry[Docs] Add standardized header links to analyzer doc
2019-07-11 Nico WeberFix a few 'no newline at end of file' warnings that...
2019-07-11 Alexey Bataev[OPENMP]Initial fix PR42392: Improve -Wuninitialized...
2019-07-11 Alexey BataevAdded mapping for pointers captured in Lambdas in OpenM...
2019-07-11 Haojian WuRevert Recommit "[CommandLine] Remove OptionCategory...
2019-07-11 Richard TrieuIncrease the number of parser diagnostics.
2019-07-11 Nico Weberclang-cl: Remove -O0 option
2019-07-11 Nico WeberVarious minor tweaks to CLCompatOptions.td
2019-07-11 Vedant Kumar[CGDebugInfo] Fix -femit-debug-entry-values crash on...
2019-07-10 Nico WeberAttempt to fix bots after r365703
2019-07-10 Vitaly BukaNFC: Pass DataLayout into isBytewiseValue
2019-07-10 Vitaly BukaNFC: Convert large lambda into method
2019-07-10 Vitaly BukaGodeGen, NFC: Add test to track emitStoresForConstant...
2019-07-10 Nico Weberdriver: Don't warn about assembler flags being unused...
2019-07-10 Alex Lorenz[clang-scan-deps] Dependency directives source minimizer:
2019-07-10 Saar Raz[Concepts] Concept definitions (D40381)
2019-07-10 Saar RazMy first test commit.
2019-07-10 Alexey Bataev[OPENMP]Remove not used check line from the test, NFC.
2019-07-10 Julie HockettUpdate libc++ include path detection to use VFS on...
2019-07-10 Don HintonRecommit "[CommandLine] Remove OptionCategory and SubCo...
2019-07-10 Craig Topper[X86] Change the IR sequence for _mm_storeh_pi and...
2019-07-10 Craig Topper[X86] Add guards to some of the x86 intrinsic tests...
2019-07-10 Vyacheslav... [clang] Preserve names of addrspacecast'ed values.
2019-07-10 Christudasan... [AMDGPU] Increased the number of implicit argument...
2019-07-10 Gabor Marton[analyzer]Add user docs rst
2019-07-10 Nico WeberRemove two unused member variables.
2019-07-10 Sjoerd MeijerLoop pragma parsing. NFC.
2019-07-10 Diogo N. Sampaio[AArch64] Fix vector vuqadd intrinsics operands
2019-07-10 Diogo N. Sampaio[NFC][AArch64] Fix vector vsqadd intrinsics operands
2019-07-10 Ilya Biryukov[Syntax] Add assertion to catch invalid tokens early...
2019-07-10 Diogo N. Sampaio[NFC][AArch64] Fix vector vqtb[lx][1-4]_s8 operand
2019-07-10 Csaba Dabis[analyzer] CastValueChecker: Remove a dump()
2019-07-10 Fangrui Song[Driver] Add float-divide-by-zero back to supported...
2019-07-10 Csaba Dabis[analyzer] CastValueChecker: Model casts
2019-07-09 Csaba DabisRevert "[analyzer] CastValueChecker: Model casts"
2019-07-09 Csaba Dabis[analyzer] CastValueChecker: Model casts
2019-07-09 Reid KlecknerRevert [clang] DirectoryWatcher
2019-07-09 Reid Kleckner[MS] Treat ignored explicit calling conventions as...
2019-07-09 Jan Korous[clang] DirectoryWatcher
2019-07-09 Andus YuXFAIL clang/test/Headers/max_align.c on i686
2019-07-09 Reid KlecknerUse the Itanium C++ ABI for the pipe_builtin.cl test
2019-07-09 Reid KlecknerDe-templatize non-dependent VS macro logic, NFC
2019-07-09 Paul Robinson[CXX] Exercise all paths through these tests.
2019-07-09 Peter Collingbournehwasan: Improve precision of checks using short granule...
2019-07-09 Fangrui Song[OpenMP] Simplify getFloatTypeSemantics
2019-07-09 Stanislav Mekhanoshin[AMDGPU] gfx908 clang target
2019-07-09 Erik Pilkington[ObjC] Add a warning for implicit conversions of a...
2019-07-09 Hiroshi YamauchiRevert Revert Devirtualize destructor of final class.
2019-07-09 Marco Antognini[OpenCL][Sema] Improve address space support for blocks
2019-07-09 Marco Antognini[OpenCL][Sema] Fix builtin rewriting
2019-07-09 Aaron BallmanIgnore trailing NullStmts in StmtExprs for GCC compatib...
2019-07-09 Emilio Cobos... [libclang] Fix hang in release / assertion in debug...
2019-07-09 Alexey Bataev[OPENMP]Fix the float point semantics handling on the...
2019-07-09 Fangrui Song[ItaniumMangle] Refactor long double/__float128 manglin...
2019-07-09 Ilya Biryukov[Syntax] Move roles into a separate enum
2019-07-09 Pengfei Wang[NFC] [X86] Fix scan-build complaining
2019-07-09 Ilya BiryukovReland r365355: [Syntax] Introduce syntax trees
2019-07-09 Simon PilgrimRevert rL365355 : [Syntax] Introduce syntax trees
2019-07-09 Balazs Keri[ASTImporter] Added visibility context check for EnumDecl.
next