platform/upstream/llvm.git
2019-11-26 Eric ChristopherAs a follow-up to my initial mail to llvm-dev here...
2019-11-26 Craig Topper[X86] Add proper execution domain information to the...
2019-11-26 Craig Topper[X86] Remove forward declaration of _invpcid from intri...
2019-11-26 Alina Sbirlea[MemorySSA] Combine verifications.
2019-11-25 Evgenii StepanovFix new llvm-symbolizer tests on Windows.
2019-11-25 Nico Webergn build: (manually) merge 9e676d9c7e
2019-11-25 Craig Topper[X86] Add test case for pr44140. NFC
2019-11-25 Eric ChristopherFix an unused variable warning where a variable was...
2019-11-25 Peter CollingbourneIRGen: Call SetLLVMFunctionAttributes{,ForDefinition...
2019-11-25 Evgenii Stepanovllvm-symbolizer: fix handling of DW_AT_specification...
2019-11-25 Evgenii Stepanovllvm-symbolizer: Support loclist in FRAME.
2019-11-25 Evgenii Stepanovllvm-symbolizer: Fix FRAME handling of missing AT_name.
2019-11-25 Fangrui Song[ELF] Delete unused Configuration::zExecstack after...
2019-11-25 Evgenii StepanovFix sanitizer-common build with glibc 2.31
2019-11-25 Aaron BallmanDisallow use of __has_c_attribute in C++ mode.
2019-11-25 Sanjay Patel[DAGCombiner] avoid crash on out-of-bounds insert index...
2019-11-25 Tom StellardRevert "[Diagnostic] add a warning which warns about...
2019-11-25 Tom StellardRevert "[Diagnostics] Put "deprecated copy" warnings...
2019-11-25 Bardia MahjourRevert "[DDG] Data Dependence Graph - Topological Sort"
2019-11-25 Lei Huang[PowerPC][compiler-rt][builtins]Add __fixtfti builtin...
2019-11-25 Mitch Phillips[GWP-ASan] Add GWP_ASAN_ prefix to macros.
2019-11-25 Kit Barton[PowerPC] Rename DarwinDirective to CPUDirective (NFC)
2019-11-25 Nemanja Ivanovic[LLD] Add a default copy constructor to avoid warnings
2019-11-25 Alexey Bataev[OPENMP]Fix PR41826: symbols visibility in device code.
2019-11-25 Tyker[Diagnostic] add a warning which warns about misleading...
2019-11-25 Michał Górny[lldb] [Process/NetBSD] Fix handling concurrent watchpo...
2019-11-25 Michał Górny[lldb] [Process/NetBSD] Copy watchpoints to newly-creat...
2019-11-25 Michał Górny[lldb] [Process/NetBSD] Improve threading support
2019-11-25 Shoaib Meenai[libcxx] Omit unneeded locale fallbacks on Android 21+
2019-11-25 Michał Górny[lldb] [test] XFAIL ASAN tests on NetBSD
2019-11-25 Craig Topper[TargetLowering] Merge ExpandChainLibCall with makeLibCall
2019-11-25 Sanjay Patel[InstCombine] remove shuffle mask canonicalization...
2019-11-25 Dan Gohman[WebAssembly] Change the llvm-lto dir to use the LLVM...
2019-11-25 Momchil Velikov[ARM] Generate CMSE instructions from CMSE intrinsics
2019-11-25 Jonas Paulsson[SystemZ] Return the right offsets from getCalleeSaved...
2019-11-25 Whitney Tsang[NFC][LoopFusion] Use isControlFlowEquivalent() from...
2019-11-25 Nemanja Ivanovic[PowerPC] Fix VSX clobbers of CSR registers
2019-11-25 Sanjay Patel[InstCombine] prevent infinite loop from conflicting...
2019-11-25 Kostya Kortchinsky[scudo][standalone] Fix for releaseToOS prior to init
2019-11-25 bmahjour[DDG] Data Dependence Graph - Topological Sort
2019-11-25 Sanjay Patel[InstCombine] simplify code for shuffle mask canonicali...
2019-11-25 Sanjay Patel[InstCombine] remove dead code from shuffle mask canoni...
2019-11-25 Sanjay Patel[InstCombine] simplify loop for shuffle mask canonicali...
2019-11-25 Hans WennborgRevert 3f91705ca54 "ARM-NEON: make type modifiers ortho...
2019-11-25 Jay Foad[AMDGPU] Fix function name in debug output
2019-11-25 jasonliu[AIX][XCOFF] Generate undefined symbol in symbol table...
2019-11-25 Raphael Isemann[lldb][NFC] Allow range-based for-loops on VariableList
2019-11-25 Jeremy Morse[DebugInfo] Avoid register coalesing unsoundly changing...
2019-11-25 Raphael Isemann[lldb] Remove lldb's own ASTDumper
2019-11-25 Anna Welker[ARM][MVE] Select vqneg
2019-11-25 OCHyams[DebugInfo@O2][Utils] Undef instead of delete dbg.value...
2019-11-25 serge_sans_paille[AVR] Fix endianness handling in AVR MC
2019-11-25 Georgii Rymar[yaml2obj/obj2yaml] - Add support for SHT_LLVM_DEPENDEN...
2019-11-25 Kadir Cetinkaya[clangd] Fix diagnostic location for macro expansions
2019-11-25 Kadir Cetinkaya[clangd] Improve symbol qualification in DefineInline...
2019-11-25 Kadir Cetinkaya[clangd] Helper for getting nested namespace qualification
2019-11-25 Pavel Labath[lldb-vscode] Fix a race in test_extra_launch_commands
2019-11-25 QingShan Zhang[NFC][Test] Adding the test for bswap + logic op for...
2019-11-25 Craig Topper[X86] Add 32-bit RUN line to fp128-libcalls.ll. Add...
2019-11-25 czhengszRevert "[PowerPC] combine rlwinm+rlwinm to rlwinm"
2019-11-25 Seiya Nuta[llvm-objcopy][MachO] Implement --dump-section
2019-11-24 Petr Hosek[CMake] Use correct include path for InstrProfData...
2019-11-24 Florian HahnRecommit f0c2a5a "[LV] Generalize conditions for sinkin...
2019-11-24 Simon Atanasyan[mips] Split test into MIPS and microMIPS parts. NFC
2019-11-24 Florian Hahn[LoopInterchange] Adjust assertions when updating succe...
2019-11-24 Dávid Bolvanský[TableGen] Fixed 'unused but set variable' warning...
2019-11-24 Dávid Bolvanský[Diagnostics] Warn for comparison with string literals...
2019-11-24 Sanjay Patel[InstCombine] remove identity shuffle simplification...
2019-11-24 Dávid BolvanskýFixed -Wdeprecated-copy warnings in gtest. NFCI.
2019-11-24 Amy Kwan[PowerPC] Spill CR LT bits on P9 using setb
2019-11-24 Thomas Raoux[ModuloSchedule] Fix a bug in experimental expander
2019-11-23 Dávid Bolvanský[Diagnostics] Make behaviour of Clang's -Wdeprecated...
2019-11-23 Dávid Bolvanský[pdbutil] Fixed -Wdeprecated-copy in DbiModuleDescriptor
2019-11-23 Dávid BolvanskýReland 'Fixed -Wdeprecated-copy warnings. NFCI.'
2019-11-23 Raphael Isemann[lldb][NFC] Do an early exit in LookupLocalVarNamespace...
2019-11-23 Nico Webergn build: set HAVE_VCS_VERSION_INC while building Versi...
2019-11-23 Fangrui Song[ELF][test] Clean up some thunk tests
2019-11-23 Dávid BolvanskýRevert 'Fixed -Wdeprecated-copy warnings. NFCI.'
2019-11-23 Dávid BolvanskýFixed typo introduced before commiting previous patch...
2019-11-23 Dávid BolvanskýFixed -Wdeprecated-copy warnings. NFCI.
2019-11-23 Borsik Gabor[analyzer][docs] NFC: Extend documentation for MallocOv...
2019-11-23 Raphael Isemann[lldb][NFC] NFC refactoring for ClangExpressionDeclMap...
2019-11-23 Borsik Gabor[analyzer] Add custom filter functions for GenericTaint...
2019-11-23 Dávid Bolvanský[FileCheck] Fixed -Wdeprecated-copy warning. NFCI.
2019-11-23 Ehud KatzRevert "[InlineCost] Fix infinite loop in indirect...
2019-11-23 David Tellenbach[NFC] [AArch64] Fix wrong documentation for IsStoreRegO...
2019-11-23 Marcin TwardakFix llvm-namespace-comment for macro expansions
2019-11-23 Raphael Isemann[lldb][NFC] NFC refactoring ClangExpressionDeclMap...
2019-11-23 Austin KerbowAMDGPU: Handle waitcnt overflow
2019-11-23 Ehud Katz[InlineCost] Fix infinite loop in indirect call evaluation
2019-11-23 Raphael Isemann[lldb][NFC] Fix LLDB build after ModuleManager->ASTRead...
2019-11-23 Aaron Puchert[Driver] Fix incorrect GNU triplet for PowerPC on SUSE...
2019-11-23 Sourabh Singh... Recommit "[DWARF] Support for loclist.dwo section in...
2019-11-23 Sourabh Singh... Revert "[DWARF] Support for loclist.dwo section in...
2019-11-23 David Zarzycki[RISCV] Add missing REQUIRES to clang tests
2019-11-23 Simon Pilgrim[X86][SSE] Split off generic isLaneCrossingShuffleMask...
2019-11-23 Ehud Katz[PhiValues] Remove redundant map searches
2019-11-23 Dan Gohman[WebAssembly] Use wasm-opt and LTO libraries when avail...
2019-11-23 Sourabh Singh... [DWARF] Support for loclist.dwo section in llvm and...
2019-11-23 George Burgess IV[ASTMatchers] work around a miscompile; "NFC"
next