]> granicus.if.org Git - llvm/shortlog
llvm
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
2019-10-17 Hans WennborgTry to fix the assert in Alignment::alignAddr to work...
2019-10-17 Mikhail Maltsev[Analysis] Don't assume that unsigned overflow can...
2019-10-17 Hans WennborgRevert r374931 "[llvm-objdump] Use a counter for llvm...
2019-10-17 Sam Parker[ARM][MVE] Change VPST to use, not def, VPR
2019-10-17 James Molloy[DFAPacketizer] Use DFAEmitter. NFC.
2019-10-17 Sam Parker[DAGCombine][ARM] Enable extending masked loads
2019-10-17 Guillaume Chatelet[Alignment][NFC] Use Align for TargetFrameLowering...
2019-10-17 Eugene Leviant[ThinLTO] Import virtual method with single implementat...
2019-10-17 Fangrui Song[llvm-ar] Simplify and make two global variables static...
2019-10-17 Marcello MaggioniClang-formatting of some files in LiveRangeCalc header...
2019-10-17 Marcello MaggioniMove LiveRangeCalc header to publicily available positi...
2019-10-17 Daniel SandersCorrect placement of #ifndef NDEBUG in r375067
2019-10-17 Daniel SandersFix unused variable in r375066
2019-10-17 Daniel Sanders[gicombiner] Add the run-time rule disable option
2019-10-17 Quentin Colombet[GISel][CombinerHelper] Add concat_vectors(build_vector...
2019-10-17 Julian Lettner[lit] Improve lit.Run class
2019-10-16 Daniel Sanders[gicombiner] Hoist pure C++ combine into the tablegen...
2019-10-16 Julian Lettner[lit] Remove unnecessary usage of lit.Run
2019-10-16 Julian Lettner[lit] Do not create semaphores when we do not need...
2019-10-16 Julian Lettner[lit] Factor out separate methods for parallel and...
2019-10-16 Jordan Rupprecht[NFC] Fix unused var in release builds
2019-10-16 Jordan RupprechtRevert [support] GlobPattern: add support for `\` and...
2019-10-16 Jordan Rupprecht[support] GlobPattern: add support for `\` and `[!...
2019-10-16 Alina Sbirlea[Utils] Cleanup similar cases to MergeBlockIntoPredecessor.
2019-10-16 Julian Lettner[lit] Print warning if we fail to delete temp directory
2019-10-16 Julian Lettner[lit] Skip creation of tmp dir if we don't actually...
2019-10-16 Julian Lettner[lit] Remove return value from print_summary function
2019-10-16 Julian Lettner[lit] Small refactoring and cleanups in main.py
2019-10-16 Alina SbirleaUpdate ReleaseNotes: expand the section on enabling...
2019-10-16 Jonas Devlieghere[dsymutil] Print warning/error for unknown/missing...
2019-10-16 Shoaib Meenai[AArch64] Fix offset calculation
2019-10-16 Matt ArsenaultGlobalISel: Implement lower for G_SADDO/G_SSUBO
2019-10-16 Martin Storsjo[Symbolize] Use the local MSVC C++ demangler instead...
next