OSDN Git Service

[WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfo
[android-x86/external-llvm.git] / lib / Target /
2019-03-03 Heejin Ahn[WebAssembly] Delete ThrowUnwindDest map from WasmEHFun...
2019-03-03 Simon PilgrimRemove unused variable. NFCI.
2019-03-03 Simon Pilgrim[X86] getShuffleScalarElt - peek through insert/extract...
2019-03-03 Simon Pilgrim[X86] Pull out combineToConsecutiveLoads helper. NFCI.
2019-03-03 Craig Topper[X86] Prefer VPBLENDD for v2i64/v4i64 blends with AVX2.
2019-03-02 Thomas Lively[WebAssembly] Expand operations not supported by SIMD
2019-03-02 Amaury Sechet[X86] Improve use of SHLD/SHRD
2019-03-02 Thomas LivelyRevert "[WebAssembly][WIP] Expand operations not suppor...
2019-03-02 Thomas Lively[WebAssembly][WIP] Expand operations not supported...
2019-03-01 Craig Topper[TableGen][SelectionDAG][X86] Add specific isel matcher...
2019-03-01 Vlad TsyrklevichRevert "[MIPS GlobalISel] Fix mul operands"
2019-03-01 Thomas LivelyRevert "[WebAssembly] Lower SIMD shifts since they...
2019-03-01 Oliver Stannard[ARM] Fix FP16 stack loads/stores for Thumb2 with frame...
2019-03-01 Oliver Stannard[ARM] Consider undefined-on-NaN conditions in checkVSEL...
2019-03-01 Diana Picus[ARM GlobalISel] Support G_CTLZ for Thumb2
2019-03-01 Stanislav Mekhanoshin[AMDGPU] Mark ds instructions as meybeAtomic
2019-03-01 Petar Avramovic[MIPS GlobalISel] Fix mul operands
2019-03-01 Petar Avramovic[MIPS GlobalISel] Select G_UMULH
2019-03-01 Thomas Lively[WebAssembly] Lower SIMD shifts since they are fixed...
2019-03-01 Tom StellardAMDGPU/GlobalISel: Implement select for G_INSERT
2019-03-01 Thomas Lively[WebAssembly] Fix crash when @llvm.global_dtors is...
2019-02-28 Tom StellardAMDGPU/GlobalISel: Implement select for G_EXTRACT
2019-02-28 Joerg Sonnenberger[PPC] Secure PLT only has meaning for PIC
2019-02-28 Eli Friedman[AArch64] [Windows] Don't skip constructing UnwindHelp.
2019-02-28 Abderrazek Zaafrani[AArch64] Improve FP16 vector convert from short instru...
2019-02-28 Sanjay Patel[x86] scalarize extract element 0 of FP math
2019-02-28 Jiong Wangbpf: disassembler support for XADD under sub-register...
2019-02-28 Jiong Wangbpf: enable sub-register code-gen for XADD
2019-02-28 Jiong Wangbpf: improve dead Defs check for XADD
2019-02-28 Craig Topper[X86] Don't peek through bitcasts before checking ISD...
2019-02-28 Amara EmersonRevert "[AArch64][GlobalISel] Add support for 64 bit...
2019-02-28 Thomas Lively[WebAssembly] Remove uses of ThreadModel
2019-02-28 Amara Emerson[AArch64][GlobalISel] Add support for 64 bit vector...
2019-02-28 Kadir Cetinkaya[Target][ARM] Add a usage for SrcSz to unbreak build...
2019-02-28 Bjorn PetterssonAdd support for computing "zext of value" in KnownBits...
2019-02-28 Stefan Pintilie[PowerPC] Removed STATISTIC that was causing build...
2019-02-28 Stefan Pintilie[PowerPC] Move the stack pointer update instruction...
2019-02-28 Simon Pilgrim[X86][AVX] Remove superfluous insert_subvector(zero...
2019-02-28 Diana Picus[ARM GlobalISel] Make arm_i32imm an IntImmLeaf
2019-02-28 Simon Pilgrim[X86][AVX] Fold vf64 concat_vectors(movddup(x),movddup...
2019-02-28 Diana Picus[ARM GlobalISel] Support global variables for Thumb2
2019-02-28 Craig Topper[X86] Use PreprocessISelDAG to convert vector sra/srl...
2019-02-28 Craig Topper[X86] Use X86::LAST_VALID_COND instead of assuming...
2019-02-28 Matt ArsenaultAMDGPU: Fix typo
2019-02-28 Matt ArsenaultAMDGPU: Enable function calls by default
2019-02-28 Abderrazek Zaafrani[AArch64] Generate FP16 vector compare instructions.
2019-02-28 Matt ArsenaultAMDGPU: Fix crashes in invalid call cases
2019-02-28 Matt ArsenaultGlobalISel: Implement fewerElementsVector for phi
2019-02-28 Matt ArsenaultGlobalISel: Implement moreElementsVector for phi
2019-02-27 Joerg SonnenbergerDefault to Secure PLT on PPC for NetBSD and OpenBSD.
2019-02-27 Philip ReamesSeperate volatility and atomicity/ordering in SelectionDAG
2019-02-27 Simon Pilgrim[X86][AVX] Pull out some INSERT_SUBVECTOR combines...
2019-02-27 Dmitry Preobrazhensky[AMDGPU][MC] Added register size check for VOP3/SDWA...
2019-02-27 Dmitry Preobrazhensky[AMDGPU][MC][GFX8+] Added syntactic sugar for 'vgpr...
2019-02-27 Simon Pilgrim[X86][AVX] Only combine loads to broadcasts for legal...
2019-02-27 Yonghong Song[BPF] Don't fail for static variables
2019-02-27 Heejin Ahn[WebAssembly] Fix ScopeTops info in CFGStackify for...
2019-02-27 Heejin Ahn[WebAssembly] Remove unnecessary instructions after...
2019-02-27 Jonas Paulsson[SystemZ] Pass regalloc hints to help Load-and-Test...
2019-02-26 Stanislav Mekhanoshin[AMDGPU] Fixed hang during DAG combine
2019-02-26 Reid Kleckner[X86] Fix bug in vectorcall calling convention
2019-02-26 Petar Avramovic[MIPS GlobalISel] Select G_UADDO
2019-02-26 Ganesh Gopalasubra... [X86] AMD znver2 enablement
2019-02-26 Jonas Paulsson[SystemZ] Wait with selection of legal vector/FP const...
2019-02-26 Simon Atanasyan[mips] Emit `.module softfloat` directive
2019-02-26 Igor Kudrin[llvm-objdump] Implement -Mreg-names-raw/-std options.
2019-02-26 Luke Cheeseman[ARM] Add Cortex-M35P
2019-02-26 Dan Gohman[WebAssembly] Properly align fp128 arguments in outgoin...
2019-02-26 Philip Reames[ARM] Be super conservative about atomics
2019-02-26 Heejin Ahn[WebAssembly] Fix a bug deleting instruction in a range...
2019-02-26 Reid Kleckner[X86] Fix bug in x86_intrcc with arg copy elision
2019-02-25 Matt ArsenaultRegBankSelect: Handle slightly more complex value mappings
2019-02-25 Matt ArsenaultAMDGPU/GlobalISel: Fix bit ops for non-power-of-2 sizes
2019-02-25 Matt ArsenaultAMDGPU/GlobalISel: Clamp max implicit_def elements
2019-02-25 Matt ArsenaultAMDGPU: Remove IntrReadMem from memtime/memrealtime...
2019-02-25 Craig Topper[X86] Improve detection of unneeded shift amount maskin...
2019-02-25 Matt ArsenaultAMDGPU: Correct definitions for bitset instructions
2019-02-25 Nikita Popov[Mips] Fix missing masking in fast-isel of br (PR40325)
2019-02-25 Amara Emerson[AArch64][GlobalISel] Refactor selectBuildVector to...
2019-02-25 Philip Reames[Lanai] Be super conservative about atomics
2019-02-25 David Green[ARM] Add some more missing T1 opcodes for the peephole...
2019-02-25 Luke Cheeseman[AArch64] Add support for Cortex-A76 and Cortex-A76AE
2019-02-25 Simon Pilgrim[X86] Merge ISD::ADD/SUB nodes into X86ISD::ADD/SUB...
2019-02-25 Simon Tatham[ARM] Make fullfp16 instructions not conditionalisable.
2019-02-25 Kang Zhang[PowerPC] [PowerPC] Enhance the fast selection of fptoi...
2019-02-24 Simon Pilgrim[X86] Combine zext(packus(x),packus(y)) -> concat(x...
2019-02-24 Craig Topper[X86] Fix tls variable lowering issue with large code...
2019-02-24 Craig Topper[X86][SSE] Use pblendw for v4i32/v2i64 during isel.
2019-02-24 Craig Topper[X86] Correct some ADC/SBB with immediate scheduler...
2019-02-24 Craig Topper[LegalizeTypes][AArch64][X86] Make type legalization...
2019-02-24 Simon Pilgrim[X86][AVX] Rename lowerShuffleByMerging128BitLanes...
2019-02-24 Heejin Ahn[WebAssembly] Rename a variable in CFGStackify (NFC)
2019-02-24 Heejin Ahn[WebAssembly] Merge two identical switch case routines...
2019-02-24 Philip Reames[Hexagon, SystemZ] Be super conservative about atomics
2019-02-23 Craig TopperRecommit r354363 "[X86][SSE] Generalize X86ISD::BLENDI...
2019-02-23 Craig TopperRecommit r354647 and r354648 "[LegalizeTypes] When...
2019-02-23 Nikita Popov[WebAssembly] Fix select of and (PR40805)
2019-02-23 Simon Pilgrim[X86][AVX] combineInsertSubvector - remove concat_vecto...
2019-02-23 Simon PilgrimFix MSVC constant truncation warnings. NFCI.
2019-02-23 Simon Pilgrim[X86][AVX] concat_vectors(scalar_to_vector(x),scalar_to...
next