platform/upstream/llvm.git
2019-09-18 Hans WennborgRevert r372082 "[Clang] Pragma vectorize_width() implie...
2019-09-18 Pavel LabathFir TestAPILog for gcc
2019-09-18 Jay Foad[SDA] Don't stop divergence propagation at the IPD.
2019-09-18 Pavel LabathFix command-script-import.test on linux
2019-09-18 Krasimir Georgiev[lldb] Fix a test assertion after r372192
2019-09-18 Simon Atanasyan[mips] Pass "xgot" flag as a subtarget feature
2019-09-18 Simon Atanasyan[mips] Mark tests for lw/sw expansion in PIC by a separ...
2019-09-18 Simon Atanasyan[mips] Reduce code duplication in the `loadAndAddSymbol...
2019-09-18 Simon Pilgrim[AST] CommentLexer - Remove (optional) Invalid paramete...
2019-09-18 Simon PilgrimFix -Wdocumentation warning. NFCI.
2019-09-18 Simon PilgrimFix -Wdocumentation "empty paragraph passed to '\brief...
2019-09-18 Stefan Granitz[lldb][CMake] Build LLDB.framework with -Wdocumentation...
2019-09-18 Simon PilgrimFix -Wdocumentation "@returns in a void function" warni...
2019-09-18 Simon PilgrimFix -Wdocumentation "Unknown param" warning. NFCI.
2019-09-18 Stefan Granitz[lldb][CMake] Infer `Clang_DIR` if not passed explicitly
2019-09-18 Russell Gallop[cmake] Changes to get Windows self-host working with PGO
2019-09-18 Tim Renouf[AMDGPU] Allow FP inline constant in v_madak_f16 and...
2019-09-18 Guillaume Chatelet[Alignment] Add a None() member function
2019-09-18 Haojian Wu[clang-tidy] Fix a potential infinite loop in readabili...
2019-09-18 Dmitry Vyukovtsan: allow the Go runtime to return multiple stack...
2019-09-18 Sander de Smalen[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize
2019-09-18 Raphael Isemann[lldb] Print better diagnostics for user expressions...
2019-09-18 Ilya BiryukovRevert "r372201: [Support] Replace function with functi...
2019-09-18 Ilya Biryukov[Support] Replace function with function_ref in writeFi...
2019-09-18 Craig Topper[X86] Break non-power of 2 vXi1 vectors into scalars...
2019-09-18 Craig Topper[X86] Add test case for passing a v17i1 vector with...
2019-09-18 Yonghong Song[BPF] Permit all user instructed offset relocatiions
2019-09-18 Craig Topper[X86] Prevent assertion when calling a function that...
2019-09-18 Jim InghamClean up this test.
2019-09-18 Francis Visoiu... [Remarks] Allow the RemarkStreamer to be used directly...
2019-09-18 Haibo HuangCache PYTHON_EXECUTABLE for windows
2019-09-18 Jim InghamTestFoundationDisassembly.py is not dependent on debug...
2019-09-18 Jonas Devlieghere[ScriptInterpreter] Limit LLDB's globals to interactive...
2019-09-18 Volodymyr Sapsai[Timers] Fix printing some `-ftime-report` sections...
2019-09-18 Jonas Devlieghere[ScriptInterpreter] Remove ScriptInterpreterPythonImpl...
2019-09-17 Teresa Johnson[PGO] Change hardcoded thresholds for cold/inlinehint...
2019-09-17 Michael Kruse[CodeGen] Handle outlining of CopyStmts.
2019-09-17 Eli Friedman[ARM] Update clang for removal of vfp2d16 and vfp2d16sp
2019-09-17 Eli Friedman[ARM] VFPv2 only supports 16 D registers.
2019-09-17 Erich KeaneRevert "Create UsersManual section entitled 'Controllin...
2019-09-17 Erik Pilkington[Sema] Split of versions of -Wimplicit-{float,int}...
2019-09-17 Reid Kleckner[PGO] Don't use comdat groups for counters & data on...
2019-09-17 Jinsong JiReland "[docs][Bugpoint]Add notes about multiple crashes"
2019-09-17 Erich KeaneCreate UsersManual section entitled 'Controlling Floati...
2019-09-17 Greg ClaytonFix buildbots.
2019-09-17 Reid KlecknerIgnore exception specifier mismatch when merging redecl...
2019-09-17 Jessica Paquette[AArch64][GlobalISel] Support -tailcallopt
2019-09-17 Jan Korous[clang-scan-deps] Add verbose mode
2019-09-17 GN Sync Botgn build: Merge r372168
2019-09-17 Roman LebedevAArch64CallLowering::lowerCall(): fix build by not...
2019-09-17 Roman Lebedev[NFC][InstCombine] dropRedundantMaskingOfLeftShiftInput...
2019-09-17 Roman Lebedev[NFC][InstCombine] More tests for "Dropping pointless...
2019-09-17 Bardia MahjourRevert "Data Dependence Graph Basics"
2019-09-17 Simon PilgrimNVPTXAsmPrinter - Don't dereference a dyn_cast result...
2019-09-17 Simon PilgrimWasmEmitter - Don't dereference a dyn_cast result....
2019-09-17 Jessica Paquette[AArch64][GlobalISel][NFC] Refactor tail call lowering...
2019-09-17 GN Sync Botgn build: Merge r372162
2019-09-17 Bardia MahjourData Dependence Graph Basics
2019-09-17 Jinsong Ji[docs][Bugpoint] Revert 5584ead50 a5aa3353
2019-09-17 Jinsong Ji[docs][Bugpoint] Fix build break.
2019-09-17 Craig Topper[X86] Use APInt::operator<<= and APInt::lshrInPlace...
2019-09-17 Craig Topper[SimplifyDemandedBits] Use APInt::intersects to instead...
2019-09-17 Jinsong Ji[docs][Bugpoint]Add notes about multiple crashes
2019-09-17 Craig Topper[X86] Simplify b2b KSHIFTL+KSHIFTR using demanded elts.
2019-09-17 Craig Topper[X86] Call SimplifyDemandedVectorElts on KSHIFTL/KSHIFT...
2019-09-17 Craig Topper[X86] Simplify some code in LowerBUILD_VECTORvXi1....
2019-09-17 Erik PilkingtonUse 'BOOL' instead of BOOL in diagnostic messages
2019-09-17 Stanislav Mekhanoshin[AMDGPU] Added MI bit IsDOT
2019-09-17 GN Sync Botgn build: Merge r372149
2019-09-17 Greg ClaytonGSYM: Add the llvm::gsym::Header header class with...
2019-09-17 Alexey Bataev[OPENMP] Rework the test, NFC.
2019-09-17 Alexey Bataev[OPENMP5.0]Introduce attribute for declare variant...
2019-09-17 Simon Pilgrim[TableGen] CodeGenMapTable - Don't dereference a dyn_ca...
2019-09-17 Simon Pilgrim[ARM][AsmParser] Don't dereference a dyn_cast result...
2019-09-17 Simon PilgrimFix MSVC lambda capture warnings. NFCI.
2019-09-17 David BolvanskyRemove asan test for strncat(x, y, 0)
2019-09-17 David BolvanskyReland "[SLC] Preserve attrs for strncpy(x, "", y)...
2019-09-17 David Bolvansky[ASAN] Adjust asan tests due to new optimizations
2019-09-17 Nemanja Ivanovic[PowerPC] Exploit single instruction load-and-splat...
2019-09-17 Alina Sbirlea[MemorySSA] Fix phi insertion when inserting a def.
2019-09-17 Alina Sbirlea[MemorySSA] Update MSSA for non-conventional AA.
2019-09-17 Petr HosekMove DK_Misexpect for compatability with getNextAvailab...
2019-09-17 Greg ClaytonGSYM: add encoding and decoding to FunctionInfo
2019-09-17 David Green[ARM] Add a SelectTAddrModeImm7 for MVE narrow loads...
2019-09-17 David Green[ARM] Fixup pipeline test. NFC
2019-09-17 David Green[ARM] Reserve an emergency spill slot for fp16 addressi...
2019-09-17 Alexey Bataev[OPENMP]Try to rework the test to pacify the buildbots...
2019-09-17 Yitzhak Mandelbaum[clang-format] Fix cleanup of `AnnotatedLine` to includ...
2019-09-17 Benjamin Kramer[clangd] Fix another TSAN issue
2019-09-17 Benjamin Kramer[RISCV] Unbreak the build
2019-09-17 Sam Parker[ARM] Fix for buildbots
2019-09-17 Krasimir GeorgievRevert "[SLC] Preserve attrs for strncpy(x, "", y)...
2019-09-17 Erich KeaneAdd SpellingNotCalculated to Attribute Enums to suppres...
2019-09-17 Nico Webergn build: (manually) merge r372076
2019-09-17 George Rimar[llvm-readobj/llvm-objdump] - Improve how tool locate...
2019-09-17 Sam Parker[ARM] Fix for buildbots
2019-09-17 Luis Marques[RISCV][NFC] Use NoRegister instead of 0 literal
2019-09-17 Sven van Haastregt[OpenCL] Tidy up some comments; NFC
2019-09-17 Simon Pilgrim[X86] X86DAGToDAGISel::tryFoldLoad - assert root/parent...
2019-09-17 Simon PilgrimInterleavedAccessInfo - Don't dereference a dyn_cast...
next