[WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.
[oota-llvm.git] / lib / Target /
2016-01-12 Dan Gohman[WebAssembly] Use TSFlags instead of keeping a list...
2016-01-12 Manman RenCXX_FAST_TLS calling convention: performance improvemen...
2016-01-12 Manman RenCXX_FAST_TLS calling convention: performance improvemen...
2016-01-11 Manman RenCXX_FAST_TLS calling convention: Add support for ARM...
2016-01-11 Dan Gohman[WebAssembly] Define WebAssembly-specific relocation...
2016-01-11 Dan Gohman[WebAssembly] Reorganize address offset folding.
2016-01-11 Matt ArsenaultAMDGPU: Implement {{s|u}}int_to_fp i64 -> f32
2016-01-11 Matt ArsenaultAMDGPU: Fix crash with dispatch.ptr intrinsic with...
2016-01-11 Matt ArsenaultAMDGPU: Fix ctlz combine for sub 32-bit types
2016-01-11 Matt ArsenaultAMDGPU: Pattern match ffbh pattern to instruction.
2016-01-11 Matt ArsenaultAMDGPU: Custom lower i64 ctlz
2016-01-11 Matt ArsenaultMips: Remove lowerSELECT_CC
2016-01-11 Matt ArsenaultLegalizeDAG: Expand ctlz with ctlz_zero_undef if legal
2016-01-11 Matt ArsenaultAMDGPU: Remove dead target dag combine
2016-01-11 Daniel Sanders[mips] Never select JAL for calls to an absolute immedi...
2016-01-11 Krzysztof Parzyszek[Hexagon] Add check for nullptr in getFixupNoBits
2016-01-11 Krzysztof Parzyszek[Hexagon] Add implicit uses of GP to GP-relative loads...
2016-01-11 Krzysztof Parzyszek[Hexagon] Mark D14 and GP as reserved registers
2016-01-11 Alexey Bataev[X86] Reduce complexity of the LEA optimization pass...
2016-01-11 Craig Topper[AVX-512] Remove another extra space from the Intel...
2016-01-11 Craig Topper[AVX-512] Remove more superfluous spaces from asm strings.
2016-01-11 Craig Topper[AVX-512] Remove unused Round and Itinerary from the...
2016-01-11 Craig Topper[AVX-512] Make spacing between comma and {sae} operand...
2016-01-11 Craig Topper[X86] Remove extra spaces from MPX instruction asm...
2016-01-10 Elena DemikhovskyOptimized instruction sequence for sitofp operation...
2016-01-10 Michael Zuckerman[AVX512] add PRORVQ and PRORVD Intrinsic
2016-01-09 Simon Pilgrim[X86][AVX] Match broadcast loads through a bitcast
2016-01-09 Simon Pilgrim[X86][AVX] Add support for i64 broadcast loads on 32...
2016-01-08 Tobias Edler von... [Hexagon] Replace a static member variable in HexagonCV...
2016-01-08 Weiming ZhaoRBIT Instruction only available for ARMv6t2 and above.
2016-01-08 Weiming ZhaoDisable shrink-wrap for Thumb1
2016-01-08 Tom StellardAMDGPU/SI: Emit global variable sizes when targeting HSA
2016-01-08 Tom StellardAMDGPU: Emit functions sizes
2016-01-08 Nemanja IvanovicPrevent renaming of CR fields in AADB when a CR restore...
2016-01-08 Dylan McKay[AVR] Added AVRSelectionDAGInfo header file
2016-01-08 Craig Topper[AVX-512] Remove superfluous spaces from some asm strings.
2016-01-08 Craig Topper[X86] Don't print the aliased version of CVTSD2SI64rm...
2016-01-08 Craig Topper[X86] Use \t instead of space after mnemonics in a...
2016-01-08 Kyle ButtAdd call sequence start and end for __tls_get_addr
2016-01-08 Dan Gohman[WebAssembly] Minor code cleanups. NFC.
2016-01-08 Dan Gohman[WebAssembly] Minor code cleanups. NFC.
2016-01-08 Dan Gohman[WebAssembly] Remove an unused def : Pat.
2016-01-08 Dan Gohman[WebAssembly] Remove unused arguments, unused functions...
2016-01-08 Eric ChristopherAdd some testing for thumb1 and thumb2 inline asm immed...
2016-01-07 JF BastienWebAssembly: use .skip instead of .zero directive
2016-01-07 JF BastienWebAssembly: update expected failures, more assert...
2016-01-07 JF BastienWebAssembly: update expected failures, assert got resol...
2016-01-07 Derek Schuff[WebAssembly] Support combining GEP and FrameIndex...
2016-01-07 Dan Gohman[WebAssembly] Use the default private label prefixes.
2016-01-07 Nicolai HaehnleAMDGPU/SI: Fold operands with sub-registers
2016-01-07 Nicolai HaehnleAMDGPU/SI: xnack_mask is always reserved on VI
2016-01-07 Michael Zuckerman[AVX512] add PSLLW and PSLLV Intrinsic
2016-01-07 Nico WeberRevert r257055, it caused PR26064.
2016-01-07 Michael Zuckerman[AVX512] add PSRAV Intrinsic
2016-01-07 Amjad AboudAdded support for macro emission in dwarf (supporting...
2016-01-07 Michael Zuckerman[AVX512] add PSHUFHW and PSHUFLW Intrinsic
2016-01-07 Simon Pilgrim[X86][AVX] Match broadcast loads through a bitcast
2016-01-07 Dylan McKayAdded AVRTargetObjectFile class and AVR.h
2016-01-07 Simon Pilgrim[X86][SSE} Add INSERTPS as a target shuffle
2016-01-07 Michael Zuckerman[AVX512] add PSHUFD Intrinsic
2016-01-07 Tim NorthoverARM: support TLS accesses on Darwin platforms
2016-01-07 Jonas Paulsson[SystemZ] Add hasSideEffects flag on Serialize instruction.
2016-01-07 Craig Topper[X86] Remove superfluous mayLoad flag. The pattern...
2016-01-07 Craig Topper[X86] Had hasSideEffects=0 to VBROADCASTI128.
2016-01-07 Craig Topper[X86] Add OpSize32 to MOVSX32_NOREX instructions to...
2016-01-07 Craig Topper[X86] Add hasSideEffects=0 and mayLoad=1 to MOVZX64...
2016-01-07 Craig Topper[X86] STOSQ without a rep prefix doesn't read or write...
2016-01-07 Haicheng Wu[AArch64 MachineCombine] Enhance/Add support for genera...
2016-01-07 Dan Gohman[WebAssembly] Add -m:e to the target triple.
2016-01-06 Simon Pilgrim[X86] Determine if target shuffle can contain zero...
2016-01-06 Nicolai HaehnleAMDGPU/SI: Fix crash when inline assembly is used in...
2016-01-06 Quentin Colombet[X86] Correctly model TLS calls w.r.t. frame requirements.
2016-01-06 Sanjay Patelrefactor divrem8 lowering; NFCI
2016-01-06 Dan Gohman[WebAssembly] Don't use range-based loop for a list...
2016-01-06 JF BastienWebAssembly: add missing expected failures exposed...
2016-01-06 JF BastienWebAssembly: add new expected failures exposed by r256890
2016-01-06 Krzysztof Parzyszek[Hexagon] Add system instructions for cache manipulation
2016-01-06 Artyom SkrobovPR25754: avoid generating UDIVREM8_ZEXT_HREG nodes...
2016-01-06 Simon Pilgrim[X86][SSE] There is no zmm addsubpd/addsubps instruction.
2016-01-06 Simon Pilgrim[X86][SSE] An empty target shuffle mask is always a...
2016-01-06 Craig Topper[X86] Use PS instead of TB for instructions that have...
2016-01-06 Craig Topper[X86] Fix an incorrect usage of In32BitMode that should...
2016-01-06 Philip ReamesExtract helper function to merge MemoryOperand lists...
2016-01-06 Junmo ParkDelete trailing whitespace; NFC
2016-01-06 Junmo ParkDelete trailing whitespace; NFC
2016-01-05 Nicolai HaehnleAMDGPU/SI: Do not move scratch resource register on...
2016-01-05 David Majnemer[X86] Determine if we have an OpaqueSPAdjustment earlier
2016-01-05 Michael Zuckerman[AVX512] add PSLLD and PSLLQ Intrinsic
2016-01-05 MinSeong Kim[AArch64] Add support for Samsung Exynos-M1
2016-01-05 Junmo ParkRemove extra whitespace. NFC.
2016-01-05 Simon Pilgrim[X86][SSE] Merge PerformBLENDICombine into PerformShuff...
2016-01-05 Craig Topper[X86] Make MOV32ri64 a post-RA pseudo instead of a...
2016-01-05 Craig Topper[X86] Add OpSize32 to OR32mrLocked instruction to match...
2016-01-05 Craig Topper[AVX512] Add hasSideEffects=0 to kunpck instructions...
2016-01-05 Matt ArsenaultAMDGPU: Remove redundant let mayLoad = 1
2016-01-05 Tom StellardAMDGPU/SI: Select non-uniform constant addrspace loads...
2016-01-05 David MajnemerRevert "[X86] Use push-pop for materializing small...
2016-01-05 Tom StellardAMDGPU/SI: Consolidate FLAT patterns
2016-01-05 Matthias BraunMachineInstrBundle: Fix reversed isSuperRegisterEq...
2016-01-04 Nicolai HaehnleAMDGPU: add +xnack feature
next