platform/upstream/llvm.git
2019-06-27 Alexey Bataev[OPENMP][NVPTX]Relax flush directive.
2019-06-27 Djordje TodorovicRevert "[LiveDebugValues] Emit the debug entry values"
2019-06-27 Wouter van... [WebAssembly] Fix p2align in assembler.
2019-06-27 Simon Pilgrim[X86] combineX86ShufflesRecursively - merge shuffles...
2019-06-27 Roman LebedevRevert "[CodeGen] [SelectionDAG] More efficient code...
2019-06-27 Michael LiaoFix lld build on Windows with MSVC due to C2461
2019-06-27 Nicolai HaehnleAMDGPU: Make fixing i1 copies robust against re-ordering
2019-06-27 David Green[ARM] Move low overhead loop codegen tests into a separ...
2019-06-27 Simon PilgrimUse getConstantOperandAPInt instead of getConstantOpera...
2019-06-27 Roman Lebedev[CodeGen] [SelectionDAG] More efficient code for X...
2019-06-27 Adrian PrantlAdd a sanity check to the domain socket tests.
2019-06-27 Simon Pilgrim[X86] getTargetVShiftByConstNode - reduce variable...
2019-06-27 Sam Tebbs[ARM] Fix formatting issue in ARMISelLowering.cpp
2019-06-27 Chris Jackson[llvm-nm] Fix for BZ41711 - Class character for a symbo...
2019-06-27 Tom StellardRevert Add github lockdown app to auto-close pull requests.
2019-06-27 Roland FroeseRecommit [PowerPC] Update P9 vector costs for insert...
2019-06-27 Paul Robinson[debug-info] Make a couple of tests more robust.
2019-06-27 Johannes Doerfert[Attr] Add "willreturn" function attribute
2019-06-27 Marshall ClowFollowup to revision 364545: Turns out that clang issue...
2019-06-27 Djordje Todorovic[LiveDebugValues] Emit the debug entry values
2019-06-27 James Henderson[docs][llvm-nm][llvm-objdump] Improve "See Also" section
2019-06-27 Johan Vikstrom[clangd] Emit semantic highlighting tokens when the...
2019-06-27 Tim NorthoverBitcode: derive all types used from records instead...
2019-06-27 Djordje Todorovic[LiveRangeEdit] Fix build failure caused by the rL364536
2019-06-27 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - add shift...
2019-06-27 Kostya Kortchinsky[scudo][standalone] Introduce the C & C++ wrappers...
2019-06-27 Sanjay Patel[InstCombine] remove 'tmp' names and regenerate checks...
2019-06-27 Marshall ClowProvide hashers for string_view only if they are using...
2019-06-27 Jinsong Ji[PowerPC][HTM] Fix disassembling buffer overflow for...
2019-06-27 Hans WennborgRevert r363658 "[SVE][IR] Scalable Vector IR Type with...
2019-06-27 Djordje Todorovic[DWARF] Handle the DW_OP_entry_value operand
2019-06-27 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - use DemandedElt...
2019-06-27 Simon Atanasyan[mips] Mark pseudo select instructions by the `hasNoSch...
2019-06-27 Simon Atanasyan[mips] Add new items to the list of features unsupporte...
2019-06-27 James Henderson[docs][tools] Add missing "program" tags to rst files
2019-06-27 Haojian Wu[clangd] Fix a case where we fail to detect a header...
2019-06-27 Djordje Todorovic[Backend] Keep call site info valid through the backend
2019-06-27 Mikael Holmen[clang-tidy] Fix NDEBUG build [NFC]
2019-06-27 Simon Tatham[ARM] Fix bogus assertions in copyPhysReg v8.1-M cases.
2019-06-27 Simon Tatham[ARM] Fix handling of zero offsets in LOB instructions.
2019-06-27 Simon Tatham[ARM] Make coprocessor number restrictions consistent.
2019-06-27 Simon Tatham[ARM] Tighten restrictions on use of SP in v8.1-M CSEL.
2019-06-27 Simon Pilgrim[X86] getFauxShuffle - add DemandedElts as a filter
2019-06-27 George Rimar[LLD][ELF] - Replace invalid-e_shnum.s with YAML based...
2019-06-27 Haojian Wu[clangd] No need to setTraversalScope in SemanticHighli...
2019-06-27 Simon Atanasyan[mips] Add GPR_64 predicate to some mov[zn] instructions
2019-06-27 Simon Atanasyan[mips] Fix indentation and split long lines. NFC
2019-06-27 Simon Atanasyan[mips] Reformat MSA instruction definitions. NFC
2019-06-27 Jeremy MorseAdd triple to a test I just added.
2019-06-27 Tim NorthoverIR: compare type attributes deeply when looking into...
2019-06-27 George Rimar[Object/invalid.test] - Convert most of the sub tests...
2019-06-27 Stefan Stipanovic[Attributor] Deducing existing nounwind attribute.
2019-06-27 Simon Pilgrim[X86][SSE] Regenerate v48 shuffle test on a variety...
2019-06-27 Sam McCall[clangd] Address limitations in SelectionTree:
2019-06-27 Simon Pilgrim[X86][AVX] SimplifyDemandedVectorElts - combine PERMPD...
2019-06-27 George Rimar[yaml2obj] - Allow overriding e_shentsize, e_shoff...
2019-06-27 Djordje Todorovic[ISEL][X86] Tracking of registers that forward call...
2019-06-27 Jeremy Morse[DebugInfo] Avoid register coalesing unsoundly changing...
2019-06-27 Diana Picus[GlobalISel] Remove [un]packRegs from IRTranslator
2019-06-27 Diana Picus[AArch64 GlobalISel] Cleanup CallLowering. NFCI
2019-06-27 Diana Picus[GlobalISel] Accept multiple vregs for lowerCall's...
2019-06-27 Diana Picus[GlobalISel] Accept multiple vregs for lowerCall's...
2019-06-27 Diana Picus[GlobalISel] Accept multiple vregs in lowerFormalArgs
2019-06-27 Diana Picus[GlobalISel] Allow multiple VRegs in ArgInfo. NFC
2019-06-27 Jay Foad[AMDGPU] Fix +DumpCode to print an entry label for...
2019-06-27 Mikael HolmenSilence gcc warning after r364458
2019-06-27 Djordje Todorovic[MachineFunction] Base support for call site info tracking
2019-06-27 Hans WennborgFix -Wunused-variable warnings after r364464
2019-06-27 Hans WennborgFix GCC 4 build after r364464
2019-06-27 Michal Gorny[lldb] [Plugins/SysV-x86_64] NetBSD is also using SysV ABI
2019-06-27 Djordje Todorovic[clang] Add DISuprogram and DIE for a func decl
2019-06-27 Nico Webergn build: Follow-up to r364491 "[GN] Update build files"
2019-06-27 Djordje Todorovic[IR] Add DISuprogram and DIE for a func decl
2019-06-27 Craig Topper[X86] Remove (vzext_movl (scalar_to_vector (load))...
2019-06-27 Craig Topper[X86] Teach selectScalarSSELoad to not narrow volatile...
2019-06-27 Huihui Zhang[InstCombine][NFCI] Fix test comments.
2019-06-27 Kang Zhang[NFC][PowerPC] Improve the for loop in Early Return
2019-06-27 Vitaly Buka[NFC] Return early for types with size zero
2019-06-27 Jonas Devlieghere[Reproducers] Fix flakiness and off-by-one during replay.
2019-06-27 Vitaly Buka[GN] Fix check-llvm
2019-06-27 Vitaly Buka[NFC] Remove unneeded local variables
2019-06-27 Vitaly Buka[GN] Update build files
2019-06-26 Eli Friedman[ARM] Don't reserve R12 on Thumb1 as an emergency spill...
2019-06-26 Erik Pilkington[ObjC] Improve error message for a malformed objc-type...
2019-06-26 JF BastienFix Bitcode/invalid.test
2019-06-26 Mitch Phillips[GWP-ASan] D63736 broke ARMv7/v8 sanitizer bots.
2019-06-26 Pengxuan Zheng[cmake] Allow config.guess to be run with MSYS on Windows
2019-06-26 Jason MolendaSupport nested target.xml register definition files...
2019-06-26 Gerolf Hoflehner[SCCP] Fix non-deterministic uselists of return values...
2019-06-26 Jason MolendaUse the // integer divide operator in these
2019-06-26 Aaron PuchertFix formatting after r364479
2019-06-26 Aaron Puchert[Clang] Remove unused -split-dwarf and obsolete -enable...
2019-06-26 Vasileios Porpodas[SLP] Look-ahead operand reordering heuristic.
2019-06-26 Sanjay Patel[InstCombine] change 'tmp' variable names; NFC
2019-06-26 Reid KlecknerRevert r363191 "[MS] Pretend constexpr variable templat...
2019-06-26 Alex Lorenz[clang-scan-deps] Introduce the DependencyScanning...
2019-06-26 Matt ArsenaultAMDGPU: Assert SPAdj is 0
2019-06-26 Matt ArsenaultPEI: Add default handling of spills to registers
2019-06-26 Jinsong Ji[UpdateTestChecks][NFC] Remove entries with same prefix
2019-06-26 Matt Arsenault[AMDGPU] Fix Livereg computation during epilogue insertion
next