OSDN Git Service

[LLVM-C] Add LLVM-C.dll to Windows installer package
[android-x86/external-llvm.git] / lib /
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
2019-06-24 Matt ArsenaultGlobalISel: Remove unsigned variant of SrcOp
2019-06-24 Matt ArsenaultCodeGen: Introduce a class for registers
2019-06-24 Bjorn Pettersson[AMDGPU] Remove unused variable AllSGPRSpilledToVGPRs...
2019-06-24 Matt ArsenaultHexagon: Rename Register class
2019-06-24 Sanjay Patel[InstCombine] reduce funnel-shift i16 X, X, 8 to bswap X
2019-06-24 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for s1 sext/zext...
2019-06-24 Matt ArsenaultAMDGPU: Fold frame index into MUBUF
2019-06-24 Matt ArsenaultAMDGPU: Cleanup checking when spills need emergency...
2019-06-24 Simon Pilgrim[InstCombine] SliceUpIllegalIntegerPHI - bail on out...
2019-06-24 Simon Pilgrim[DAGCombine] visitMUL - allow shift by zero in MulByCon...
2019-06-24 Bjorn Pettersson[ConstantFolding] Use hasVectorInstrinsicScalarOpd...
2019-06-24 Bjorn Pettersson[Scalarizer] Add scalarizer support for smul.fix.sat
2019-06-24 Simon Tatham[ARM] Add MVE interleaving load/store family.
2019-06-24 Pavel Labath[Support] Fix error handling in DataExtractor::get...
2019-06-23 Craig Topper[X86] Turn v16i16->v16i8 truncate+store into a any_exte...
2019-06-23 Sanjoy DasFix typo in comment; NFC
2019-06-23 Craig Topper[X86] Fix isel pattern that was looking for a bitcasted...
2019-06-23 Philip Reames[IndVars] Remove dead instructions after folding trivia...
2019-06-23 Fangrui SongSlotIndexes: delete unused functions
2019-06-23 Sanjay Patel[InstCombine] squash is-power-of-2 that uses ctpop
2019-06-23 Fangrui SongSlotIndexes: simplify IdxMBBPair operators
2019-06-23 Craig Topper[SelectionDAG] Remove the code that attempts to calcula...
2019-06-23 Craig Topper[X86][SelectionDAG] Cleanup and simplify masked_load...
2019-06-23 Keno Fischer[Support] Fix build under Emscripten
2019-06-22 Don HintonRevert [CommandLine] Remove OptionCategory and SubComma...
2019-06-22 Simon Pilgrim[X86][SSE] Fold extract_subvector(vselect(x,y,z),0...
2019-06-22 Philip ReamesExploit a zero LoopExit count to eliminate loop exits
2019-06-22 Don Hinton[CommandLine] Remove OptionCategory and SubCommand...
2019-06-22 Hubert Tong[NFC] Fix indentation in PPCAsmPrinter.cpp
2019-06-22 Hubert Tong[PowerPC][NFC] Move comment to the relevant function
2019-06-22 Nikita Popov[NewGVN] Fix copy/paste mistake in cast
2019-06-22 Nikita Popov[NewGVN] Remove dead SwitchEdges variable; NFC
2019-06-22 Peter CollingbourneAArch64: Add support for reading pc using llvm.read_reg...
2019-06-22 Fangrui Song[CMake] Delete redundant DEPENDS/LINK_LIBS from LineEdi...
2019-06-22 Fangrui SongMake GlobalISel depend on SelectionDAG after D63169
2019-06-22 Peter CollingbourneAArch64: Prefer FP-relative debug locations in HWASANif...
2019-06-21 Tom Tan[COFF, ARM64] Fix encoding of debugtrap for Windows
2019-06-21 Reid KlecknerRevert [SLP] Look-ahead operand reordering heuristic.
2019-06-21 Julian Lettner[ASan] Use dynamic shadow on 32-bit iOS and simulators
2019-06-21 Matt ArsenaultAMDGPU: Fix not using s33 for scratch wave offset in...
2019-06-21 Craig Topper[X86] Add DAG combine to turn (vzmovl (insert_subvector...
2019-06-21 Craig Topper[X86] Don't mark v64i8/v32i16 ISD::SELECT as custom...
2019-06-21 Craig Topper[X86] Add a debug print of the node in the default...
2019-06-21 Simon Pilgrim[X86][AVX] Combine INSERT_SUBVECTOR(SRC0, EXTRACT_SUBVE...
2019-06-21 Amara Emerson[AArch64][GlobalISel] Implement selection support for...
2019-06-21 Amara Emerson[GlobalISel][IRTranslator] Change switch table translat...
2019-06-21 Simon Pilgrim[SLP] Look-ahead operand reordering heuristic.
2019-06-21 Craig Topper[X86] Use vmovq for v4i64/v4f64/v8i64/v8f64 vzmovl.
2019-06-21 Simon Pilgrim[DAGCombine] narrowExtractedVectorBinOp - pull out...
2019-06-21 Amara Emerson[AArch64][GlobalISel] Make s8 and s16 G_CONSTANTs legal.
2019-06-21 Stanislav Mekhanoshin[AMDGPU] hazard recognizer for fp atomic to s_denorm_mode
2019-06-21 David Bolvansky[InstCombine] (1 << (C - x)) -> ((1 << C) >> x) if...
2019-06-21 Simon Pilgrim[X86] isBinOp - move commutative ops to isCommutativeBi...
2019-06-21 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2019-06-21 David Bolvansky[InstCombine] cttz(abs(x)) -> cttz(x)
2019-06-21 Sanjay Patel[GVNSink] prevent crashing on mismatched instructions...
2019-06-21 Simon Pilgrim[DAGCombine] narrowInsertExtractVectorBinOp - reuse...
2019-06-21 Jay Foad[Scalarizer] Propagate IR flags
2019-06-21 Sam Elliott[RISCV] Add RISCV-specific TargetTransformInfo
2019-06-21 Simon Tatham[ARM] Add MVE 64-bit GPR <-> vector move instructions.
2019-06-21 Simon Tatham[ARM] Add MVE vector instructions that take a scalar...
2019-06-21 Paul RobinsonFix a crash with assembler source and -g.
2019-06-21 Simon Pilgrim[X86] X86ISD::ANDNP is a (non-commutative) binop
2019-06-21 Simon Tatham[ARM] Add a batch of similarly encoded MVE instructions.
2019-06-21 Simon Pilgrim[X86] createMMXBuildVector - call with BuildVectorSDNod...
2019-06-21 Fangrui Song[ARM] Fix -Wimplicit-fallthrough after D62675
2019-06-21 Simon Tatham[ARM] Add MVE vector compare instructions.
2019-06-21 Simon Pilgrim[X86] combineAndnp - use isNOT instead of manually...
2019-06-21 Fangrui Song[Symbolize] Avoid lifetime extension and simplify std...
2019-06-21 Simon Pilgrim[X86] foldVectorXorShiftIntoCmp - use isConstOrConstSpl...
2019-06-21 Simon Pilgrim[X86][AVX] isNOT - handle concat_vectors(xor X, -1...
2019-06-21 Simon Tatham[ARM] Add a batch of MVE floating-point instructions.
2019-06-21 Fangrui SongSimplify std::lower_bound with llvm::{bsearch,lower_bou...
2019-06-21 Fangrui Song[MIPS GlobalISel] Fix -Wunused-variable in -DLLVM_ENABL...
2019-06-21 Amara Emerson[GlobalISel][Localizer] Allow localization of G_INTTOPT...
2019-06-20 Cameron McInally[Reassociate] Remove bogus assert reported in PR42349.
2019-06-20 Sanjay Patel[InstSimplify] simplify power-of-2 (single bit set...
next