]> granicus.if.org Git - llvm/shortlog
llvm
2019-10-04 Lang Hames[JITLink] Switch from an atom-based model to a "blocks...
2019-10-04 Shiva Chen[RISCV] Split SP adjustment to reduce the offset of...
2019-10-04 Jonas Devlieghere[dsymutil] Fix stack-use-after-scope
2019-10-03 Peter CollingbourneLowerTypeTests: Rename local functions to avoid collisi...
2019-10-03 Jordan Rupprecht[llvm-objdump][test] Move test to X86 dir to avoid...
2019-10-03 Alina Sbirlea[MemorySSA] Don't hoist stores if interfering uses...
2019-10-03 Jordan Rupprecht[llvm-objdump] Further rearrange llvm-objdump sections...
2019-10-03 Sanjay Patel[DAGCombiner] add operation legality checks before...
2019-10-03 Nico WeberReland r349624: Let TableGen write output only if it...
2019-10-03 David BlaikieDebugInfo: Generalize rnglist emission as a precursor...
2019-10-03 Nico Webergn build: (manually) merge 373651 better
2019-10-03 Philip Reames[Tests] Add a unordered atomic load combine test
2019-10-03 Philip Reames[Test] Fix inconsistency in alignment in test case
2019-10-03 Jinsong Ji[AArch64][SVE] Move the testcase into CodeGen dir
2019-10-03 Nick Desaulniers[AArch64InstPrinter] prefer bfi to bfc for < armv8.2-a
2019-10-03 Nico WeberReland "gn build: (manually) merge r373551"
2019-10-03 Jinsong Ji[PowerPC] Adjust the naming and operand order of fnmsub...
2019-10-03 Daniel Sanders[gicombiner] Add a CodeExpander to handle C++ fragments...
2019-10-03 Jordan Rupprecht[NFC] Fix unused variable in release builds
2019-10-03 Craig Topper[X86] Add v32i8 shuffle lowering strategy to recognize...
2019-10-03 Simon Pilgrim[X86] matchShuffleWithSHUFPD - use Zeroable element...
2019-10-03 Jonas Devlieghere[dsymutil] Don't overload LinkOptions.
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Handle RegBankSelect of G_INSERT_VEC...
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Split 64-bit vector extracts during...
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Allow VGPR to index SGPR register
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Add some more tests for G_INSERT...
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Fix mutationIsSane assert v8s8 and
2019-10-03 Michael LiaoFix build failure with GCC on identifier reusing.
2019-10-03 Tom StellardAMDGPU/SILoadStoreOptimizer: Optimize scanning for...
2019-10-03 James Molloy[ModuloSchedule] removeBranch() *before* creating the...
2019-10-03 Nico Webergn build: (manually) merge r373622
2019-10-03 Jonas Devlieghere[dsymutil] Improve consistency by removing redundant...
2019-10-03 Jonas Devlieghere[dsymutil] Tablegenify option parsing
2019-10-03 Yonghong Song[BPF] Handle offset reloc endpoint ending in the middle...
2019-10-03 Guillaume ChateletRevert "[Alignment][NFC] Allow constexpr Align"
2019-10-03 Edward Jones[RISCV] Add obsolete aliases of fscsr, frcsr (fssr...
2019-10-03 George Rimar[yaml2obj] - Add a Size tag support for SHT_LLVM_ADDRSI...
2019-10-03 Sumanth GundapaneniTest commit.
2019-10-03 Sanjay Patel[MSP430] add tests for unwanted shift codegen; NFC...
2019-10-03 George RimarRecommit r373598 "[yaml2obj/obj2yaml] - Add support...
2019-10-03 Sanjay Patel[UpdateTestChecks] add basic support for parsing msp430 asm
2019-10-03 GN Sync Botgn build: Merge r373601
2019-10-03 Bardia Mahjour[PGO] Refactor Value Profiling into a plugin based...
2019-10-03 Ehsan Amiri[AArch64][SVE] Adding patterns for floating point SVE...
2019-10-03 George RimarRevert r373598 "[yaml2obj/obj2yaml] - Add support for...
2019-10-03 George Rimar[yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG...
2019-10-03 Roman Lebedev[NFC][InstCombine] Some tests for sub-of-negatible...
2019-10-03 Djordje Todorovic[llvm-locstats] Copy the script only when needed; NFC
2019-10-03 Guillaume Chatelet[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
2019-10-03 George Rimar[llvm-readobj] - Stop using a precompiled binary in...
2019-10-03 Simon Atanasyan[mips] Push `fixup_Mips_LO16` fixup for `jialc` and...
2019-10-03 Simon Atanasyan[llvm-readobj][mips] Remove non-standard --misp-xxx...
2019-10-03 Simon Atanasyan[mips] Use llvm-readobj `-A` flag in test cases. NFC
2019-10-03 Simon Atanasyan[llvm-readobj][mips] Display MIPS specific info under...
2019-10-03 Simon Atanasyan[llvm-readobj][mips] Do not show an error if GOT is...
2019-10-03 Nico Webergn build: Revert 373554 "gn build: (manually) merge...
2019-10-03 Sander de Smalen[AArch64] Static (de)allocation of SVE stack objects.
2019-10-03 Simon PilgrimFix uninitialized variable warning. NFCI
2019-10-03 Simon PilgrimFix uninitialized variable warning. NFCI
2019-10-03 Kristina BrooksRevert 373551 (CodeExpander.cpp CMake issue)
2019-10-03 Guillaume Chatelet[Alignment][NFC] Allow constexpr Align
2019-10-03 Kristina BrooksRevert 373555: libLLVM+modules failure with CMake 3...
2019-10-03 Sylvestre LedruUpdate the FAQ: remove stuff related to the previous...
2019-10-03 Clement Courbet[llvm-exegesis][NFC] Rename ExegesisTarget::decrementLo...
2019-10-03 Craig Topper[X86] Add test case for v8i64->v8i8 truncate with avx51...
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Don't re-get subtarget
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Expand G_BITCAST legality
2019-10-03 Craig Topper[X86] Add DAG combine to turn (bitcast (vbroadcast_load...
2019-10-03 Craig Topper[X86] Add broadcast load folding patterns to NoVLX...
2019-10-03 Craig Topper[X86] Remove a couple redundant isel patterns that...
2019-10-03 GN Sync Botgn build: Merge r373556
2019-10-03 Daniel Sanders[gicombiner] Make rL373551 compatible with older cmakes
2019-10-03 Nico Webergn build: (manually) merge r373551
2019-10-03 Daniel Sanders[gicombiner] Add a CodeExpander to handle C++ fragments...
2019-10-03 GN Sync Botgn build: Merge r373538
2019-10-02 Daniel Sanders[gicombiner] Fix windows issue where single quotes...
2019-10-02 Stanislav Mekhanoshin[AMDGPU] Fix illegal agpr use by VALU
2019-10-02 Daniel Sanders[gicombiner] Fix a nullptr dereference when -combiners...
2019-10-02 Roman Lebedev[InstCombine] Bypass high bit extract before variable...
2019-10-02 Roman Lebedev[NFC][InstCombine] Add tests for 'variable sext of...
2019-10-02 David BlaikieDebugInfo: Rename DebugLocStream::Entry::Begin/EndSym...
2019-10-02 David Bolvansky[InstCombine] Transform bcopy to memmove
2019-10-02 Craig Topper[X86] Add test cases for suboptimal vselect+setcc split...
2019-10-02 Craig Topper[LegalizeTypes] Check for already split condition befor...
2019-10-02 Nico Webergn build: (manually) merge r373527
2019-10-02 David BlaikieDebugInfo: Simplify RangeSpan to be a plain struct
2019-10-02 Daniel Sanders[gicombiner] Add the boring boilerplate for the declara...
2019-10-02 Florian HahnRecommit "[GlobalOpt] Pass DTU to removeUnreachableBloc...
2019-10-02 Yi-Hong Lyu[PowerPC] Fix SH field overflow issue
2019-10-02 Daniel SandersFix inconsistent indentation in TableGen.cpp
2019-10-02 Evgeniy StepanovHandle llvm.launder.invariant.group in msan.
2019-10-02 Evandro Menezes[TableGen] Improve error reporting of overlapping defin...
2019-10-02 Florian Hahn[Local] Handle terminators with users in removeUnreacha...
2019-10-02 Alina Sbirlea[MemorySSA] Update Phi creation when inserting a Def.
2019-10-02 Benjamin Kramer[ARM] Make helpers static. NFC.
2019-10-02 Craig Topper[X86] Rewrite to the vXi1 subvector insertion code...
2019-10-02 Aditya KumarFix: Actually erase remove the elements from AssumeHandles
2019-10-02 Thomas Lively[WebAssembly] Error when using wasm64 for ISel
2019-10-02 GN Sync Botgn build: Merge r373489
2019-10-02 Piotr Sobczak[AMDGPU] Extend buffer intrinsics with swizzling
next