platform/upstream/llvm.git
2019-10-21 Johannes Doerfert[Attributor][FIX] Silence sign-compare warning
2019-10-21 Johannes Doerfert[Attributor] Teach AANoCapture to use information in...
2019-10-20 Craig Topper[X86] Check Subtarget.hasSSE3() before calling shouldUs...
2019-10-20 Philip Reames[IndVars] Add a todo to reflect a further oppurtunity...
2019-10-20 Philip Reames[IndVars] Eliminate loop exits with equivalent exit...
2019-10-20 Roman Lebedev[InstCombine] conditional sign-extend of high-bit-extra...
2019-10-20 Roman Lebedev[NFC][InstCombine] conditional sign-extend of high...
2019-10-20 GN Sync Botgn build: Merge r375375
2019-10-20 Vladimir VereschakaReverted r375254 as it has broken some build bots for...
2019-10-20 Nikita Popov[InstCombine] Fold uadd.sat(a, b) == 0 and usub.sat...
2019-10-20 Zinovy NisFix buildbot error in SIRegisterInfo.cpp.
2019-10-20 Nikita Popov[InstCombine] Add tests for uadd/sub.sat(a, b) == 0...
2019-10-20 Roman Lebedev[InstCombine] Shift amount reassociation in shifty...
2019-10-20 Roman Lebedev[ConstantRange] makeGuaranteedNoWrapRegion(): `shl...
2019-10-20 Nikita Popov[ConstantRange] Optimize nowrap region test, remove...
2019-10-20 Matt ArsenaultAMDGPU: Increase vcc liveness scan threshold
2019-10-20 Matt ArsenaultAMDGPU: Split flat offsets that don't fit in DAG
2019-10-20 Matt ArsenaultAMDGPU: Fix missing OPERAND_IMMEDIATE
2019-10-20 Matt ArsenaultAMDGPU: Add baseline tests for flat offset splitting
2019-10-20 Matt ArsenaultAMDGPU: Don't re-get the subtarget
2019-10-20 Yaxun Liu[AMDGPU] Fix assertion due to initializer list
2019-10-20 George Rimar[yaml2obj][obj2yaml] - Do not create a symbol table...
2019-10-20 George Rimar[LLD][ELF] - Update tests after yaml2obj tool update.
2019-10-20 Zinovy NisFix minor warning in DWARFVerifier.
2019-10-20 Matt ArsenaultAMDGPU: Don't error on calls to null or undef
2019-10-19 Lawrence D... eliminate nontrivial Reset(...) from TypedPythonObject
2019-10-19 Philip Reames[SCEV] Simplify umin/max of zext and sext of the same...
2019-10-19 Simon Pilgrim[X86] Pulled out helper to decode target shuffle elemen...
2019-10-19 Sanjay Patel[TargetLowering][DAGCombine][MSP430] add/use hook for...
2019-10-19 Nemanja Ivanovic[ARM] Add dependency on GlobalISel for unit tests to...
2019-10-19 Sanjay Patel[MSP430] Shift Amount Threshold in DAGCombine (Baseline...
2019-10-19 Simon Pilgrim[X86][SSE] lowerV16I8Shuffle - tryToWidenViaDuplication...
2019-10-19 Simon Pilgrim[X86][SSE] LowerUINT_TO_FP_i64 - only use HADDPD for...
2019-10-19 Dimitry AndricRefine check for `_LIBCPP_C_HAS_NO_GETS` on FreeBSD
2019-10-19 Sylvestre LedruExplicit in the doc the current list of projects (with...
2019-10-19 Michael J.... Revert "[Implicit Modules] Add -cc1 option -fmodules...
2019-10-19 Sylvestre LedruMake it clear in the doc that 'all' in LLVM_ENABLE_PROJ...
2019-10-19 Lawrence D... convert LLDBSwigPythonCallTypeScript to ArgInfo::max_po...
2019-10-19 Lawrence D... [LLDB] bugfix: command script add -f doesn't work for...
2019-10-19 Artem Dergachev[analyzer] PR43551: Do not dereferce void* in UndefOrNu...
2019-10-19 Artem Dergachev[analyzer] Fix a crash on tracking Objective-C 'self...
2019-10-19 Michael J.... [Docs] Fix header level.
2019-10-19 Richard TrieuAdd -Wbitwise-conditional-parentheses to warn on mixing...
2019-10-19 Reid KlecknerAvoid including CodeView/SymbolRecord.h from MCStreamer.h
2019-10-19 Michael J.... [Implicit Modules] Add -cc1 option -fmodules-strict...
2019-10-19 Matt ArsenaultAMDGPU: Remove optnone from a test
2019-10-19 Reid KlecknerPrune a LegacyDivergenceAnalysis and MachineLoopInfo...
2019-10-19 Reid KlecknerPrune Analysis includes from SelectionDAG.h
2019-10-19 Richard TrieuNew tautological warning for bitwise-or with non-zero...
2019-10-19 Vedant Kumar[profile] Use -fPIC -shared in a test instead of -dynam...
2019-10-19 Reid KlecknerMove endian constant from Host.h to SwapByteOrder.h...
2019-10-19 Vedant Kumar[profile] Disable instrprof-get-filename-merge-mode...
2019-10-19 Peter CollingbourneSema: Create a no-op implicit cast for lvalue function...
2019-10-19 Adrian PrantlSkip (more) PExpect tests under ASAN, I can't get them...
2019-10-19 Reid KlecknerPrune two MachineInstr.h includes, fix up deps
2019-10-19 Michael Liao[clang][driver] Print compilation phases with indentation.
2019-10-19 Michael Liao[hip][cuda] Fix the extended lambda name mangling issue.
2019-10-19 Artem Dergachev[analyzer] Specify the C++ standard in more tests.
2019-10-19 Richard SmithP1152R4: Fix deprecation warnings in libc++ testsuite...
2019-10-19 Richard Smith[c++20] Add rewriting from comparison operators to...
2019-10-19 Richard Smith[c++20] Add CXXRewrittenBinaryOperator to represent...
2019-10-18 David BlaikieDebugInfo: Render the canonical name of a class templat...
2019-10-18 Vedant Kumar[profile] Do not cache __llvm_profile_get_filename...
2019-10-18 Matt ArsenaultLiveIntervals: Fix handleMoveUp with subreg def moving...
2019-10-18 Peter Collingbournegn build: Build compiler-rt code with -fvisibility...
2019-10-18 Peter Collingbournehwasan: Add missing SANITIZER_INTERFACE_ATTRIBUTE on...
2019-10-18 Stanislav Mekhanoshin[AMDGPU] move PHI nodes to AGPR class
2019-10-18 Evgeniy Stepanov[hwasan] Remove system allocator fallback.
2019-10-18 Wei Mi[SampleFDO] Add profile remapping support for profile...
2019-10-18 Jonas Devlieghere[Reproducer] XFAIL TestWorkingDir on Windows
2019-10-18 Jay Foad[AMDGPU] Remove -amdgpu-spill-sgpr-to-smem.
2019-10-18 Jonas Devlieghere[Reproducer] Improve reproducer help (NFC)
2019-10-18 Roman Lebedev[CVP] setDeducedOverflowingFlags(): actually inc per...
2019-10-18 GN Sync Botgn build: Merge r375288
2019-10-18 Vedant KumarDisable exit-on-SIGPIPE in lldb
2019-10-18 Reid Kleckner[X86] Fix register parsing in .seh_* in Intel syntax
2019-10-18 Artem Dergachev[analyzer] exploded-graph-rewriter: Unforget to censor...
2019-10-18 Roman Lebedev[NFC][CVP] Some tests for `mul` no-wrap deduction
2019-10-18 Peter CollingbourneUpdate global_symbols.txt.
2019-10-18 Thomas Lively[WebAssembly] Allow multivalue signatures in object...
2019-10-18 Artem Dergachev[analyzer] exploded-graph-rewriter: Rename Environment...
2019-10-18 Artem Dergachev[analyzer] Fix FieldRegion dumps.
2019-10-18 Artem Dergachev[analyzer] Drop the logic for collapsing the state...
2019-10-18 Artem Dergachev[analyzer] exploded-graph-rewriter: Fix dump for state 0.
2019-10-18 Artem Dergachev[analyzer] Fix hidden node traversal in exploded graph...
2019-10-18 Quentin Colombet[GISel][CallLowering] Make isIncomingArgumentHandler...
2019-10-18 Peter Collingbournescudo: Update TLS_SLOT_SANITIZER value.
2019-10-18 Ryan Prichard[libunwind][Android] Fix findUnwindSections for ARM...
2019-10-18 Roman Lebedev[CVP] After proving that @llvm.with.overflow()/@llvm...
2019-10-18 Raphael Isemann[lldb][NFC] Remove wrong tests in TestCallOverriddenMethod
2019-10-18 Lang Hames[examples] Fix some comments in the LLJITWithJITLink...
2019-10-18 Matt ArsenaultAMDGPU: Relax 32-bit SGPR register class
2019-10-18 Lang Hames[examples] Add an example of how to use JITLink and...
2019-10-18 Austin KerbowAMDGPU: Fix SMEM WAR hazard for gfx10 readlane
2019-10-18 Julian Lettner[lit] Reduce value of synthesized timeouts
2019-10-18 Julian Lettner[lit] Remove unnecessary tracking of test_index
2019-10-18 Julian Lettner[lit] Only send back test result from worker process
2019-10-18 Roman Lebedev[Codegen] Link MIRParser into CodeGenTests to fix Machi...
2019-10-18 Roman Lebedev[NFC][CVP] Add @llvm.*.sat tests where we could prove...
2019-10-18 Jonas Devlieghere[Reproducer] Use ::rtrim() to remove trailing control...
next