platform/upstream/llvm.git
2019-03-27 Haojian Wu[clangd] Add activate command to the vscode extension.
2019-03-27 Andrea Di Biagio[MCA][Pipeline] Don't visit stages in reverse order...
2019-03-27 Matt ArsenaultAMDGPU: Fix areLoadsFromSameBasePtr for DS atomics
2019-03-27 Andrew Ng[LLD] Restore tests that use "-" as output
2019-03-27 Nico Webergn build: Merge r357047
2019-03-27 Nirav Dave[DAGCombiner] Unify Lifetime and memory Op aliasing.
2019-03-27 Nirav Dave[DAGCombine] Refactor GatherAllAliases. NFCI.
2019-03-27 Alexey Bataev[OPENMP]Initial support for 'allocate' clause.
2019-03-27 Hans WennborgRe-commit r355490 "[CodeGen] Omit range checks from...
2019-03-27 Dmitry PreobrazhenskyRevert of 357063 [AMDGPU][MC] Corrected handling of...
2019-03-27 Kevin P. NealThe IR verifier currently supports the constrained...
2019-03-27 Sander de Smalen[AArch64] NFC: Cleanup isAArch64FrameOffsetLegal
2019-03-27 Dmitry Preobrazhensky[AMDGPU][MC] Corrected handling of tied src for atomic...
2019-03-27 Simon Pilgrim[X86][SSE] Add shuffle test case for PR41249
2019-03-27 George RimarRevert the r348352 "[clang] - Simplify tools::SplitDebu...
2019-03-27 Pavel Labathminidump: Add ability to attach (breakpad) symbol files...
2019-03-27 Sander de Smalen[AArch64] Adds cases for LDRSHWui and LDRSHXui to getMe...
2019-03-27 Andrew Ng[Support] MemoryBlock size should reflect the requested...
2019-03-27 Simon PilgrimRevert rL356864 : [X86][SSE41] Start shuffle combining...
2019-03-27 Pavel LabathFix a "memset clearing an object of non-trivial type...
2019-03-27 Pavel LabathFix an out-of-bounds error in RegisterContextDarwin_arm64
2019-03-27 Fangrui Song[DWARF] Add D to Seen early to avoid duplicate elements...
2019-03-27 Fangrui Song[DWARF] Simplify DWARFVerifier::handleDebugAbbrev. NFC
2019-03-27 Jonas Paulsson[DAGCombiner] Don't allow addcarry if the carry produc...
2019-03-27 Fangrui Song[llvm-dwarfdump] Simplify -o handling
2019-03-27 Craig Topper[X86] Add test cases for missed opportunities in (x...
2019-03-27 Craig Topper[X86] When iselling (x << C1) and/or/xor C2 as (x and...
2019-03-27 Yi KongRevert "[builtins] Rounding mode support for addxf3...
2019-03-27 QingShan Zhang[NFC][PowerPC] Custom PowerPC specific machine-scheduler
2019-03-27 Craig Topper[X86] Autogenerate complete checks. NFC
2019-03-27 Craig Topper[X86] Simplify some code in matchBitExtract by using...
2019-03-27 Nathan LanzaGet the lang from the CompileUnit for ParseCompileUnitF...
2019-03-27 Francis Visoiu... [Remarks] Emit a section containing remark diagnostics...
2019-03-27 Nico Webergn build: Add build files for clang-include-fixer and...
2019-03-26 Erik PilkingtonEmit -Wfortify-source using DiagRuntimeBehaviour
2019-03-26 Erik Pilkington[Sema] Fix an assert when a block captures a constexpr...
2019-03-26 Nikita Popov[ConstantRange] Exclude full set from isSignWrappedSet()
2019-03-26 Duncan P. N... Basic: Return a reference from FileManager::getVirtualF...
2019-03-26 Duncan P. N... Frontend: Remove CompilerInstance::VirtualFileSystem...
2019-03-26 Shoaib Meenai[cmake] Reset variable before using it
2019-03-26 Yi Kong[builtins] Rounding mode support for addxf3/subxf3
2019-03-26 Jonas Devlieghere[Python] Remove dynamic indirection
2019-03-26 Guozhi Wei[PPC] Refactor PPCBranchSelector.cpp
2019-03-26 Quentin Colombet[LiveRange] Reset the VNIs when splitting subranges
2019-03-26 Jessica PaquetteMake -mno-outline pass -enable-machine-outliner=never...
2019-03-26 Alex Langford[ExpressionParser] Add swift-lldb case for finding...
2019-03-26 Sanjay Patel[SDAG] add simplifications for FP at node creation...
2019-03-26 Stefan Pintilie[PowerPC] Remove UseVSXReg
2019-03-26 Ronald Wampler[clang-format] Add style option AllowShortLambdasOnASin...
2019-03-26 Ali TamurRevert "[llvm] Reapply "Prevent duplicate files in...
2019-03-26 Ali TamurRevert "[lld] Reapply "Prevent duplicate files in debug...
2019-03-26 Thomas Anderson[libc++] Fix return value of snprintf_l() on Windows...
2019-03-26 Brian GesiakRevert "[coroutines] Add std::experimental::task<T...
2019-03-26 Sam Clegg[WebAssembly] Initial implementation of PIC code generation
2019-03-26 Nico Webergn build: Format all build files
2019-03-26 Ali Tamur[lld] Reapply "Prevent duplicate files in debug line...
2019-03-26 Nico Webergn build: Merge r356929 (effectively relands r353518...
2019-03-26 Ali Tamur[llvm] Reapply "Prevent duplicate files in debug line...
2019-03-26 George Rimar[llvm-objcopy] - Strip sections before symbols.
2019-03-26 Jorge Gorbe... Add lldb-vscode as a dependency of lldb tests.
2019-03-26 Heejin Ahn[WebAssembly] Don't analyze branches after CFGStackify
2019-03-26 Nikita Popov[ConstantRange] Fix outdated comment; NFC
2019-03-26 Nikita Popov[InstCombine] Add tests for ssubo X, C -> saddo X,...
2019-03-26 Sanjay Patel[InstCombine] form uaddsat from add+umin (PR14613)
2019-03-26 Heejin Ahn[WebAssembly] Add CFGStacikfied field to WebAssemblyFun...
2019-03-26 Brian Gesiak[coroutines] Add std::experimental::task<T> type
2019-03-26 Heejin Ahn[WebAssembly] Support WebAssemblyFunctionInfo serialization
2019-03-26 Heejin Ahn[WebAssembly] Fix a bug when mixing TRY/LOOP markers
2019-03-26 Heejin Ahn[WebAssembly] Fix bugs in BLOCK/TRY placement
2019-03-26 Davide Italiano[ScriptInterpreterPython] Try to make the sanitizer...
2019-03-26 Sanjay Patel[InstCombine] add tests for uaddsat using min; NFC
2019-03-26 Sanjay Patel[InstCombine] update tests to use FileCheck; NFC
2019-03-26 Clement Courbet[llvm-exegesis] Allow the target to disable the selecti...
2019-03-26 Luis Marques[RISCV] Update setcc-logic.ll codegen test
2019-03-26 Fangrui Song[CodeGen] Delete never used LValueAlign
2019-03-26 Andrea Di Biagio[MCA] Correctly update the UsedResourceGroups mask...
2019-03-26 Ronald WamplerTest commit: fix typo
2019-03-26 Michael Kruse[libomptarget] Introduce LIBOMPTARGET_ENABLE_DEBUG...
2019-03-26 Jonas Paulsson[SystemZ] Remove LRMux pseudo instruction.
2019-03-26 Nirav Dave[DAG] Avoid smart constructor-based dangling nodes.
2019-03-26 Serge Gueltonpython 2/3 compat: commands vs subprocess
2019-03-26 Mikhail R.... Moved body of methods dump to .cpp file to fix compilat...
2019-03-26 Pavel LabathRemove the TypePair class
2019-03-26 Pavel LabathMinidump: Use minidump types defined in llvm
2019-03-26 Luis Marques[RISCV] Improve codegen for icmp {ne,eq} with a constant
2019-03-26 Simon Pilgrim[TargetLowering] Add SimplifyDemandedBits support for...
2019-03-26 Yi KongFix nondeterminism introduced in r353954
2019-03-26 Anastasia Stulova[OpenCL] Allow variadic macros as Clang feature.
2019-03-26 Javed Absar[TableGen] Let list elements have a trailing comma
2019-03-26 Javed Absar[TableGen] Give meaningful msg for def use in multiclass
2019-03-26 Oliver Stannard[ARM][Asm] Accept upper case coprocessor number and...
2019-03-26 Sylvestre Ledruupdate the release notes after the change of 'clang...
2019-03-26 Martin Storsjo[llvm-dlltool] Set a proper machine type for weak symbo...
2019-03-26 Roger Ferrer... [RISCV] Pass -target-abi to -cc1as
2019-03-26 Fangrui Song[ADT] Update SmallVectorTest.EmplaceBack tests after...
2019-03-26 Craig Topper[X86] In matchBitExtract, place all of the new nodes...
2019-03-26 Craig Topper[X86] In matchBitExtract, if we need to truncate the...
2019-03-26 Craig Topper[X86] Remove unneeded FIXME. NFC
2019-03-26 Thomas LivelyReland "[WebAssembly] Add linker options to control...
2019-03-26 Jan Korous[clangd][xpc][cmake] Respect explicit value of CLANGD_B...
next