platform/upstream/llvm.git
2019-07-16 Ali TamurRevert "[OPENMP]Add support for analysis of if clauses."
2019-07-16 Matt ArsenaultAMDGPU: Avoid code predicates for extload PatFrags
2019-07-16 Nathan LanzaChange a lit test to permit vendor specific clang version
2019-07-16 Bob Haarmanreland "add -fthinlto-index= option to clang-cl"
2019-07-16 Jonas DevlieghereRe-land "[DebugInfo] Move function from line table...
2019-07-16 Peter Wu[Sema] Suppress additional warnings for C's zero initia...
2019-07-16 Michael Liao[InstructionSimplify] Apply sext/trunc after pointer...
2019-07-16 Alex Langford[Target] Remove unused method Target::GetDefaultClangMo...
2019-07-16 Jonas DevlieghereRevert "[DebugInfo] Move function from line table to...
2019-07-16 Nathan LanzaAllow for vendor prefixes in a list test
2019-07-16 Jonas Devlieghere[DebugInfo] Move function from line table to the prolog...
2019-07-16 Eric ChristopherTemporarily revert "add -fthinlto-index= option to...
2019-07-15 Jason MolendaUpdate some file changes, but there's a dependency...
2019-07-15 Eric ChristopherTemporarily Revert "fix unnamed fiefield issue and...
2019-07-15 Eric ChristopherTemporarily Revert "[SLP] Recommit: Look-ahead operand...
2019-07-15 Leonard ChanRevert "[NewPM] Port Sancov"
2019-07-15 Jan Korous[DirectoryWatcher][linux] Fix for older kernels
2019-07-15 Craig Topper[X86] Teach convertToThreeAddress to handle SUB with...
2019-07-15 Julian Lettner[TSan] Fix asm token error (again)
2019-07-15 Heejin Ahn[WebAssembly] Add missing utility methods for exnref...
2019-07-15 Alex Langford[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
2019-07-15 Yuanfang Chen[llvm-readelf] Print "File: lib.a(file.o)" info when...
2019-07-15 Bob Haarmanadd -fthinlto-index= option to clang-cl
2019-07-15 Heejin Ahn[WebAssembly] Rename except_ref type to exnref
2019-07-15 Shoaib MeenaiRevert [llvm-lipo] Implement -create (with hardcoded...
2019-07-15 Tom Stellard[OpenCL] Make TableGen'd builtin tables and helper...
2019-07-15 Shoaib Meenai[llvm-lipo] Implement -create (with hardcoded alignments)
2019-07-15 Lang Hames[clang-fuzzer] Remove 'setUseOrcMCJITReplacement(false...
2019-07-15 Heejin Ahn[WebAssembly] Simplify regcopy.mir
2019-07-15 Wouter van... [WebAssembly] Assembler: support special floats: infini...
2019-07-15 Jan Korous[DirectoryWatcher][test] Relax test assumptions
2019-07-15 Jan Korous[DirectoryWatcher][NFC][test] Add typedef for enum
2019-07-15 Matt Morehouse[ASan] Fix >80 character line.
2019-07-15 Austin Kerbow[AMDGPU] Enable merging m0 initializations.
2019-07-15 Dominik Adamski[ScopInfo][NFC] Add dot at the end of comment statement.
2019-07-15 Simon Atanasyan[mips] Print BEQZL and BNEZL pseudo instructions
2019-07-15 Matt ArsenaultAMDGPU: Use standalone MUBUF load patterns
2019-07-15 Julian Lettner[TSan] Fix asm token error
2019-07-15 Nick Desaulniers[LoopUnroll+LoopUnswitch] do not transform loops contai...
2019-07-15 Matt ArsenaultTableGen/GlobalISel: Fix handling of truncstore patterns
2019-07-15 Matt ArsenaultTableGen: Add address space to matchers
2019-07-15 Bob Haarman[clang] allow -fthinlto-index= without -x ir
2019-07-15 Julian Lettner[TSan] Improve handling of stack pointer mangling in...
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Allow scalar s1 and/or/xor
2019-07-15 Louis Dionne[libc++] Implement P0433: deduction guides for <unorder...
2019-07-15 Evgeniy StepanovARM MTE stack sanitizer.
2019-07-15 Eric FiselierConstrain workaround to avoid affecting other buildbots
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Select G_AND/G_OR/G_XOR
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Don't constrain source register...
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Fix selecting vcc->vcc bank copies
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Fix not constraining result reg...
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Fix handling of sgpr (not scc bank...
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Custom legalize G_INSERT_VECTOR_ELT
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Custom legalize G_EXTRACT_VECTOR_ELT
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Fix G_ICMP for wave32
2019-07-15 Matt ArsenaultGlobalISel: Implement narrowScalar for vector extract...
2019-07-15 Matt ArsenaultAMDGPU: Fix missing immarg from interp intrinsics
2019-07-15 Thomas Preud... [FileCheck] Store line numbers as optional values
2019-07-15 Keno Fischer[cmake] Don't set install rules for tblgen if building...
2019-07-15 Nico WeberExpand comment about how StringsToBuckets was computed...
2019-07-15 David Green[ARM] MVE vector for 64bit types
2019-07-15 Matthew G McGovern[sanitizers][windows][mingw32] Mingw32 RTL fixes
2019-07-15 Wouter van... [WebAssembly] Assembler: recognize .init_array as data...
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Widen vector extracts
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Handle llvm.amdgcn.if.break
2019-07-15 Konstantin... AMDGPU: Remove reserved value accidentally left in...
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.end.cf
2019-07-15 Sanjay Patel[x86] try to keep FP casted+truncated+extracted vector...
2019-07-15 Stella Stamenova[llvm-lib] Add a dependency to intrinsics_gen to the...
2019-07-15 Craig Topper[X86] Return UNDEF from LowerScalarImmediateShift when...
2019-07-15 Reid KlecknerReland "[COFF] Add null check in case of symbols define...
2019-07-15 Matt ArsenaultAMDGPU: Add 24-bit mul intrinsics
2019-07-15 Matt ArsenaultAdd some release notes for 9.0 release
2019-07-15 Stanislav Mekhanoshin[AMDGPU] Copy missing predicate from pseudo to real
2019-07-15 Sylvestre LedruUpdate __VERSION__ to remove the hardcoded 4.2.1 version
2019-07-15 Johannes Doerfert[FunctionAttrs] Remove readonly and writeonly assertion
2019-07-15 David Green[ARM] Minor formatting in ARMInstrMVE.td. NFC
2019-07-15 Nico WeberUse a unique_ptr instead of manual memory management...
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Select easy cases for G_BUILD_VECTOR
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for G_CONCAT_VECTORS
2019-07-15 Nico WeberUse a unique_ptr instead of manual memory management...
2019-07-15 Nico WeberUse unique_ptr instead of manual delete in one place...
2019-07-15 Raphael Isemann[lldb][doc] Document how our LLDB table gen initialized...
2019-07-15 Sanjay Patel[x86] add tests for reductions that might be better...
2019-07-15 Ilya BiryukovRevert "r366069: [PatternMatch] Implement matching...
2019-07-15 James Henderson[docs][llvm-nm] Fix inconsistent grammar
2019-07-15 Simon Pilgrim[X86][SSE] Regenerated packss.ll test file.
2019-07-15 Simon Pilgrim[X86][SSE] Add PACKSS with zero shuffle masks.
2019-07-15 Yonghong Songfix unnamed fiefield issue and add tests for __builtin_...
2019-07-15 Lang Hames[ORC] Start adding ORCv1 to ORCv2 transition tips to...
2019-07-15 Stanislav Mekhanoshin[AMDGPU] fixed scheduler crash in gfx908
2019-07-15 Kadir Cetinkaya[clangd] Fix doc
2019-07-15 Nico Webergn build: Add a note on how to locally tell git to...
2019-07-15 Dmitry Preobrazhensky[AMDGPU][MC][GFX9][GFX10] Added support of GET_DOORBELL...
2019-07-15 Johan Vikstrom[clangd] Fix duplicate highlighting tokens appearing...
2019-07-15 Dmitry Venikov[PatternMatch] Implement matching code for LibFunc
2019-07-15 Alexey Bataev[OPENMP]Add support for analysis of if clauses.
2019-07-15 Dmitry Preobrazhensky[AMDGPU][MC] Corrected encoding of src0 for DS_GWS_...
2019-07-15 Simon Pilgrim[X86] isTargetShuffleEquivalent - assert the expected...
2019-07-15 David Zarzycki[Testing] Add missing "REQUIRES: asserts"
next