platform/upstream/llvm.git
2018-10-08 Zachary Turner[PDB] fix a bug in global stream name lookup.
2018-10-08 Ali TamurIntroduce code_model macros
2018-10-08 Petar Jovanovic[DebugInfo] Fix debug information label tests
2018-10-08 Rong Xu[X86] Revert r343993 condition branches folding for...
2018-10-08 Sanjay Patel[DAGCombiner] simplify code for fmul with constant...
2018-10-08 Marshall ClowDo the math in uniform_int_distribution::operator(...
2018-10-08 Craig Topper[X86] Prefer isTypeLegal over checking isSimple in...
2018-10-08 Sanjay Patel[x86] add tests for phaddd/phaddw; NFC
2018-10-08 Rong Xu[X86] condition branches folding for three-way conditio...
2018-10-08 Scott Linder[AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
2018-10-08 Simon Pilgrim[X86][AVX2] Enable ZERO_EXTEND_VECTOR_INREG lowering...
2018-10-08 Charles Davis[CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_R...
2018-10-08 Sanjay Patel[x86] make horizontal binop matching clearer; NFCI
2018-10-08 Kamil RytarowskiRemove remnant code of using indirect syscall on NetBSD
2018-10-08 Kamil RytarowskiDon't harcode -ldl test/sanitizer_common/TestCases
2018-10-08 Robert Lougher[TailCallElim] Enable marking of calls with byval as...
2018-10-08 Tom StellardAMDGPU/GlobalISel: Select amdgcn.cvt.pkrtz to 64-bit...
2018-10-08 Kristina BrooksFix incorrect Twine usage in CFGPrinter
2018-10-08 Rui UeyamaFix a broken buildbot.
2018-10-08 Eric Liu[clang-move] Dump whether a declaration is templated.
2018-10-08 Kamil RytarowskiDisable TestCases/pthread_mutexattr_get on NetBSD
2018-10-08 Kamil RytarowskiFix Posix/devname_r for NetBSD
2018-10-08 Rui UeyamaAvoid unnecessary buffer allocation and memcpy for...
2018-10-08 Nicolai HaehnleAMDGPU: Future-proof {raw,struct}.buffer.atomic intrinsics
2018-10-08 Nicolai HaehnleTableGen/CodeGenDAGPatterns: addPredicateFn only once
2018-10-08 Xin TongFix test case for @r343970
2018-10-08 Sanjay Patel[x86] add hadd test with no undefs, remove duplicate...
2018-10-08 Sanjay Patel[x86] simplify hadd tests; NFC
2018-10-08 Neil Henning[AMDGPU] Add an AMDGPU specific atomic optimizer.
2018-10-08 Sid Manning[ELF][HEXAGON] Add R_HEX_GOT_16_X support
2018-10-08 Zachary TurnerDon't use back-quotes in a run line.
2018-10-08 Xin Tong[ThinLTO] Keep non-prevailing (linkonce|weak)_odr symbo...
2018-10-08 Oliver Stannard[AArch64][v8.5A] Don't create BR instructions in outlin...
2018-10-08 Oliver Stannard[AArch64][v8.5A] Restrict indirect tail calls to use...
2018-10-08 Oliver Stannard[AArch64][v8.5A] Branch Target Identification code...
2018-10-08 Alexander Ivchenko[GlobalIsel][X86] Support G_UDIV/G_UREM/G_SREM
2018-10-08 Sanjay Patel[x86] add 16 missed hadd patterns (PR39195); NFC
2018-10-08 David Carlier[Sanitizer] fix internal_sysctlbyname build for FreeBSD.
2018-10-08 Haojian Wu[clangd] Update the out-of-date yaml-symbol-file flag...
2018-10-08 Neil Henning[IRBuilder] Fixup CreateIntrinsic to allow specifying...
2018-10-08 Francis Visoiu... [AsmParser] Return an error in the case of empty symbol...
2018-10-08 Peter Smith[ARM] Account for implicit IT when calculating inline...
2018-10-08 Oliver Stannard[AArch64] Fix verifier error when outlining indirect...
2018-10-08 Alex Bradbury[RISCV] Update alu8.ll and alu16.ll test cases
2018-10-08 Kristina Brooks[DebugInfo][PDB] Fix a signed/unsigned coversion warning
2018-10-08 Ewan Crawford[InstCombine] Fix incongruous GEP type addrspace
2018-10-08 Alex Bradbury[SelectionDAGBuilder][NFC] Pass LHSTy to getShiftAmount...
2018-10-08 Max Kazantsev[LV] Do not create SCEVs on broken IR in emitTransforme...
2018-10-08 Zachary TurnerFix a -Wsign-compare warning.
2018-10-08 Zachary TurnerFix a compilation failure on non-MSVC compilers.
2018-10-08 Zachary Turner[PDB] Add the ability to lookup global symbols by name.
2018-10-08 Craig TopperRevert r343948 "[LegalizeDAG] Make one of the ReplaceNo...
2018-10-08 Brian Gesiak[coro]Pass rvalue reference for named local variable...
2018-10-08 Craig Topper[LegalizeDAG] Make one of the ReplaceNode signatures...
2018-10-08 Craig Topper[LegalizeDAG] Move legalization of scatter and masked...
2018-10-07 Fangrui Song[clangd] Migrate to LLVM STLExtras range API
2018-10-07 Sanjay Patel[DAGCombiner] allow undef elts in vector fadd matching
2018-10-07 Sanjay Patel[x86] add vector fadd with undef elts test; NFC
2018-10-07 Sanjay Patel[x86] remove redundant tests; NFC
2018-10-07 Sanjay Patel[DAGCombiner] allow undefs when matching vector splats...
2018-10-07 Sanjay Patel[x86] add vector fmul with undef elts tests; NFC
2018-10-07 Sanjay Patel[DAGCombiner] allow undef elts in vector fabs/fneg...
2018-10-07 Sanjay Patel[DAGCombiner] shorten code for bitcast+fabs fold; NFC
2018-10-07 Sanjay Patel[x86] add tests for FP logic folding for vectors with...
2018-10-07 Kirill Bobyrev[clangd] NFC: Migrate to LLVM STLExtras API where possible
2018-10-07 Sanjay Patel[InstSimplify] add vector test for fneg+fdiv; NFC
2018-10-07 Simon Pilgrim[SelectionDAG] Respect multiple uses in SimplifyDemande...
2018-10-07 Simon Pilgrim[AARCH64][X86] Remove _nonsplat from test names
2018-10-07 Craig Topper[LegalizeVectorOps] Make ExpandStrictFPOp return the...
2018-10-07 Dorit Nuzman[IAI,LV] Avoid creating interleave-groups for predicate...
2018-10-07 Alex Bradbury[RISCV] Introduce alu8.ll and alu16.ll tests
2018-10-07 Lang Hames[ORC] Consume unhandled errors in unit test.
2018-10-06 Lang Hames[ORC] Add a 'remove' method to JITDylib to remove symbols.
2018-10-06 Lang Hames[ORC] Pass symbol name to discard by const reference.
2018-10-06 Simon Pilgrim[X86] getFauxShuffleMask - Handle undef + sentinel...
2018-10-06 Simon Pilgrim[X86][SSE] Add SSE41 vector int2fp tests
2018-10-06 Simon Pilgrim[X86][AVX] Ensure resolveTargetShuffleInputs shuffle...
2018-10-06 Marshall ClowPapers and Issues for San Diego
2018-10-06 Simon Pilgrim[X86] combinePMULDQ - add op back to worklist if Simpli...
2018-10-06 Simon Pilgrim[X86] Regenerate LSR loop iteration test
2018-10-06 Sanjay Patel[x86] add test for masked store with extra shift op...
2018-10-06 Simon Pilgrim[X86][SSE] SimplifyDemandedVectorEltsForTargetNode...
2018-10-06 Simon Pilgrim[X86] Use the SimplifyDemandedBits wrappers where possi...
2018-10-06 Simon PilgrimRevert rL343916: Fix -Wmissing-braces warning. NFCI.
2018-10-06 Simon PilgrimFix -Wmissing-braces warning. NFCI.
2018-10-06 Simon PilgrimWdocumentation fix
2018-10-06 Simon PilgrimWdocumentation fix
2018-10-06 Simon Pilgrim[SelectionDAG] Add SimplifyDemandedBits to SimplifyDema...
2018-10-06 Fangrui Song[clangd] Remove unused headers from CodeComplete.cpp
2018-10-06 Alex Bradbury[RISCV] Compress addiw rd, x0, simm6 to c.li rd, simm6
2018-10-06 Tom StellardAMDGPU: Consolidate SMRD TableGen patterns
2018-10-06 Aaron PuchertThread safety analysis: Handle conditional expression...
2018-10-05 Jordan Rupprecht[llvm-ar] Use POSIX-specified timestamps for 'tv'.
2018-10-05 Vedant KumarAdd support for artificial tail call frames
2018-10-05 Vedant KumarRelax a data formatter test
2018-10-05 Fedor Sergeev[New PM][PassTiming] implement -time-passes for the...
2018-10-05 Joel Jones[AArch64] -mcpu=native CPU detection for Cavium processors
2018-10-05 Petr Hosek[llvm-nm] Update all tests to redirect stderr to stdout
2018-10-05 Matthias BraunX86, AArch64, ARM: Do not attach debug location to...
2018-10-05 Mandeep Singh... [COFF, ARM64] Add _InterlockedAdd intrinsic
next