OSDN Git Service

[ARM GlobalISel] 64-bit memops should be aligned
[android-x86/external-llvm.git] / lib /
2019-03-25 Diana Picus[ARM GlobalISel] 64-bit memops should be aligned
2019-03-25 Craig Topper[X86] Update some of the getMachineNode calls from...
2019-03-25 Craig Topper[X86] When selecting (x << C1) op C2 as (x op (C2>...
2019-03-25 Craig Topper[X86] Remove GetLo8XForm and use GetLo32XForm instead...
2019-03-25 Craig Topper[X86] Remove a couple unused SDNodeXForms. NFC
2019-03-25 Craig TopperRevert r356688 "[X86] Don't avoid folding multiple...
2019-03-24 Simon Pilgrim[X86][SSE41] Start shuffle combining from ZERO_EXTEND_V...
2019-03-24 Heejin Ahn[WebAssembly] Rename a variable in CFGSort (NFC)
2019-03-24 Craig Topper[LegalizeDAG] Expand i16 bswap directly to a rotate...
2019-03-24 Simon Pilgrim[X86][AVX] Start shuffle combining from ZERO_EXTEND_VEC...
2019-03-24 Teresa Johnson[CGP] Make several static functions member functions...
2019-03-24 Sanjay Patel[x86] improve the default expansion of uaddsat/usubsat
2019-03-24 Simon Pilgrim[SLPVectorizer] shouldReorderOperands - just check...
2019-03-24 Nikita Popov[ConstantRange] Add getFull() + getEmpty() named constr...
2019-03-23 Simon PilgrimFix unused variable warning on non-asserts builds....
2019-03-23 Simon PilgrimRemove unused function argument. NFCI.
2019-03-23 Fangrui Song[DWARF] Delete a stray break and a stray comment. NFC
2019-03-23 Sanjay Patel[x86] reduce code duplication; NFC
2019-03-23 Simon Pilgrim[SLPVectorizer] reorderInputsAccordingToOpcode - use...
2019-03-23 Nikita Popov[LowerSwitch] Use ConstantRange::fromKnownBits(); NFC
2019-03-23 Simon Pilgrim[SLPVectorizer] Don't repeat VL.size() call. NFCI.
2019-03-23 Alexey Lapshin [DebugInfo] follow up for "add SectionedAddress to...
2019-03-22 Fedor Sergeev[Legacy][TimePasses] allow -time-passes reporting into...
2019-03-22 Juergen RibutzkaFollowup for r356820 to fix the bots.
2019-03-22 Juergen Ributzka[TextAPI] TBD Reader/Writer
2019-03-22 Simon Pilgrim[SLP] Remove redundancy of performing operand reorderin...
2019-03-22 Simon Pilgrim[TargetLowering] SimplifyDemandedBits trunc(srl(x,...
2019-03-22 Eli Friedman[ARM] Don't form "ands" when it isn't scheduled correctly.
2019-03-22 Craig Topper[X86] Use xmm registers to implement 64-bit popcnt...
2019-03-22 Craig Topper[X86] Use movq for i64 atomic load on 32-bit targets...
2019-03-22 Daniel SandersFix non-determinism in Reassociate caused by address...
2019-03-22 Evandro Menezes[AArch64, ARM] Add support for Exynos M5
2019-03-22 Eli Friedman[ARM] [NFC] Use tGPR in patterns where appropriate.
2019-03-22 James Y KnightIR: Support parsing numeric block ids, and emit them...
2019-03-22 Nikita Popov[ValueTracking] Avoid redundant known bits calculation...
2019-03-22 Simon Pilgrim[X86] lowerShuffleAsBitMask - ensure float bit masks...
2019-03-22 Alina Sbirlea[AliasAnalysis] Second prototype to cache BasicAA ...
2019-03-22 Bixia Zheng[ConstantFolding] Fix GetConstantFoldFPValue to avoid...
2019-03-22 Tim RenoufInstCombineSimplifyDemanded: Allow v3 results for AMDGC...
2019-03-22 Tim Renouf[AMDGPU] Use three- and five-dword result type in image ops
2019-03-22 Tim Renouf[AMDGPU] Implemented dwordx3 variants of buffer/tbuffer...
2019-03-22 Pavel Labath[ObjectYAML] Add basic minidump generation support
2019-03-22 Alex Bradbury[RISCV] Add basic RV32E definitions and MC layer support
2019-03-22 Alex Bradbury[RISCV] Optimize emission of SELECT sequences
2019-03-22 Alex Bradbury[RISCV] Allow conversion of CC logic to bitwise logic
2019-03-22 George Rimar[llvm-objcopy] - Fix a st_name of the first symbol...
2019-03-22 Tim Renouf[AMDGPU] Added v5i32 and v5f32 register classes
2019-03-22 Fangrui Song[DWARF] Refactor RelocVisitor and fix computation of...
2019-03-22 Yonghong Song[BPF] handle derived type properly for computing type id
2019-03-21 Amara Emerson[AArch64] Split the neon.addp intrinsic into integer...
2019-03-21 Craig Topper[X86] Use LoadInst->getType() instead of LoadInst-...
2019-03-21 Steven Wu[Object] Fix reading objects created with -fembed-bitco...
2019-03-21 Matt ArsenaultMips: Fix typo in assert message
2019-03-21 Matt ArsenaultMips: Don't create copy of nothing
2019-03-21 Matt ArsenaultGlobalISel: Fix RegBankSelect for REG_SEQUENCE
2019-03-21 Akira HatanakaDon't add a tail keyword to calls to ObjC runtime funct...
2019-03-21 Evandro Menezes[AArch64] Update for Exynos
2019-03-21 Simon Pilgrim[X86] canonicalizeBitSelect - don't attempt to canonica...
2019-03-21 Reid Kleckner[llvm-pdbutil] Add -type-ref-stats to help find unused...
2019-03-21 Craig Topper[InstCombine] Don't transform ((C1 OP zext(X)) & C2...
2019-03-21 Craig Topper[X86] Don't avoid folding multiple use sign extended...
2019-03-21 Craig Topper[ScalarizeMaskedMemIntrin] Add support for scalarizing...
2019-03-21 Nikita Popov[ValueTracking] Use ConstantRange based overflow check...
2019-03-21 Florian Hahn[DAGCombiner] Use getTokenFactor in a few more cases.
2019-03-21 Simon Pilgrim[DAGCombine] SimplifySelectCC - call FoldSetCC with...
2019-03-21 Sanjay Patel[CodeGenPrepare] limit formation of overflow intrinsics...
2019-03-21 Simon Pilgrim[Thumb] Fix infinite loop in ABS expansion (PR41160)
2019-03-21 Tim Renouf[AMDGPU] Support for v3i32/v3f32
2019-03-21 Simon PilgrimFix -Wmisleading-indentation gcc7 warning. NFCI.
2019-03-21 Oliver Stannard[AArch64] Allow -mattr=tpidr-el[1|2|3]
2019-03-21 Simon Pilgrim[SelectionDAG] Add scalarization of ABS node (PR41149)
2019-03-21 Pavel Labath[Object] Add basic minidump support
2019-03-21 Fangrui Song[BasicAA] Use DenseMap::try_emplace after D59151. NFC
2019-03-21 Mikael HolmenSilence warning about unused variable in builds without...
2019-03-21 Craig Topper[ScalarizeMaskedMemIntrinsics] Reverse some if conditio...
2019-03-21 Alina Sbirlea[BasicAA] Reduce no of map seaches [NFCI].
2019-03-21 Philip Reames[instcombine] Add some todos, and arrange code for...
2019-03-21 George Burgess IV[MSSA] Delete move ctor; remove dynamic never-moved...
2019-03-20 Craig Topper[X86] Add CMPXCHG8B feature flag. Set it for all CPUs...
2019-03-20 Michael TrentFix Mach-O bind and rebase validation errors in libObject
2019-03-20 Thomas Lively[WebAssembly][NFC] Fix formatting error from rL356610
2019-03-20 Tim Renouf[AMDGPU] Do not generate spurious PAL metadata
2019-03-20 Stanislav MekhanoshinAllow machine dce to remove uses in the same instruction
2019-03-20 Craig Topper[X86] Call lowerShuffleAsBitMask for 512-bit vectors...
2019-03-20 Michael Liao[AMDGPU] Fix dependency on `BinaryFormat`
2019-03-20 Matt ArsenaultAMDGPU: Don't look for constant in insert/extract_vecto...
2019-03-20 Thomas Lively[WebAssembly] Target features section
2019-03-20 Michael Liao[AMDGPU] Fix clamp bit DAG operand
2019-03-20 Pete Couperus[ARC] Add ARCOptAddrMode pass to generate postincrement...
2019-03-20 Konstantin ZhuravlyovAMDHSA: Fix COMPUTE_PGM_RSRC2.USER_SGPR calculation...
2019-03-20 Eli Friedman[ARM] Eliminate redundant "mov rN, sp" instructions...
2019-03-20 Rafael Auler[Linker] Fix crash handling appending linkage
2019-03-20 Alina Sbirlea[NFC] Fix brace indentation.
2019-03-20 Robert LougherResubmit r356511 "[TailCallElim] Add tailcall eliminati...
2019-03-20 Tim Renouf[AMDGPU] Added MsgPack format PAL metadata
2019-03-20 Philip ReamesSimplify operands of masked stores and scatters based...
2019-03-20 Alina Sbirlea[LICM & MemorySSA] Don't sink/hoist stores in the prese...
2019-03-20 Nikita Popov[ValueTracking] Compute range for abs without nsw
2019-03-20 Nikita Popov[InstCombine] Fold add nuw + uadd.with.overflow
2019-03-20 Jordan Rupprecht[Remarks] Fix mismatched delete due to missing virtual...
next