platform/upstream/llvm.git
2019-04-24 Fangrui Song[PPC64] Consider localentry offset when computing branc...
2019-04-24 whitequark[LLVM-C] Use dyn_cast instead of unwrap in LLVMGetDebug...
2019-04-24 Pavel LabathKill modify-python-lldb.py
2019-04-24 Fangrui Song[yaml2obj] Replace num_zeros with write_zeros
2019-04-24 George Rimar[yaml2elf] - Replace a loop with write_zeros(). NFC.
2019-04-24 Raphael IsemannMinor code style fix in ClangUserExpression.cpp [NFC]
2019-04-24 Simon Pilgrim[X86] Add shouldFoldConstantShiftPairToMask override...
2019-04-24 Raphael IsemannShorten comment line to be below 80 characters [NFC]
2019-04-24 George Rimar[LLD][ELF] - Remove binding.elf binary from test case...
2019-04-24 Marshall ClowAdd an any_cast test for array types. Thanks to Jonatha...
2019-04-24 George Rimar[LLD][ELD] - Remove excessive lines from test. NFC.
2019-04-24 Nico WeberLet llvm-cvtres (and lld-link) report duplicate resources
2019-04-24 Simon Pilgrim[X86][SSE] Add masked bit test cases for PR26697
2019-04-24 Hans WennborgAdd 'REQUIRES: shell' to verbose-output-quoting.c
2019-04-24 Eric FiselierAvoid name conflict with kernel headers
2019-04-24 Kadir Cetinkaya[clangd] Fix handling of include paths in windows tests
2019-04-24 Kadir Cetinkaya[clang][HeaderSuggestion] Handle the case of dotdot...
2019-04-24 Hans WennborgFix unquoted spaces in args in clang --verbose output
2019-04-24 Ilya BiryukovRevert r359048: C++ DR2387: a variable template declare...
2019-04-24 Kadir Cetinkaya[clang][HeaderSearch] Make sure there are no backslashe...
2019-04-24 Pavel Labathyamlify lit/Minidump tests
2019-04-24 Pavel LabathPostfixExpression: move parser out of NativePDB internals
2019-04-24 Bjorn PetterssonAdd "const" in GetUnderlyingObjects. NFC
2019-04-24 Craig Topper[Mips][CodeGen] Remove MachineFunction::setSubtarget...
2019-04-24 Fangrui Song[ELF] Fix a gcc -Wextra warning
2019-04-24 Eric FiselierCleanup new cxa guard implementation.
2019-04-24 Fangrui Song[CommandLine] Provide parser<unsigned long> instantiati...
2019-04-24 Eric Fiselier[Builtins] Implement __builtin_is_constant_evaluated...
2019-04-24 Richard SmithRevert r350917 "[Sema] If CheckPlaceholderExpr rewrites...
2019-04-24 Eric FiselierWork around GCC test failure.
2019-04-24 Nico Weberllvm-cvtres: Accept /? as help flag, like cvtres.exe
2019-04-24 Jonas Devlieghere[Docs] Add more redirects
2019-04-24 Jonas Devlieghere[Docs] Update the CI page
2019-04-24 Jonas Devlieghere[Docs] Move external links up
2019-04-24 Eric FiselierRewrite cxa guard implementation.
2019-04-24 Richard SmithFix interactions between __builtin_constant_p and const...
2019-04-24 Nico Webergn build: Merge r359050 more
2019-04-24 Nico WeberFix test after r359009 on platforms where %ms_abi_tripl...
2019-04-24 Nico Webergn build: Merge r359050
2019-04-24 Alina SbirleaRevert [AliasAnalysis] AAResults preserves AAManager.
2019-04-24 Amy HuangFixes in creduce-clang-crash.py for clang crash message...
2019-04-24 Francis Visoiu... [Remarks] Fix documentation indentation
2019-04-24 Jonas Devlieghere[Docs] Fix link to C++ docs
2019-04-24 Richard SmithAdd missing diagnostic for anonymous struct/union defin...
2019-04-24 Francis Visoiu... [Remarks] Add string deduplication using a string table
2019-04-23 Akira HatanakaImprove -Wuninitialized warning under ARC for block...
2019-04-23 Richard SmithC++ DR2387: a variable template declared wtih (or insta...
2019-04-23 Josh Stone[Lint] Permit aliasing noalias readonly arguments
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Select G_INTRINSIC_ROUND
2019-04-23 Petr Hosek[libcxx] Use relative path for libc++ library when...
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Mark G_INTRINSIC_ROUND as a pre...
2019-04-23 Dmitry MikulinThe error message for mismatched value sites is very...
2019-04-23 Alex Langford[CMake] Use add_dependencies in add_llvm_install_targets
2019-04-23 Francis Visoiu... [CGP] Look through bitcasts when duplicating returns...
2019-04-23 Francis Visoiu... [X86] Add codegen prepare test exercising a bitcast...
2019-04-23 Scott LinderMove setTargetAttributes after setGVProperties in SetFu...
2019-04-23 Heejin Ahn[WebAssembly] Emit br_table for most switch instructions
2019-04-23 Artem Dergachev[analyzer] Fix macro names in diagnostics within bigger...
2019-04-23 Heejin Ahn[WebAssembly] Make LBB markers not affected by test...
2019-04-23 Artem DergachevRe-apply r357823 "[Lexer] NFC: Fix an off-by-one bug...
2019-04-23 Amy HuangRevert "[MS] Emit S_HEAPALLOCSITE debug info" because...
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Legalize G_INTRINSIC_ROUND
2019-04-23 Alina Sbirlea[MemorySSA] LCSSA preserves MemorySSA.
2019-04-23 Craig Topper[X86] Autogenerate complete checks. NFC
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Actually select G_INTRINSIC_TRUNC
2019-04-23 Owen Pan[clang-format] Fix bug in reflow of block comments...
2019-04-23 Frederic RissLock accesses to OptionValueFileSpecList objects
2019-04-23 Akira Hatanaka[ObjC][ARC] Check the basic block size before calling
2019-04-23 David BlaikieReapply: "DebugInfo: Emit only one kind of accelerated...
2019-04-23 Teresa Johnson[ThinLTO] Pass down opt level to LTO backend and handle...
2019-04-23 Nico Weberllvm-cvtres: Split addChild(ID) into two functions
2019-04-23 Eric FiselierFix namespace name conflict with GCC
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Teach regbankselect about G_INTRI...
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Legalize G_INTRINSIC_TRUNC
2019-04-23 Eric FiselierFix implementation of ::abs and std::abs LWG 2192.
2019-04-23 Nikita Popov[ConstantRange] Add urem support
2019-04-23 Nikita Popov[ConstantRangeTest] Move helper methods; NFC
2019-04-23 Stanislav Mekhanoshin[AMDGPU] Fixed addReg() in SIOptimizeExecMaskingPreRA.cpp
2019-04-23 Jonas Devlieghere[Reproducers] Limit logging to calls that cross the...
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Legalize G_FMA for more vector...
2019-04-23 Alina Sbirlea[AliasAnalysis] AAResults preserves AAManager.
2019-04-23 Jessica Paquette[AArch64][GlobalISel] Add G_FMA to isPreISelGenericFloa...
2019-04-23 Joel E. Denny[APSInt][OpenMP] Fix isNegative, etc. for unsigned...
2019-04-23 Davide ItalianoRevert "[EditLineTest] Not always TERM is available...
2019-04-23 Adrian Prantl[dsymutil] Put Swift interface files into a per-arch...
2019-04-23 Nico WeberMS ABI: Support mangling op<=> now that MSVC 2019 has...
2019-04-23 Sanjay Patel[x86] fix test checks for fdiv combine; NFC
2019-04-23 Nico Weberllvm-undname: Support demangling the spaceship operator
2019-04-23 Sanjay Patel[x86] add tests for vector fdiv with splat divisor...
2019-04-23 Jonas Devlieghere[Docs] Add missing leading slash
2019-04-23 Jonas Devlieghere[Docs] Add 301 redirects for old URLs
2019-04-23 Adrian Prantl[dsymutil] Fix use-after-free when sys::path::append...
2019-04-23 Adrian PrantlRevert "[dsymutil] Fix use-after-free when sys::path...
2019-04-23 Adrian Prantl[dsymutil] Fix use-after-free when sys::path::append...
2019-04-23 Philip Reames[InstCombine] Convert a masked.load of a dereferenceabl...
2019-04-23 Sanjay Patel[x86] use psubus for more vsetcc lowering (PR39859)
2019-04-23 Joerg Sonnenberger[SPARC] Use the correct register set for the "r" asm...
2019-04-23 David BlaikieRevert "DebugInfo: Emit only one kind of accelerated...
2019-04-23 Fangrui SongUse llvm::stable_sort
2019-04-23 Sam Clegg[WebAssembly] Fix typo in relocation checking
next