]> granicus.if.org Git - clang/shortlog
clang
2019-01-16 Reid KlecknerFix libc++ mac driver test to pass on Windows
2019-01-16 Richard SmithPR40329: [adl] Fix determination of associated classes...
2019-01-16 Leonard Chan[Fixed Point Arithmetic] Fixed Point Subtraction
2019-01-16 Leonard Chan[Fixed Point Arithmetic] Add APFixedPoint to APValue
2019-01-16 Leonard Chan[Fixed Point Arithmetic] Fixed Point Addition
2019-01-16 Jeremy MorseAdd a REQUIRES: darwin line for a mac test.
2019-01-16 Aaron BallmanAdded test cases for dumping variadic-like functions...
2019-01-16 Aaron BallmanAdded a test case for dumping blocks that capture ...
2019-01-16 Anton Korobeynikov[MSP430] Improve support of 'interrupt' attribute
2019-01-16 Anton Korobeynikov[MSP430] Fix msp430-toolchain.c on Windows (added in...
2019-01-16 Ilya BiryukovSet '-target' flag in the test checking the MacOS inclu...
2019-01-16 Hans WennborgBump the trunk version to 9.0.0svn
2019-01-16 Pavel Labath[Support] Remove error return value from one overload...
2019-01-16 Sam McCallReapply [Tooling] Make clang-tool find libc++ dir on...
2019-01-16 Philip Pfaffe[NewPM][TSan] Reiterate the TSan port
2019-01-16 Hans WennborgUsersManual.rst: Update the clang-cl flags section
2019-01-16 Michal Gorny[test] Disable Python binding tests w/ LLVM_ENABLE_PIC=OFF
2019-01-16 Sanjin Sijaric[SEH] Pass the frame pointer from SEH finally to finall...
2019-01-16 Craig Topper[X86] Correct the type string for __builtin_ia32_gather...
2019-01-16 Dan Gohman[WebAssembly] COWS has been renamed to WASI.
2019-01-16 Eric Fiselier[SemaCXX] Unconfuse Clang when std::align_val_t is...
2019-01-16 Eli Friedman[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm...
2019-01-16 Vlad TsyrklevichRevert "[Tooling] Make clang-tool find libc++ dir on...
2019-01-15 Stephen KellyRe-order type param children of ObjC nodes
2019-01-15 Stephen KellyNFC: Some cleanups that I missed in the previous commit
2019-01-15 Stephen KellyRe-order overrides in FunctionDecl dump
2019-01-15 Stephen KellyNFC: Replace iterator loop with cxx_range_for
2019-01-15 Reid Kleckner[clang-cl] Alias /Zc:alignedNew[-] to -f[no-]aligned...
2019-01-15 Brad SmithEnable IAS for OpenBSD SPARC.
2019-01-15 Peter CollingbourneCodeGen: Remove debug printf unintentionally added...
2019-01-15 Stephen KellyImplement BlockDecl::Capture dump in terms of visitors
2019-01-15 Stephen KellyNFC: Implement OMPClause dump in terms of visitors
2019-01-15 Stephen KellyImplement CXXCtorInitializer dump in terms of Visitor
2019-01-15 Volodymyr Sapsai[MSVC Compat] Fix typo correction for inclusion directives.
2019-01-15 Craig Topper[Nios2] Remove Nios2 backend
2019-01-15 Haojian Wu[Tooling] Fix broken compliation databse tests.
2019-01-15 Anton Korobeynikov[MSP430] Provide a toolchain description
2019-01-15 Haojian Wu[Tooling] Make clang-tool find libc++ dir on mac when...
2019-01-15 Brad Smith[Solaris] Move enabling IAS for SPARC from the Solaris...
2019-01-15 Erich KeaneFix cpu-dispatch MV regression caused by r347812
2019-01-15 Benjamin KramerRevert "[X86] Make _xgetbv/_xsetbv on non-windows platf...
2019-01-15 Benjamin KramerRevert "Correct the source range returned from preproce...
2019-01-15 James Y KnightRemove irrelevant references to legacy git repositories...
2019-01-15 Alexander KornienkoReduce ASTMatchers stack footprint. Addresses http...
2019-01-15 Hans WennborgUpdate year in license files
2019-01-15 Roman Lebedev[OpenCL] opencl-c.h: read_image*(): sampler-less, and...
2019-01-15 Roman Lebedev[clang][UBSan] Sanitization for alignment assumptions.
2019-01-15 Stephen KellyNFC: Move Decl node handling to TextNodeDumper
2019-01-15 Stephen Kelly[ASTDump] NFC: Move dump of type nodes to NodeDumper
2019-01-15 Dan Gohman[WebAssembly] Support multilibs for wasm32 and add...
2019-01-15 Craig Topper[X86] Make _xgetbv/_xsetbv on non-windows platforms
2019-01-15 Vlad TsyrklevichRevert alignment assumptions changes
2019-01-15 Mandeep Singh... [COFF, ARM64] Add __byteswap intrinsics
2019-01-15 Petr Hosek[CMake][Fuchsia] Synchronize first and second stage...
2019-01-14 Mandeep Singh... [Sema] Change std::sort to llvm::sort
2019-01-14 Mandeep Singh... [COFF, ARM64] Add __nop intrinsic
2019-01-14 Stephen Kelly[ASTDump] NFC: Move dumping of QualType node to TextNod...
2019-01-14 Stephen Kelly[ASTDump] NFC: Canonicalize handling of TypeLocInfo
2019-01-14 Stephen Kelly[ASTDump] NFC: Move Type Visit implementation to TextNo...
2019-01-14 Stephen KellyNFC: Fix nits I missed before
2019-01-14 Erik PilkingtonImprove a -Wunguarded-availability note
2019-01-14 Roman Lebedev[clang][UBSan] Sanitization for alignment assumptions.
2019-01-14 George Karpenkov[analyzer] [PR39792] false positive on strcpy targeting...
2019-01-14 George Karpenkov[analyzer] [NFC] Remove unused undefined method.
2019-01-14 Dan Gohman[WebAssembly] Remove old builtins
2019-01-14 Kristina Brooks[Sema] Expose a control flag for integer to pointer...
2019-01-14 Sam McCall[AST] Fix double-traversal of code in top-level lambdas...
2019-01-14 Nico Weberclang-cl: Fix help text for /O<flags>: '/O2y-' means...
2019-01-14 Nico Weberclang-cl: Align help texts for /O1 and O2
2019-01-14 Anastasia Stulova[OpenCL] Set generic addr space of 'this' in special...
2019-01-14 Sam McCall[AST] RecursiveASTVisitor visits lambda classes when...
2019-01-14 Craig Topper[X86] Remove mask parameter from avx512 pmultishiftqb...
2019-01-14 Craig Topper[X86] Remove mask parameter from vpshufbitqmb intrinsic...
2019-01-12 Stephen KellyNFC: Make utility private
2019-01-12 Stephen Kelly[ASTDump] NFC: Move dump of individual Stmts to TextNod...
2019-01-12 Stephen KellyImplement TemplateArgument dumping in terms of Visitor
2019-01-12 Stephen Kelly[ASTDump] Change parameter to StringRef
2019-01-12 Benjamin Kramer[analyzer] Fix unused variable warnings in Release...
2019-01-12 Michal Gorny[NetBSD] Enable additional sanitizer types
2019-01-12 Stephen KellyNFC: Port loop to cxx_range_for
2019-01-11 George Karpenkov[analyzer] Support for OSObjects out parameters in...
2019-01-11 George Karpenkov[analyzer] Introduce a convenience method for getting...
2019-01-11 Steven Wu[Darwin][Driver] Don't pass a file as object_path_lto...
2019-01-11 Stephen KellyImplement Attr dumping in terms of visitors
2019-01-11 Stephen Kelly[ASTDump] Add utility for dumping a label with child...
2019-01-11 Serge Guelton[Bug 39548][Clang] PGO bootstrap fails with python3...
2019-01-11 Evandro Menezes[test] Update support for Exynos M4 (NFC)
2019-01-11 Vedant Kumar[MergeFunc] Update clang test for r350939
2019-01-11 Teresa Johnson[LTO] Add option to enable LTOUnit splitting, and disab...
2019-01-11 George Karpenkov[analyzer] [NFC] Fix the FIXME in tests
2019-01-11 George Karpenkov[attributes] Extend os_returns_(not_?)_retained attribu...
2019-01-11 Erich KeaneFix a pair of Wfallthrough warnings in ScanfFormatString.
2019-01-11 Chris KennellyImplementation Feature Test Macros for P0722R3
2019-01-11 Bjorn PetterssonSilence -Wsign-compare in unittests
2019-01-11 Akira Hatanaka[Sema] Make canPassInRegisters return true if the CXXRe...
2019-01-11 Akira Hatanaka[Sema] If CheckPlaceholderExpr rewrites the initializer...
2019-01-11 Richard SmithRemember to instantiate explicit template argument...
2019-01-11 Brian Gesiak[AST] Remove ASTContext from getThisType (NFC)
2019-01-11 Richard TrieuFix header issues.
2019-01-11 Aaron BallmanAdd an explicit initializer to silence a -Wmissing...
next