platform/upstream/llvm.git
2019-03-19 Simon Pilgrim[InstCombine] Regenerate + add icmp with undef tests
2019-03-19 Martin Probst[clang-format] [JS] Don't break between template string...
2019-03-19 Eric Liu[Tooling] Add more scope specifiers until spelling...
2019-03-19 Kadir Cetinkaya[clangd] Add support for type hierarchy (super types...
2019-03-19 Markus LavinRevert "[DebugInfo] Introduce DW_OP_LLVM_convert"
2019-03-19 Serge GueltonUse response file when generating LLVM-C.dll
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-19 Don HintonRefactor cast<>'s in if conditionals, which can only...
2019-03-19 Heejin Ahn[WebAssembly] Small improvements in FixIrreducibleContr...
2019-03-19 Heejin Ahn[WebAssembly] Improve readability of irreducibility...
2019-03-19 Heejin Ahn[WebAssembly] Rename methods according to instruction...
2019-03-19 Heejin Ahn[WebAssembly] Add immarg attribute to intrinsics
2019-03-19 Heejin Ahn[WebAssembly] Change wasm.throw's first argument to...
2019-03-19 Marshall ClowMark 'front()' and 'back()' as noexcept for array/deque...
2019-03-19 Michael Kruse[CodeGen] LLVM OpenMP Backend.
2019-03-19 Richard SmithFactor out repeated code parsing and concatenating...
2019-03-19 Richard SmithDon't apply the include depth limit until we actually...
2019-03-19 Thomas Lively[WebAssembly] Lower SIMD nnan setcc nodes
2019-03-19 Aaron PuchertMinor renaming as suggested in review [NFC]
2019-03-19 Eric FiselierRemove unused try catch blocks from old debug tests
2019-03-18 Fangrui Song[ELF] Allow sh_entsize to be unrelated to sh_addralign...
2019-03-18 Aaron PuchertThread safety analysis: Add note for unlock kind mismatch
2019-03-18 Reid Kleckner[asan] Disable -Wfortify-source in intentional OOB...
2019-03-18 Reid Kleckner[MS] Skip vbase construction in abstract class ctors
2019-03-18 Nikita PopovRevert "[ValueTracking][InstSimplify] Support min/max...
2019-03-18 Craig Topper[X86] Add gcc rotate intrinsics to ia32intrin.h
2019-03-18 Kostya Serebryany[libFuzzer] document -len_control
2019-03-18 Eric FiselierFix test failures after debug mode changes
2019-03-18 Craig Topper[X86] Add coverage for 16-bit and 64-bit versions of...
2019-03-18 Craig Topper[X86] Disable CQTO and CLTQ instructions in the assembl...
2019-03-18 Julian Lettner[NFC][TSan][libdispatch] Fix test for dispatch_apply[_f]
2019-03-18 Eric FiselierRemove exception throwing debug mode handler support.
2019-03-18 Jason MolendaA target definition file that may work for
2019-03-18 Nikita Popov[ValueTracking][InstSimplify] Support min/max selects...
2019-03-18 Nikita Popov[InstCombine] Add tests for add nuw + uaddo; NFC
2019-03-18 Craig Topper[X86] Allow any 8-bit immediate to be used with BT...
2019-03-18 Alex Langford[CMake] Set LLVM_DEFAULT_EXTERNAL_LIT in standalone...
2019-03-18 Amara Emerson[GlobalISel] Include missing change from r356396
2019-03-18 Sam Clegg[WebAssembly] Don't override default implementation...
2019-03-18 Nikita Popov[ValueTracking][InstSimplify] Move abs handling into...
2019-03-18 Nikita Popov[InstSimplify] Add additional icmp of min/max tests...
2019-03-18 Craig Topper[X86] Use relocImm in the ROL8ri/ROL16ri/ROL32ri/ROL64r...
2019-03-18 Craig Topper[X86] Replace uses of i64immSExt32_su with i64relocImmS...
2019-03-18 Michael Liao[AMDGPU] Enable code selection using `s_mul_hi_u32...
2019-03-18 Jake Ehrlich[llvm-objcopy] Make .build-id linking atomic
2019-03-18 Nikita Popov[InstCombine] Improve with.overflow intrinsic tests...
2019-03-18 Sam CleggRestore comment regarding why Reloc::PIC_ can't be PIC
2019-03-18 Davide Italiano[API] Remove unneded LLDB_DISABLE_PYTHON markers.
2019-03-18 Alexandre GaneaFix flat-error-unsupported-gpu-hsa test
2019-03-18 Tim Renouf[AMDGPU] Asm/disasm clamp modifier on vop3 int arithmetic
2019-03-18 Tim Renouf[AMDGPU] Asm/disasm v_cndmask_b32_e64 with abs/neg...
2019-03-18 Erik Pilkington[Sema] Add some compile time _FORTIFY_SOURCE diagnostics
2019-03-18 Amara EmersonRevert r356304: remove subreg parameter from MachineIRB...
2019-03-18 Alexandre Ganea[DebugInfo][PDB] Don't write empty debug streams
2019-03-18 Tim Renouf[MsgPack][AMDGPU] Fix unflushed raw_string_ostream...
2019-03-18 Craig Topper[X86] Rename imm8_su/imm16_su/imm32_su to relocImm8_su...
2019-03-18 Warren Ristow[SCEV] Guard movement of insertion point for loop-invar...
2019-03-18 Adhemerval... [AArch64] Small fix for getIntImmCost
2019-03-18 Adhemerval... [AArch64] Optimize floating point materialization
2019-03-18 Adhemerval... [TargetLowering] Add code size information on isFPImmLe...
2019-03-18 Alexey Bataev[OPENMP] Set scheduling for doacross loops as schedule, 1.
2019-03-18 Adhemerval... [AArch64] Refactor floating point materialization. NFC
2019-03-18 Louis Dionne[libc++][NFC] Promote CMake comment to an actual option...
2019-03-18 Michael Liao[AMDGPU] Add the missing clang change of the experiment...
2019-03-18 Craig Topper[X86] Remove the _alt forms of (V)CMP instructions...
2019-03-18 Sanjay Patel[InstCombine] add/adjust test for NaN checks; NFC
2019-03-18 Nirav Dave[DAG] Cleanup unused node in SimplifySelectCC.
2019-03-18 Michael Liao[MVT] Fix typos in comment. NFC.
2019-03-18 Nico Weberlld-link: Run conflict-mangled.test on all systems
2019-03-18 Pavel LabathSkip TestVSCode_setFunctionBreakpoints on linux
2019-03-18 Pavel LabathFix some "variable 'foo' set but not used" warnings
2019-03-18 Pavel LabathFix libstdc++ data formatters for python3
2019-03-18 Louis Dionne[libc++] Add a test for PR40977
2019-03-18 Siva Chandra[ELF] Emit weak-undef symbols in .dynsym of a PIE binar...
2019-03-18 Neil Henning[AMDGPU] Add an experimental buffer fat pointer address...
2019-03-18 Sanjay Patel[InstCombine] allow general vector constants for funnel...
2019-03-18 George Rimar[llvm-objcopy] - Calculate the string table section...
2019-03-18 Pavel LabathFix TestCommandScriptImmediateOutput for python3
2019-03-18 Sanjay Patel[InstCombine] extend rotate-left-by-constant canonicali...
2019-03-18 Simon Pilgrim[SystemZ] Remove icmp undef from reduced tests
2019-03-18 Sanjay Patel[InstCombine] add funnel shift tests with arbitrary...
2019-03-18 Fangrui Song[pp-trace] Delete -ignore and add a new option -callbacks
2019-03-18 Roman Lebedev[llvm-exegesis] Separate tool options into three catego...
2019-03-18 David Stenberg[DebugInfo] Ignore bitcasts when lowering stack arg...
2019-03-18 Pavel LabathFix "type qualifiers ignored on cast result type" warnings
2019-03-18 Pavel LabathReinitialize UnwindTable when the SymbolFile changes
2019-03-18 Christof Douma[AArch64] Fix bug 35094 atomicrmw on Armv8.1-A+lse
2019-03-18 Craig Topper[X86] Hopefully fix a tautological compare warning...
2019-03-18 Alex Bradbury[RISCV] Add ImmArg to intrinsics
2019-03-18 Craig Topper[X86] Add ADD8ri_DB and ADD8rr_DB to the autogenerated...
2019-03-18 Craig Topper[X86] Make ADD*_DB post-RA pseudos and expand them...
2019-03-18 Craig Topper[X86] Add tab character to the custom printing of VPCMP...
2019-03-17 Matt ArsenaultAdd testcase from bug 41079
2019-03-17 Matt ArsenaultRemove immarg from llvm.expect
2019-03-17 Craig Topper[X86] Merge printf32mem/printi32mem into a single print...
2019-03-17 Tim Renouf[CodeGen] Defined MVTs v3i32, v3f32, v5i32, v5f32
2019-03-17 Tim Renouf[CodeGen] Prepare for introduction of v3 and v5 MVTs
2019-03-17 David Green[ARM] Check that CPSR does not have other uses
2019-03-17 Matt ArsenaultRegAllocFast: Add hint to debug printing
2019-03-17 Matt ArsenaultAMDGPU: Partially fix default device for HSA
next