]> granicus.if.org Git - llvm/shortlog
llvm
2019-10-19 Sylvestre LedruExplicit in the doc the current list of projects (with...
2019-10-19 Sylvestre LedruMake it clear in the doc that 'all' in LLVM_ENABLE_PROJ...
2019-10-19 Reid KlecknerAvoid including CodeView/SymbolRecord.h from MCStreamer.h
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 Reid KlecknerMove endian constant from Host.h to SwapByteOrder.h...
2019-10-19 Reid KlecknerPrune two MachineInstr.h includes, fix up deps
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 Stanislav Mekhanoshin[AMDGPU] move PHI nodes to AGPR class
2019-10-18 Wei Mi[SampleFDO] Add profile remapping support for profile...
2019-10-18 Jay Foad[AMDGPU] Remove -amdgpu-spill-sgpr-to-smem.
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 Roman Lebedev[NFC][CVP] Some tests for `mul` no-wrap deduction
2019-10-18 Thomas Lively[WebAssembly] Allow multivalue signatures in object...
2019-10-18 Quentin Colombet[GISel][CallLowering] Make isIncomingArgumentHandler...
2019-10-18 Roman Lebedev[CVP] After proving that @llvm.with.overflow()/@llvm...
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 GN Sync Botgn build: Merge r375254
2019-10-18 Hiroshi Yamauchi[PGO][PGSO] SizeOpts changes.
2019-10-18 Simon Pilgrim[X86] combineX86ShufflesRecursively - pull out isTarget...
2019-10-18 Jay Foad[IR] Reimplement FPMathOperator::classof as a whitelist.
2019-10-18 Jay FoadUpdate docs for fast-math flags.
2019-10-18 Joseph TremouletUpdate MinidumpYAML to use minidump::Exception for...
2019-10-18 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Added sdwa/dpp versions of v_cndmas...
2019-10-18 James Molloy[DFAPacketizer] Fix large compile-time regression for...
2019-10-18 Joseph TremouletAdd ExceptionStream to llvm::Object::minidump
2019-10-18 Eugene LeviantOne more attempt to fix PS4 buildbot after r375219
2019-10-18 Eugene LeviantAttempt to fix PS4 buildbot after r375219
2019-10-18 Nemanja IvanovicRevert r375152 as it is causing failures on EXPENSIVE_C...
2019-10-18 Victor Campos[SCEV] Removing deprecated comment in ScalarEvolutionEx...
2019-10-18 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Corrected parsing of v_cndmask_b32_sdwa
2019-10-18 Roman Lebedev[NFC][CVP] Count all the no-wraps we proved
2019-10-18 Victor Campos[AArch64] Adding support for PMMIR_EL1 register
2019-10-18 Graham Hunter[AArch64][SVE] Add SPLAT_VECTOR ISD Node
2019-10-18 Eugene Leviant[ThinLTOCodeGenerator] Add support for index-based WPD
2019-10-18 David Green[AArch64] Don't combine callee-save and local stack...
2019-10-18 Simon Pilgrim[X86] Regenerate memcmp tests and add X64-AVX512 common...
2019-10-18 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-10-18 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2019-10-18 David Green[Codegen] Alter the default promotion for saturating...
2019-10-18 Kerry McLaughlin[AArch64][SVE] Implement unpack intrinsics
2019-10-18 Bjorn Pettersson[InstCombine] Fix miscompile bug in canEvaluateShuffled
2019-10-18 Bjorn Pettersson[InstCombine] Pre-commit of test case showing miscompil...
2019-10-18 David Zarzycki[X86] Emit KTEST when possible
2019-10-18 Julian Lettner[lit] Move resolving of XFAIL result codes out of Test...
2019-10-18 Julian Lettner[lit] worker.py: Improve code for executing a single...
2019-10-17 Philip Reames[IndVars] Factor out some common code into a utility...
2019-10-17 Philip Reames[Test] Precommit test for D69006
2019-10-17 David BlaikieDebugInfo: Move loclist base address from DwarfFile...
2019-10-17 David BlaikieDebugInfo: Remove unused parameter (from DwarfDebug...
2019-10-17 Jordan RupprechtReland [llvm-objdump] Use a counter for llvm-objdump...
2019-10-17 Don Hinton[Error] Make llvm::cantFail include the original error...
2019-10-17 Stanislav Mekhanoshin[AMDGPU] drop getIsFP td helper
2019-10-17 Julian Lettner[lit] Move computation of deadline up into base class
2019-10-17 Jordan Rupprecht[llvm-objcopy] Add support for shell wildcards
2019-10-17 Julian LettnerReland "[lit] Synthesize artificial deadline"
2019-10-17 Sanjay Patel[x86] add test for setcc to shift transform; NFC
2019-10-17 Shoaib Meenai[cmake] Pass external project source directories to...
2019-10-17 Alexander Shaposhnikov[Object] Fix the return type of getOffset/getSize
2019-10-17 Roman Lebedev[NFC][InstCombine] Some more preparatory cleanup for...
2019-10-17 Nemanja Ivanovic[PowerPC] Turn on CR-Logical reducer pass
2019-10-17 Jordan RupprechtReapply r375051: [support] GlobPattern: add support...
2019-10-17 Sterling AugustineNFC: Fix variable only used in asserts by propagating...
2019-10-17 Reid KlecknerRevert [lit] Synthesize artificial deadline
2019-10-17 Sanjay Patel[PowerPC] add tests for popcount with zext; NFC
2019-10-17 Philip Reames[IndVars] Split loop predication out of optimizeLoopExi...
2019-10-17 Reid Kleckner[codeview] Workaround for PR43479, don't re-emit instr...
2019-10-17 Roman Lebedev[NFC][InstCombine] Tests for "fold variable mask before...
2019-10-17 Philip Reames[IndVars] Factor out a helper function for readability...
2019-10-17 Julian Lettner[lit] Move computation of deadline up into base class
2019-10-17 Julian Lettner[lit] Synthesize artificial deadline
2019-10-17 Julian Lettner[lit] Create derived classes for serial/parallel test...
2019-10-17 Joel E. DennyRevert r375114: "[lit] Make internal diff work in pipel...
2019-10-17 Joel E. DennyRevert r375116: "[lit] Extend internal diff to support...
2019-10-17 Haojian Wu[clangd] Use our own relation kind.
2019-10-17 Joel E. Denny[lit] Extend internal diff to support `-` argument
2019-10-17 Joel E. Denny[lit] Make internal diff work in pipelines
2019-10-17 Xiangling Liao[AIX] TOC pseudo expansion for 64bit large + 64bit...
2019-10-17 Daniil Fukalov[AMDGPU] Improve code size cost model
2019-10-17 Sam Parker[ARM][MVE] Enable truncating masked stores
2019-10-17 Fangrui Song[docs][llvm-ar] Fix option:: O after r375106
2019-10-17 Fangrui Song[llvm-ar] Implement the O modifier: display member...
2019-10-17 Fangrui Song[llvm-objcopy] --add-symbol: fix crash if SHT_SYMTAB...
2019-10-17 Simon PilgrimJumpThreadingPass::UnfoldSelectInstr - silence static...
2019-10-17 Roman Lebedev[LoopIdiom] BCmp: check, not assert that loop exits...
2019-10-17 George Rimar[llvm-readobj] - Refine the LLVM-style output to be...
2019-10-17 Oliver StannardReland: Dead Virtual Function Elimination
next