]> granicus.if.org Git - llvm/shortlog
llvm
2019-07-26 Sanjay Patel[InstCombine] add tests for fdiv with negated operand...
2019-07-26 Yuanfang Chen[CMake] Allow LLVM_EXTERNAL_<proj>_SOURCE_DIR to be...
2019-07-26 Alina Sbirlea[MemorySSA & LoopPassManager] Analysis can be preserved...
2019-07-26 Bob Haarmanadd 'a' to chmod in llvm-lipo executability tests
2019-07-26 Vlad TsyrklevichRevert "[X86][SSE] Replace PMULDQ GetDemandedBits combi...
2019-07-26 Sean Fertile[PowerPC][AIX]Add lowering of MCSymbol MachineOperand.
2019-07-26 Michael Liao[AMDGPU] Fix typo.
2019-07-26 Sergey Dmitriev[llvm-objcopy] Add support for --add-section for COFF
2019-07-26 Cullen Rhodes[AArch64][SVE2] Rename bitperm feature to sve2-bitperm
2019-07-26 Michal Gorny[llvm] [lit/tests] Replace 'env -u' with more portable...
2019-07-26 Michal Gorny[llvm] [FileCheck] Use FILECHECK_DUMP_INPUT_ON_FAILURE...
2019-07-26 Nico WeberRevert r367091, it caused PR42777.
2019-07-26 Sam Parker[ARM][ParallelDSP] Combine structs
2019-07-26 Sean Fertile[PowerPC] Add getCRSaveOffset to improve readability...
2019-07-26 Nico Webergn build: Merge r367043
2019-07-26 Nico Webergn build: Merge r366956
2019-07-26 Petar Avramovic[MIPS GlobalISel] Fix check for void return during...
2019-07-26 Carl Ritson[AMDGPU] Move WQM/WWM intrinsic instruction selection...
2019-07-26 Petar Avramovic[MIPS GlobalISel] Select inttoptr and ptrtoint
2019-07-26 Sanjay Patel[InstCombine] remove flop from lerp patterns
2019-07-26 Simon Pilgrim[X86][SSE] Replace PMULDQ GetDemandedBits combine with...
2019-07-26 Sam Parker[NFC][ARM][ParallelDSP] Cleanup isNarrowSequence
2019-07-26 Simon Pilgrim[SelectionDAG] GetDemandedBits - update SIGN_EXTEND_INR...
2019-07-26 Carl Ritson[AMDGPU] Add llvm.amdgcn.softwqm intrinsic
2019-07-26 Simon Pilgrim[TargetLowering] SimplifyMultipleUseDemandedBits -...
2019-07-26 Simon Pilgrim[ARM][ParallelDSP] Regenerate multi-use-loads.ll test...
2019-07-26 Momchil Velikov[AArch64] Define ETE and TRBE system registers
2019-07-26 Simon Pilgrim[SelectionDAG] GetDemandedBits - update OR/XOR ops...
2019-07-26 Simon Pilgrim[TargetLowering] SimplifyMultipleUseDemandedBits -...
2019-07-26 Sam Parker[ARM][LowOverheadLoops] Add CPSR defs
2019-07-26 Pengfei Wang[WinEH] Allocate space in funclets stack to save XMM...
2019-07-26 Serguei Katkov[Loop Utils] Extend the scope of addStringMetadataToLoop.
2019-07-26 Serguei Katkov[Loop Utils] Move utilty addStringMetadataToLoop to...
2019-07-26 Yi KongFix macOS build after r358716
2019-07-26 Kang ZhangSome case eror for: detected memory leaks
2019-07-26 Matt ArsenaultAMDGPU/GlobalISel: Handle most function return types
2019-07-26 Matt ArsenaultGlobalISel: Fold out unmerge to scalars from concat_vector
2019-07-26 Kang Zhang[PowerPC] Do the Simple Early Return in block-placement...
2019-07-26 Francis Visoiu... Reland: [Remarks] Add support for serializing metadata...
2019-07-26 Amara Emerson[AArch64][GlobalISel] Simplify zext/sext selection...
2019-07-25 Sanjay Patel[InstCombine] add tests for lerp patterns (PR42716...
2019-07-25 Francis Visoiu... [CodeGen] Don't resolve the stack protector frame acces...
2019-07-25 Yonghong Song[BPF] fix typedef issue for offset relocation
2019-07-25 Alex Lorenz[FileCollector] add support for recording empty directories
2019-07-25 Amara Emerson[AArch64][GlobalISel] Fix G_SELECT legalization fallbac...
2019-07-25 Leonard ChanReland the "[NewPM] Port Sancov" patch from rL365838...
2019-07-25 Florian Hahn[PredicateInfo] Replace pointer comparisons with determ...
2019-07-25 Roman Lebedev[NFC][DivRemPairs] Tests with rem in expanded form...
2019-07-25 Serguei Katkov[Loop Peeling] Fix idom detection algorithm.
2019-07-25 Whitney Tsang[DDG] DirectedGraph as a base class for various depende...
2019-07-25 Sanjay Patel[SimplifyCFG] avoid crashing after simplifying a switch...
2019-07-25 JF BastienMake GCC happy about attribute location
2019-07-25 JF BastienFix unused function from r367031
2019-07-25 Roman Lebedev[NFC][CodeGen][X86][AArch64] div-rem pair reconstructio...
2019-07-25 Whitney Tsang[LOOPINFO] Introduce the loop guard API.
2019-07-25 JF BastienAllow prefetching from non-zero address spaces
2019-07-25 JF BastienCrashHandler: be careful about crashing while handling
2019-07-25 Yonghong Song[BPF] fix CO-RE incorrect index access string
2019-07-25 Vlad TsyrklevichRevert "[InstCombine] try to narrow a truncated load"
2019-07-25 Florian Hahn[PredicateInfo] Use SmallVector instead of SmallPtrSet.
2019-07-25 Michael Liao[AMDGPU] Run `unreachable-mbb-elimination` after isel...
2019-07-25 Momchil Velikov[AArch64][SVE] Allow explicit size specifier for predic...
2019-07-25 Matt ArsenaultAMDGPU: Don't assert on v4f16 arguments to shader calli...
2019-07-25 Roman Lebedev[IR][PatternMatch] Introduce m_NegatedPower2() matcher
2019-07-25 Roman Lebedev[IR][PatternMatch] introduce m_Unless() matcher
2019-07-25 Sanjay Patel[Utils] remove duplicated documentation comments; NFC
2019-07-25 Simon Pilgrim[X86] concatSubVectors - remove unnecessary args. NFCI.
2019-07-25 Sanjay Patel[InstCombine] try to narrow a truncated load
2019-07-25 Pablo Barrio[ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse...
2019-07-25 Simon PilgrimRevert rL366946 : [Remarks] Add support for serializing...
2019-07-25 George RimarRecommit "rL366894: [yaml2obj] - Allow custom fields...
2019-07-25 Fangrui Song[MC] Delete unused MCInstPrinter::markup overload and...
2019-07-25 Florian Hahn[IPSCCP] Add assertion to surface cases where we zap...
2019-07-25 Kai Luo[PowerPC][NFC] Make `getDefMIPostRA` public
2019-07-25 Sjoerd Meijer[LV] Scalar Epilogue Lowering. NFC.
2019-07-25 Kai Luo[PowerPC][NFC] Added `getDefMIPostRA` method
2019-07-25 Sjoerd Meijer[Clang] New loop pragma vectorize_predicate
2019-07-25 Seiya Nuta[MC] Add MCInstrAnalysis::evaluateMemoryOperandAddress
2019-07-25 George Burgess IV[BasicAA] Temporarily disable two tests
2019-07-25 Seiya Nuta[llvm-objdump][NFC] Make the PrettyPrinter::printInst...
2019-07-25 Joel E. Denny[lit] Protect full test suite from FILECHECK_OPTS
2019-07-25 Tom Stellardgithub-upload-release.py: Fix script name in examples
2019-07-25 Tom StellardAdd github-release.py script
2019-07-25 Chen Zheng[PowerPC] exclude more icmps in LSR which is converted...
2019-07-25 Jonas Devlieghere[FileCollector] Update unit test to match coding style.
2019-07-25 Shoaib Meenai[llvm-lipo] Implement alignment function in -create
2019-07-25 Shoaib Meenai[Object] Add public MaxSectionAlignment to MachOUniversal
2019-07-25 Shoaib Meenai[llvm-lipo] Add test for -verify_archs
2019-07-25 Jonas Devlieghere[FileCollector] Change coding style from LLDB to LLVM...
2019-07-25 Francis Visoiu... [Remarks][NFC] Rename remarks::Parser to remarks::Remar...
2019-07-24 Philip Reames[docs] Split out a section on LoopInfo in the new loop...
2019-07-24 Eli Friedman[ARM] Remove dead code from ARMConstantIslands.
2019-07-24 Evandro Menezes[InstCombine] Swap order of checks to improve compile...
2019-07-24 Philip ReamesApply a few more reviewer suggestions from D65164
2019-07-24 Philip ReamesDefine some basic terminology around loops in our docum...
2019-07-24 Jessica Paquette[AArch64][GlobalISel] Select immediate modes for ADD...
2019-07-24 Alex LorenzFix unittest build issue in r366956
2019-07-24 Amara Emerson[AArch64][GlobalISel] Don't try to use GISel if subtarg...
2019-07-24 Alex Lorenz[Support] move FileCollector from LLDB to llvm/Support
2019-07-24 Roman Lebedev[Codegen] (X & (C l>>/<< Y)) ==/!= 0 --> ((X <</l...
next