OSDN Git Service

[WebAssembly] Implement tail calls and unify tablegen call classes
[android-x86/external-llvm.git] / lib /
2019-06-26 Thomas Lively[WebAssembly] Implement tail calls and unify tablegen...
2019-06-26 Scott LinderFix leaks in LLVMCreateDisasmCPUFeatures
2019-06-26 Sanjay Patel[InstCombine] simplify code for inserts -> splat; NFC
2019-06-26 Michael LiaoFix build in shared lib mode.
2019-06-26 Evandro Menezes[CodeGen] Improve formatting of jump tables (NFC)
2019-06-26 Simon Pilgrim[X86][SSE] X86TargetLowering::isCommutativeBinOp -...
2019-06-26 Simon Pilgrim[X86][SSE] X86TargetLowering::isCommutativeBinOp -...
2019-06-26 Simon Pilgrim[X86][SSE] X86TargetLowering::isBinOp - add PCMPGT
2019-06-26 Simon Pilgrim[X86] shouldScalarizeBinop - never scalarize target...
2019-06-26 Greg ClaytonAdd GSYM utility files along with unit tests.
2019-06-26 Matt ArsenaultAMDGPU: Fix unused variable
2019-06-26 Matt ArsenaultAMDGPU: Check MRI for callee saved regs instead of TRI
2019-06-26 Fedor Sergeev[InlineCost] cleanup calculations of Cost and Threshold
2019-06-26 Roman Lebedev[X86][Codegen] X86DAGToDAGISel::matchBitExtract():...
2019-06-26 Roman Lebedev[X86] X86DAGToDAGISel::matchBitExtract(): pattern c...
2019-06-26 Roman Lebedev[X86] X86DAGToDAGISel::matchBitExtract(): pattern b...
2019-06-26 Roman Lebedev[X86] X86DAGToDAGISel::matchBitExtract(): pattern a...
2019-06-26 Clement CourbetRevert "r364412 [ExpandMemCmp][MergeICmps] Move passes...
2019-06-26 Chen Zheng[HardwareLoops] NFC - move loop with irreducible contro...
2019-06-26 Hans WennborgFix the build after r364401
2019-06-26 Clement Courbet[ExpandMemCmp][MergeICmps] Move passes out of CodeGen...
2019-06-26 Simon Pilgrim[X86][AVX] combineExtractSubvector - 'little to big...
2019-06-26 Simon Pilgrim[DAGCombine] visitEXTRACT_SUBVECTOR - add TODO for...
2019-06-26 Mikhail Maltsev[ARM] Handle fixup_arm_pcrel_9 correctly on big-endian...
2019-06-26 Lewis Revill[RISCV] Add pseudo instruction for calls with explicit...
2019-06-26 Simon Pilgrim[X86][AVX] truncateVectorWithPACK - avoid bitcasted...
2019-06-26 Florian Hahn[LoopUnroll] Add support for loops with exiting headers...
2019-06-26 Chen Zheng[HardwareLoops] NFC - move loop with irreducible contro...
2019-06-26 Clement Courbet[ExpandMemCmp] Honor prefer-vector-width.
2019-06-26 Kai Luo[PowerPC] Fixed missing change flag of emitRLDICWhenLow...
2019-06-26 QingShan ZhangTeach the DAGCombine to fold this pattern(c1 and c2...
2019-06-26 Fangrui Song[ARM] Fix -Wimplicit-fallthrough after D60709/r364331
2019-06-26 Nemanja Ivanovic[PowerPC] Mark FCOPYSIGN legal for FP vectors
2019-06-26 Kai Luo[PowerPC][NFC] Move peephole optimization of RLDICR...
2019-06-26 Saleem AbdulrasoolMC: correct the emission of weak aliases in COFF
2019-06-26 Keno Fischer[WebAssembly] Fix list of relocations with addends...
2019-06-25 Heejin Ahn[WebAssembly] Remove catch_all from AsmParser
2019-06-25 Reid KlecknerDump what value failed byval attribute verification
2019-06-25 Jinsong Ji[MachinePipeliner] Fix risky iterator usage R++, --R
2019-06-25 Matt ArsenaultDon't look for the TargetFrameLowering in the implement...
2019-06-25 Huihui Zhang[InstCombine] Simplify icmp ult/uge (shl %x, C2), C1...
2019-06-25 Philip Reames[LFTR] Adjust debug output to include extensions (if...
2019-06-25 Diego NovilloUpdate phis in AMDGPUUnifyDivergentExitNodes
2019-06-25 Sanjay Patel[InstCombine] reduce checks for power-of-2-or-zero...
2019-06-25 Stanislav Mekhanoshin[AMDGPU] Removed dead SIMachineFunctionInfo::getWorkIte...
2019-06-25 Craig Topper[X86] Remove isel patterns that look for (vzext_movl...
2019-06-25 Philip Reames[Peephole] Allow folding loads into instructions w...
2019-06-25 Craig Topper[X86] Add a DAG combine to turn vzmovl+load into vzload...
2019-06-25 Simon Tatham[ARM] Support inline assembler constraints for MVE.
2019-06-25 Ayke van Laethem[AVR] Adjust to Register class change
2019-06-25 Simon Tatham[ARM] Code-generation infrastructure for MVE.
2019-06-25 Simon Pilgrim[DAGCombine] combineRepeatedFPDivisors - recognize...
2019-06-25 Fangrui Song[PPC32] Support PLT calls for -msecure-plt -fpic
2019-06-25 Sam Parker[ARM] Fix for DLS/LE CodeGen
2019-06-25 Sanjay Patel[SDAG] expand ctpop != 1
2019-06-25 Michael Liao[AMDGPU] Null checking on TS to avoid crashing in clang...
2019-06-25 Simon Pilgrim[X86] lowerShuffleAsSpecificZeroOrAnyExtend - add ANY_E...
2019-06-25 Fangrui Song[ARM] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS...
2019-06-25 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - add ANY_EXTEND_...
2019-06-25 Whitney TsangExpand cloneLoopWithPreheader() to support cloning...
2019-06-25 Matt ArsenaultAMDGPU: Select G_SEXT/G_ZEXT/G_ANYEXT
2019-06-25 Simon Pilgrim[TargetLowering] SimplifyDemandedBits ZERO_EXTEND_VECTO...
2019-06-25 Sanjay Patel[SDAG] improve expansion of ctpop+setcc
2019-06-25 Simon Tatham[ARM] Fix buildbot failure due to -Werror.
2019-06-25 Simon Pilgrim[TargetLowering] SimplifyDemandedBits SIGN_EXTEND_VECTO...
2019-06-25 Sjoerd Meijer[ARM] MVE VPT Blocks
2019-06-25 Nicolai HaehnleAMDGPU: Write LDS objects out as global symbols in...
2019-06-25 Nicolai HaehnleAMDGPU/MC: Add .amdgpu_lds directive
2019-06-25 Simon Pilgrim[VectorLegalizer] ExpandANY_EXTEND_VECTOR_INREG/ExpandZ...
2019-06-25 Simon Tatham[ARM] Explicit lowering of half <-> double conversions.
2019-06-25 Simon Tatham[ARM] Add remaining miscellaneous MVE instructions.
2019-06-25 Simon Tatham[ARM] Add MVE vector load/store instructions.
2019-06-25 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - legal checks...
2019-06-25 Nemanja Ivanovic[PowerPC] Emit XXSEL for vec_sel and code that has...
2019-06-25 Sam Parker[ARM] DLS/LE low-overhead loop code generation
2019-06-25 Roman Lebedev[Codegen] TargetLowering::SimplifySetCC(): omit urem...
2019-06-25 Clement Courbet[ExpandMemCmp] Move all options to TargetTransformInfo.
2019-06-25 Craig TopperRevert r363802, r363850, and r363856 "[TargetLowering...
2019-06-25 Matt ArsenaultAMDGPU/GlobalISel: Fix regbankselect for amdgcn.class
2019-06-25 Huihui Zhang[InstCombine] Fold icmp eq/ne (and %x, C), 0 iff ...
2019-06-24 David BlaikieDataExtractor: use decodeSLEB128 to implement getSLEB128
2019-06-24 Sanjay Patel[InstCombine] squash is-not-power-of-2 using ctpop
2019-06-24 Vasileios Porpodas[SLP] NFC: Fixed typo in comment
2019-06-24 Matt ArsenaultInstCombine: Preserve nuw when reassociating nuw ops...
2019-06-24 Matt ArsenaultInstCombine: Preserve nuw when reassociating nuw ops...
2019-06-24 Matt ArsenaultInstCombine: Preserve nuw when reassociating nuw ops...
2019-06-24 David BlaikieNFC: DataExtractor: use decodeULEB128 to implement...
2019-06-24 Nikita Popov[CVP] Reenable nowrap flag inference
2019-06-24 Peter Collingbournellvm-symbolizer: Add a FRAME command.
2019-06-24 Roland Froese[CodeGen] Add missing vector type legalization for...
2019-06-24 Cameron McInally[SLP] Support unary FNeg vectorization
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: Select G_TRUNC
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for amdgcn.class
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: Split VALU s64 G_ZEXT/G_SEXT in...
2019-06-24 Tim Renouf[AMDGPU] Allow any value in unused src0 field in v_nop
2019-06-24 Craig Topper[X86] Don't a vzext_movl in LowerBuildVectorv16i8/Lower...
2019-06-24 Craig Topper[X86] Cleanups and safety checks around the isFNEG
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: Fix selecting G_IMPLICIT_DEF for s1
2019-06-24 Matt ArsenaultHexagon: Rename another copy of Register class
2019-06-24 Matt ArsenaultARC: Fix -Wimplicit-fallthrough
next