platform/upstream/llvm.git
2019-12-07 Yonghong Song[BPF] Support weak global variables for BTF
2019-12-07 Rodrigo Caetano... [SimplifyCFG] Handle AssumptionCache being null.
2019-12-07 Jonas Hahnfeld[OpenMP] Require trivially copyable type for mapping
2019-12-07 Ulrich Weigand[FPEnv] Constrained FCmp intrinsics
2019-12-07 LLVM GN Syncbotgn build: Merge e60b36cf92e
2019-12-07 Florian Hahn[VPlan] Rename VPlanHCFGTransforms to VPlanTransforms...
2019-12-07 Kai Luo[PowerPC] Fix MI peephole optimization for splats
2019-12-07 Tom Stellardexport.sh: Fetch sources from GitHub instead of SVN
2019-12-07 Peter CollingbourneDriver: Don't look for libc++ headers in the install...
2019-12-07 Amara Emerson[AArch64][GlobalISel] Add missing default statement...
2019-12-07 Sterling AugustineMove variable only used in an assert into the assert...
2019-12-07 Richard Smith[c++20] Determine whether a defaulted comparison should...
2019-12-07 Amara Emerson[AArch64][GlobalISel] Add support for selection of...
2019-12-07 Jonas Devlieghere[lldb/Reproducer] Disable test on Windows to unblock...
2019-12-07 Stephen KellyAdd matchDynamic convenience functions
2019-12-06 Peter Collingbournegn build: Change scudo's list of supported platforms...
2019-12-06 Reid KlecknerRevert "[Sema][X86] Consider target attribute into...
2019-12-06 Stephen KellyUse ASTDumper to dump the AST from clang-query
2019-12-06 Craig Topper[Sema][X86] Consider target attribute into the checks...
2019-12-06 Reid KlecknerRemove Expr.h include from ASTContext.h, NFC
2019-12-06 Don Hinton[CommandLine] Add callbacks to Options
2019-12-06 Stephen KellyMake it possible control matcher traversal kind with...
2019-12-06 Sam Clegg[WebAssebmly][MC] Support .import_name/.import_field...
2019-12-06 Reid Kleckner[MC] Rewrite tablegen for printInstrAlias to comiple...
2019-12-06 Amara Emerson[X86] Fix prolog/epilog mismatch for stack protectors...
2019-12-06 Alex Lorenz[ObjC] Make sure that the implicit arguments for direct...
2019-12-06 Nico Weberwrap an rst file to 80 cols, to cycle bots
2019-12-06 Craig Topper[TargetLowering] Fix another potential FPE in expandFP_...
2019-12-06 Artem Dergachev[analyzer] Fix false positive on introspection of a...
2019-12-06 Sanjay Patel[InstSimplify] add tests for copysign with fneg operand...
2019-12-06 Teresa Johnson[WPD] Remove unused parameter (NFC)
2019-12-06 Reid Kleckner[X86] Don't setup and teardown memory for a musttail...
2019-12-06 Akira Hatanaka[clang-tidy] Pass -faligned-allocation on the compiler...
2019-12-06 Hiroshi YamauchiRevert "[PGO][PGSO] Instrument the code gen / target...
2019-12-06 Alexey Bataev[OPENMP50]Add if clause in distribute simd directive.
2019-12-06 Wenlei He[AutoFDO] Inline replay for cold/small callees from...
2019-12-06 Richard SmithStop checking whether std::strong_* has ::equivalent...
2019-12-06 Reid KlecknerAvoid naming variable after type to fix GCC 5.3 build
2019-12-06 Sanjay PatelRevert "[InstCombine] reduce code duplication; NFC"
2019-12-06 Sanjay PatelRevert "[InstCombine] improve readability; NFC"
2019-12-06 Sanjay PatelRevert "[InstCombine] reduce indentation; NFC"
2019-12-06 Petr Hosek[libcxx{,abi}] Don't link libpthread and libdl on Fuchsia
2019-12-06 Alina SbirleaRevert "ARM-Darwin: keep the frame register reserved...
2019-12-06 Sanjay Patel[x86] add cost model special-case for insert/extract...
2019-12-06 Hiroshi Yamauchi[PGO][PGSO] Instrument the code gen / target passes.
2019-12-06 Matt Arsenaultclang/AMDGPU: Fix default for frame-pointer attribute
2019-12-06 Alexey Bataev[OPENMP]Reorganize OpenMP warning groups.
2019-12-06 Sanjay Patel[InstCombine] reduce indentation; NFC
2019-12-06 Sanjay Patel[InstCombine] improve readability; NFC
2019-12-06 Sanjay Patel[InstCombine] reduce code duplication; NFC
2019-12-06 Sanjay Patel[InstCombine] improve readability; NFC
2019-12-06 Michael LiaoAdd `QualType::hasAddressSpace`. NFC.
2019-12-06 Guozhi Wei[MBP] Avoid tail duplication if it can't bring benefit
2019-12-06 Raphael Isemann[ASTImporter] Implicitly declare parameters for importe...
2019-12-06 diggerlin[NFC][AIX][XCOFF] if the size of Csect is zero, the...
2019-12-06 mydeveloperdayupdate string comparison in clang-format.py
2019-12-06 mydeveloperday[clang-format] update trailing newline treatment in...
2019-12-06 diggerlin[NFC][AIX][XCOFF] fixed compile warning on the strncpy.
2019-12-06 Muhammad Omair... Cleanup and speedup NativeRegisterContextLinux_arm64
2019-12-06 Jordan Rupprecht[lldb][test] Handle .categories lookup for inline tests.
2019-12-06 John Brawn[LegalizeTypes] Add missing case for STRICT_FP_ROUND...
2019-12-06 David Carlier[OpenMP] Fix linkage issue on FreeBSD
2019-12-06 JonChesterfield[libomptarget][nfc] Move cuda threadfence functions...
2019-12-06 Jon Chesterfield[libomptarget][nfc] Move three more files to common
2019-12-06 Simon Tatham[ARM][MVE] Fix copy-paste error in VQSHL instruction...
2019-12-06 diggerlin[AIX][XCOFF] created a test case to verify the raw...
2019-12-06 Alexey Bataev[OPENMP]Moved warning fo mapping non-trivially copiable...
2019-12-06 Cullen Rhodes[AArch64] Fix a bug with jump table generation
2019-12-06 Nico Webergn build: Unbreak mac build after 4066591
2019-12-06 Alexey LapshinFix building shared libraries broken by 8e48e8e3e32.
2019-12-06 Jeremy MorseAttempt to fix a debuginfo test that wasn't as generic...
2019-12-06 Zahira AmmarguellatFix for PR44000. Optimization record for bytecode input...
2019-12-06 Kadir Cetinkaya[clangd] Switch Hover.All to structured tests
2019-12-06 Kadir Cetinkaya[clangd] Store index::SymbolKind in HoverInfo
2019-12-06 Georgii Rymar[llvm-readobj][llvm-readelf] - Refactor parsing of...
2019-12-06 Gil Rapaport[LV] Record GEP widening decisions in recipe (NFCI)
2019-12-06 Cullen Rhodes[AArch64][SVE2] Implement while comparison intrinsics
2019-12-06 Georgii Rymar[llvm-readobj] - Implement --dependent-libraries flag.
2019-12-06 Sam McCall[clangd] Try to fix CompileCommandsTests on windows...
2019-12-06 Jeremy Morse[DebugInfo][CGP] Update dbg.values when sinking address...
2019-12-06 Ulrich Weigand[X86] Regenerate test to fix build bot failures
2019-12-06 Cullen Rhodes[AArch64][SVE] Implement integer compare intrinsics
2019-12-06 Mikael Holmen[clangd] Fix gcc warning about extra ";" [NFC]
2019-12-06 Raphael Isemann[lldb][NFC] Move [SU]Int64ValueIsValidForByteSize to...
2019-12-06 Ulrich Weigand[FPEnv][SelectionDAG] Relax chain requirements
2019-12-06 Pavel Labath[lldb/DWARF] Fix DW_AT_addr_base & DW_AT_low_pc interaction
2019-12-06 Raphael Isemann[lldb][NFC] Remove ability to pass a custom printf...
2019-12-06 Pavel Labath[lldb/DWARF] Fix DW_AT_rnglists_base handling for dwo...
2019-12-06 Raphael Isemann[lldb] Migrate VMRange::Dump to raw_ostream
2019-12-06 Pavel Labath[lldb/IRExecutionUnit] Stop searching based on demangle...
2019-12-06 Pavel Labath[lldb/DWARF] Remove DWARFDebugRangesBase abstract class
2019-12-06 Alexander Kornienko[clang-tidy] Fix PR26274
2019-12-06 LLVM GN Syncbotgn build: Merge 99768b243cd
2019-12-06 Sam McCall[clangd] (take 2) Try harder to find a plausible `clang...
2019-12-06 Raphael Isemann[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
2019-12-06 Konrad Kleine[lldb] NFC: less nesting in SearchFilter.cpp
2019-12-06 Michał Górny[compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN...
2019-12-06 LLVM GN Syncbotgn build: Merge 9e8c799e2b0
2019-12-06 Alexey Lapshin[Dsymutil][NFC] Move NonRelocatableStringpool into...
2019-12-06 Daniil Suchkov[LCSSA] Don't use VH callbacks to invalidate SCEV when...
next