]> granicus.if.org Git - clang/shortlog
clang
2019-06-18 Puyan Lotfi[NFC] Fixing -DBUILD_SHARED_LIBS=ON problem caused...
2019-06-17 Francis Visoiu... [Remarks][Driver] Use the specified format in the remar...
2019-06-17 Puyan Lotfi[clang-ifs] Clang Interface Stubs, first version.
2019-06-17 Richard SmithFix crash when checking a dependently-typed reference...
2019-06-17 Richard SmithRewrite ConstStructBuilder with a mechanism that can...
2019-06-17 Rainer OrthClang :: Sema/wchar.c has long been failing on Solaris:
2019-06-17 David BlaikiePR42205: DebugInfio: Do not attempt to emit debug info...
2019-06-17 Michael Liao[clang][AST] Remove unnecessary 'const'.
2019-06-17 Mike SpertusVarious improvements to Clang MSVC Visualizer
2019-06-17 Francis Visoiu... [Remarks] Extend -fsave-optimization-record to specify...
2019-06-17 Kadir Cetinkaya[clang][CodeGen] Remove std::move on temporary
2019-06-17 Michael Liao[HIP] Add the interface deriving the stub name of devic...
2019-06-17 Nico WeberPromote -fdebug-compilation-dir from a cc1 flag to...
2019-06-17 Sven van HaastregtRecommit [OpenCL] Move OpenCLBuiltins.td and remove...
2019-06-17 Hans WennborgRe-commit r357452 (take 3): "SimplifyCFG SinkCommonCode...
2019-06-16 Don Hinton[docs] Fix another bot error by setting highlight langu...
2019-06-16 Csaba Dabis[analyzer] ReturnVisitor: more portable test case
2019-06-16 Kristof Umann[analyzer] Push correct version of 'Track indices of...
2019-06-16 Kristof Umann[analyzer] Track indices of arrays
2019-06-16 Kristof Umann[analyzer][NFC] Tease apart and clang-format NoStoreFun...
2019-06-15 Don HintonRecommit r363298 "[lit] Disable test on darwin when...
2019-06-15 Aaron Puchert[Clang] Harmonize Split DWARF options with llc
2019-06-15 Aaron Puchert[Clang] Rename -split-dwarf-file to -split-dwarf-output
2019-06-15 Gauthier Harnisch[clang] Add storage for APValue in ConstantExpr
2019-06-15 Csaba Dabis[analyzer] ReturnVisitor: Bypass everything to see...
2019-06-15 Gauthier Harnisch[clang] perform semantic checking in constant context
2019-06-14 Ziang WanFixed the --print-supported-cpus test
2019-06-14 Craig Topper[X86] Add checks that immediate for reducesd/ss fits...
2019-06-14 Akira Hatanaka[CodeGen][ObjC] Annotate retain-agnostic ObjC globals...
2019-06-14 Ziang WanAdd --print-supported-cpus flag for clang.
2019-06-14 Francis Visoiu... [Remarks][NFC] Improve testing and documentation of...
2019-06-14 Gheorghe-Teodor... [OpenMP] Add target task alloc function with device ID
2019-06-14 Reid KlecknerUse unsigned for bitfields to avoid sign extension
2019-06-14 Richard SmithPR42071: Reject weird names for non-type template param...
2019-06-14 Richard SmithUse getOperatorSpelling to get the spelling of an overl...
2019-06-14 Gheorghe-Teodor... [OpenMP] Avoid emitting maps for target link variables...
2019-06-14 Richard SmithRemove unused SK_LValueToRValue initialization step.
2019-06-14 Richard SmithPR23833, DR2140: an lvalue-to-rvalue conversion on...
2019-06-14 Richard SmithC++ DR712 and others: handle non-odr-use resulting...
2019-06-14 Francis Visoiu... Reland: [Remarks] Refactor optimization remarks setup
2019-06-14 Yaxun Liu[AMDGPU] Enable the implicit arguments for HIP (CLANG)
2019-06-14 Matt ArsenaultAMDGPU: Use AMDGPU toolchain for other OSes
2019-06-14 Nico WeberRevert r363298 "[lit] Disable test on darwin when build...
2019-06-14 Sven van HaastregtRevert "[OpenCL] Move OpenCLBuiltins.td and remove...
2019-06-14 Sylvestre Ledruadd a missing parenthese in the clang doc
2019-06-14 Gauthier Harnisch[C++20] add Basic consteval specifier
2019-06-14 Gauthier Harnisch[clang] Fixing incorrect implicit deduction guides...
2019-06-14 Gauthier Harnisch[clang] Don't segfault on incorrect using directive...
2019-06-14 Nico WeberRevert 363295, it caused PR42276. Also revert follow...
2019-06-14 George Burgess IV[Targets] Move soft-float-abi filtering to `initFeatureMap`
2019-06-14 Stanislav Mekhanoshin[AMDGPU] gfx1011/gfx1012 clang support
2019-06-14 Francis Visoiu... Revert "[Remarks] Refactor optimization remarks setup"
2019-06-13 Stanislav Mekhanoshin[AMDGPU] gfx1010 wave32 clang support
2019-06-13 Richard SmithRemove unused SK_LValueToRValue initialization step.
2019-06-13 Richard SmithPR23833, DR2140: an lvalue-to-rvalue conversion on...
2019-06-13 Amy HuangUse fully qualified name when printing S_CONSTANT records
2019-06-13 Francis Visoiu... [Remarks] Refactor optimization remarks setup
2019-06-13 Don Hinton[lit] Disable test on darwin when building shared libs.
2019-06-13 Richard SmithC++ DR712 and others: handle non-odr-use resulting...
2019-06-13 Erich KeanePR42182: Allow thread-local to use __cxa_thread_atexit...
2019-06-13 Leonard Chan[clang][NewPM] Fix broken -O0 test from missing assumptions
2019-06-13 Leonard Chan[clang][NewPM] Fix split debug test
2019-06-13 Leonard Chan[clang][NewPM] Fix broken profile test
2019-06-13 Leonard Chan[clang][NewPM] Fix broken -O0 test from the AlwaysInliner
2019-06-13 Dmitri GribenkoAdded AST matcher for ignoring elidable constructors
2019-06-13 Sven van Haastregt[OpenCL] Move OpenCLBuiltins.td and remove unused include
2019-06-13 Sam Clegg[WebAssembly] Modernize include path handling
2019-06-13 Sam Clegg[clang-scan-deps] Fix -DBUILD_SHARED_LIBS=ON build
2019-06-13 Hans Wennborgclang-format extension: Widen the supported versions...
2019-06-13 David L. JonesRevert r361811: 'Re-commit r357452 (take 2): "SimplifyC...
2019-06-12 Alex Lorenz[clang-scan-deps] Include <mutex> in ClangScanDeps...
2019-06-12 Alex LorenzNFC, Update the ClangScanDeps.cpp file's license comment
2019-06-12 Alex LorenzNFC, fixup indentation in CMakeLists.txt from r363204...
2019-06-12 Alex Lorenz[clang-scan-deps] initial outline of the tool that...
2019-06-12 Alex Lorenz[test] Reinstate the assignment to the diagnostic log...
2019-06-12 Reid KlecknerAdd comment to r363191 code as requested in code review
2019-06-12 Reid Kleckner[MS] Pretend constexpr variable template specialization...
2019-06-12 Richard SmithPR42220: take into account the possibility of aggregate...
2019-06-12 Csaba Dabis[analyzer] ProgramPoint: more explicit printJson()
2019-06-12 Nikolai Kosjar[NFC] Test commit
2019-06-12 Zi Xuan Wu[PowerPC] [Clang] Port SSE2 intrinsics to PowerPC
2019-06-12 Pengfei Wang[X86] [ABI] Fix i386 ABI "__m64" type bug
2019-06-11 Richard SmithMark declarations as referenced by a default argument...
2019-06-11 Richard SmithRemove redundant check for whether a DeclRefExpr that...
2019-06-11 Richard SmithFor DR712: store on a MemberExpr whether it constitutes...
2019-06-11 Richard SmithFor DR712: store on a DeclRefExpr whether it constitute...
2019-06-11 Yaxun LiuRevert r344630 Disable code object version 3 for HIP...
2019-06-11 Erich KeaneFix for r42230, MSVC test failure in DependencyDirectiv...
2019-06-11 Hubert Tong[NFC][PowerPC] Header-dependent test requires "native"
2019-06-11 Hubert TongReapply r362994 & co "[analyzer][tests] Add normalize_p...
2019-06-11 Nikolai Kosjar[libclang] Allow skipping warnings from all included...
2019-06-11 Gabor Marton[ASTImporter] Fix unhandled cases in ASTImporterLookupTable
2019-06-11 Lewis Revill[RISCV][NFC] Add missing test files for D54091
2019-06-11 Lewis Revill[RISCV] Add inline asm constraints I, J & K for RISC-V
2019-06-11 Ilya BiryukovMake sure a test from r363036 does not write into a...
2019-06-11 Ilya Biryukov[Frontend] Avoid creating auxilary files during a unit...
2019-06-11 Anton Afanasyev[Support][Test] Time profiler: add regression test
2019-06-11 Pengfei Wang[X86] Enable intrinsics that convert float and bf16...
2019-06-10 Alex Lorenz[Frontend] SetUpDiagnosticLog should handle unowned...
2019-06-10 Reid KlecknerRevert r362994 & co "[analyzer][tests] Add normalize_pl...
next