]> granicus.if.org Git - llvm/shortlog
llvm
2019-08-14 David Bolvansky[SLC] Dereferenceable annonation - handle valid null...
2019-08-14 Jonas Devlieghere[DebugLine] Improve path handling.
2019-08-14 Simon PilgrimFix cppcheck + MSVC analyzer uninitialized member varia...
2019-08-14 David Bolvansky[BuildLibCalls] Noalias annotation
2019-08-14 Bill WendlingIgnore indirect branches from callbr.
2019-08-14 Simon Atanasyan[mips] Remove redundant case in the test. NFC
2019-08-14 Simon Atanasyan[mips] Split long lines in the test case file. NFC
2019-08-14 Thomas Lively[WebAssembly] Stop unrolling SIMD shifts since they...
2019-08-14 Simon PilgrimFix cppcheck + MSVC analyzer uninitialized member varia...
2019-08-14 Craig Topper[X86] Use PSADBW for v8i8 addition reductions.
2019-08-14 Craig Topper[LangRef] Remove opening [ that was missing a closing...
2019-08-14 Xiangling Liao[NFC][AIX] Change assertion
2019-08-14 Jinsong Ji[PowerPC][NFC] Add test for build all one vector with...
2019-08-14 Craig Topper[X86][CostModel] Adjust the costs of ZERO_EXTEND/SIGN_E...
2019-08-14 Craig Topper[X86] Add llvm_unreachable to a switch that covers...
2019-08-14 Jinsong Ji[PowerPC][NFC] Consolidate duplicate XX3Form_SetZero...
2019-08-14 Jason Liu[AIX] Add call lowering for parameters that could pass...
2019-08-14 Pavel LabathRevert "raw_ostream: add operator<< overload for std...
2019-08-14 Pavel Labathraw_ostream: add operator<< overload for std::error_code
2019-08-14 Roman Lebedev[SimplifyCFG] Add "safe abs" test from CMSIS DSP 'abs_w...
2019-08-14 Nico Webergn build: Pre-merge https://reviews.llvm.org/D66195
2019-08-14 Simon Pilgrim[X86] Add missing regular 512-bit vXi8 extract subvecto...
2019-08-14 Jeremy Morse[DebugInfo] MCP: collect and update DBG_VALUEs encounte...
2019-08-14 Fangrui Song[IR] Simplify removeDeadConstantUsers. NFC
2019-08-14 Simon PilgrimFix "not all control paths return a value" MSVC warning...
2019-08-14 Simon PilgrimFix "not all control paths return a value" MSVC warning...
2019-08-14 Simon PilgrimFix "not all control paths return a value" MSVC warning...
2019-08-14 George RimarRecommit r368812 "[llvm/Object] - Convert SectionRef...
2019-08-14 Fangrui Song[AsmPrinter] Delete redundant .type foo, @function...
2019-08-14 James Henderson[llvm-size][test] Improve llvm-size testing
2019-08-14 Roman Lebedev[InstCombine] Refactor getFlippedStrictnessPredicateAnd...
2019-08-14 George RimarRevert r368812 "[llvm/Object] - Convert SectionRef...
2019-08-14 George Rimar[llvm/Object] - Convert SectionRef::getName() to return...
2019-08-14 George Rimar[llvm-objdump] - Add a relocation-xindex-symbol.test...
2019-08-14 David Bolvansky[Intrinsics] Add a 'NoAlias' intrinsic property; annota...
2019-08-14 Roman Lebedev[InstCombine][NFC] Autogenerate checks in adjust-for...
2019-08-14 Dorit Nuzman[LV] Fold-tail flag
2019-08-14 David L. JonesRevert '[LICM] Make Loop ICM profile aware' and 'Fix...
2019-08-14 JF BastienRemove minimum toolchain soft-error
2019-08-14 John McCallCoroutines: adjust for SVN r358739
2019-08-14 John McCallDon't run a full verifier pass in coro-splitting's...
2019-08-14 John McCallRemove unreachable blocks before splitting a coroutine.
2019-08-14 John McCallSupport swifterror in coroutine lowering.
2019-08-14 John McCallUpdate for optimizer changes.
2019-08-14 John McCallIn coro.retcon lowering, don't explode if the optimizer...
2019-08-14 John McCallFix a use-after-free in the coro.alloca treatment.
2019-08-14 John McCallAdd intrinsics for doing frame-bound dynamic allocation...
2019-08-14 John McCallGuard dumps in the coro intrinsic validation logic...
2019-08-14 John McCallGeneralize llvm.coro.suspend.retcon to allow an arbitra...
2019-08-14 John McCallExtend coroutines to support a "returned continuation...
2019-08-14 Joel E. Denny[FileCheck] Document FILECHECK_OPTS in -help
2019-08-14 Joel E. Denny[FileCheck] Move -dump-input diagnostic to first line
2019-08-14 Aditya Nandakumar[GlobalISel]: Fix lowering of G_Shuffle_vector where...
2019-08-13 Amara Emerson[AArch64][GlobalISel] RBS: Treat s128s like vectors...
2019-08-13 Eli Friedman[AArch64] Remove incorrect usage of MONonTemporal.
2019-08-13 Lang Hames[ORC] Fix SpeculativeJIT example code broken by r368707.
2019-08-13 Jessica PaquetteAttempt to fix issue with unresolved lit test in TableGen
2019-08-13 Alex Langford[NFCI] Explicitly provide user-defined constructor...
2019-08-13 Jessica Paquette[GlobalISel][NFC] Factor out common target code from...
2019-08-13 Douglas YungRelax opcode checks in test to check for only a number...
2019-08-13 Aditya Nandakumar[GlobalISel]: Fix lowering of G_SHUFFLE_VECTOR with...
2019-08-13 Mark Lacey[GISel] Pass MachineRegisterInfo by const reference...
2019-08-13 Xiangling Liao [AIX]Lowering global address for 32/64bit small...
2019-08-13 Lang Hames[ORC] Fix BuildingAJIT tutorial code broken by r368707.
2019-08-13 Tim Renouf[AMDGPU] Fix to 'Fold readlane from copy of SGPR or...
2019-08-13 David Green[ARM] Add MVE beats vector cost model
2019-08-13 Wenlei He[llvm-profdata] Profile dump for compact binary format
2019-08-13 Steven Wu[AutoUpgrader] Make ArcRuntime Autoupgrader more conser...
2019-08-13 David Bolvansky[NFC] Fixed test
2019-08-13 Heejin AhnUse Register over unsigned in LateEHPrepare (NFC)
2019-08-13 Jordan Rupprecht[util] Allow callsigns when running git llvm revert
2019-08-13 David Bolvansky[SimplifyLibCalls] Add noalias from known callsites
2019-08-13 Nikita Popov[ValueTracking] Improve reverse assumption inference
2019-08-13 David Bolvansky[NFC] Revisited/updated tests
2019-08-13 Hubert TongReland r368691: "[AIX] Implement LR prolog/epilog save...
2019-08-13 David Tenty[NFC][AIX] Use assert instead of llvm_unreachable
2019-08-13 Jonas Devlieghere[Dwarf] Complete the list of type tags.
2019-08-13 Simon Pilgrim[X86] Add some vXi8 extract subvector cost model tests
2019-08-13 David Bolvansky[SLC] Improve dereferenceable bytes annotation
2019-08-13 Matt ArsenaultGlobalISel: Partially implement fewerElementsVector...
2019-08-13 Momchil Velikov[ARM] Fix detection of duplicates when parsing reg...
2019-08-13 Momchil Velikov[ARM] Fix encoding of APSR in CLRM instruction
2019-08-13 Matt ArsenaultGlobalISel: Implement lower for G_SHUFFLE_VECTOR
2019-08-13 Lang Hames[ORC] Refactor definition-generation, add a generator...
2019-08-13 Matt ArsenaultGlobalISel: Add more verifier checks for G_SHUFFLE_VECTOR
2019-08-13 Matt ArsenaultGlobalISel: Change representation of shuffle masks
2019-08-13 Roman Lebedev[CodeGen][SelectionDAG] More efficient code for X ...
2019-08-13 Roman Lebedev[TargetLowering][NFC] prepareUREMEqFold(): fixup comment
2019-08-13 Hubert TongRevert r368691; test checked in without changes by...
2019-08-13 Jordan Rupprecht[llvm-readelf] Implement note parsing for NT_FILE and...
2019-08-13 Simon PilgrimFix -Wdocumentation warning (@returns used in void...
2019-08-13 Hubert Tong[AIX] Implement LR prolog/epilog save/restore
2019-08-13 Roman Lebedev[InstCombine] Non-canonical clamp-like pattern handling
2019-08-13 Roman Lebedev[InstCombine][NFC] Rename IsFreeToInvert() -> isFreeToI...
2019-08-13 Roman Lebedev[InstCombine] foldXorOfICmps(): don't give up on non...
2019-08-13 George Rimar[llvm-readobj] - Remove 'error(Error EC)' helper.
2019-08-13 Nico Webergn build: Extract git() and git_out() functions in...
2019-08-13 Nico Webergn build: Merge r368630
2019-08-13 Nico Webergn build: Give cmake sync script an opt-in --write...
2019-08-13 Nico Webergn build: Make sync script group output by revision
next