Handle ARMv6-J as an alias, instead of fake architecture
[oota-llvm.git] / lib / Target / X86 /
2015-11-19 Simon Pilgrim[X86][SSE4A] Fix issue with EXTRQI shuffles not startin...
2015-11-19 Simon Pilgrim[X86] Use existing MachineInstrBuilder::addDisp to...
2015-11-19 Hans WennborgX86: More efficient legalization of wide integer compares
2015-11-19 Elena DemikhovskyAVX-512: Fixed COPY_TO_REGCLASS for mask registers
2015-11-19 Simon Pilgrim[X86][AVX] Fix lowering of X86ISD::VZEXT_MOVL for 128...
2015-11-19 Alexey BataevAlternative to long nops for X86 CPUs, by Andrey Turetsky
2015-11-19 Igor BregerAVX512: Implemented encoding, intrinsics and DAG loweri...
2015-11-19 Igor BregerAVX512: Implemented encoding for the vmovss.s and vmovs...
2015-11-19 Igor BregerAVX512: Implemented encoding for the follow instructions.
2015-11-19 Elena DemikhovskyPointers in Masked Load, Store, Gather, Scatter intrinsics
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-19 Quentin Colombet[X86] Enable shrink-wrapping by default.
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Asaf Badouh[X86][AVX512CD] add mask broadcast intrinsics
2015-11-18 Igor BregerAVX512: Implemented encoding for vpextrw.s instruction.
2015-11-17 Simon Pilgrim[X86][AVX512] Added AVX512 SHUFP*/VPERMILP* shuffle...
2015-11-17 Simon Pilgrim[X86][AVX512] Added support for AVX512 UNPCK shuffle...
2015-11-17 Reid Kleckner[WinEH] Move WinEHFuncInfo from MachineModuleInfo to...
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-16 Simon Pilgrim[X86][SSE] Merged BLEND shuffle decode comments. NFC.
2015-11-16 Simon Pilgrim[X86][SSE] Merged ALIGNR/SLLDQ/SRLDQ shuffle decode...
2015-11-16 Simon Pilgrim[X86][SSE] Merged SHUF/PERM shuffle decode comments...
2015-11-16 Simon Pilgrim[X86][SSE] Merged UNPCK shuffle decode comments. NFC.
2015-11-16 Reid Kleckner[WinEH] Don't let UnwindHelp alias the return address
2015-11-16 Reid KlecknerUse the subtarget reference that we already have
2015-11-16 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-15 Simon Pilgrim[X86][SSE] Tidyup with implicit SDValue bool check...
2015-11-15 Igor BregerRevert r253160.
2015-11-15 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-14 Eric ChristopherAdd MMX to the 3dnow enum and propagate changes around...
2015-11-13 Reid Kleckner[WinEH] Fix ESP management with 32-bit __CxxFrameHandler3
2015-11-13 Cong Hou[X86][SSE] Combine UNPCKL with vector_shuffle into...
2015-11-13 Reid Kleckner[WinEH] Make UnwindHelp a fixed stack object allocated...
2015-11-13 Joseph Tremoulet[WinEH] Find root frame correctly in CLR funclets
2015-11-13 Vyacheslav KlochkovX86-FMA3: Implemented commute transformations FMA*_Int...
2015-11-12 Vyacheslav KlochkovMy first/test commit. Removed a trailing whitespace.
2015-11-12 Michael Zuckerman[x86] translating "fp" (floating point) instructions...
2015-11-12 Manman Ren[TLS on Darwin] use a different mask for tls calls...
2015-11-11 Joseph Tremoulet[WinEH] Only generate UnwindHelp slot for MSVCXX
2015-11-11 Douglas KatzmanVisibly fail if attempting to encode register AH,BH...
2015-11-11 Aaron BallmanSilencing nine warnings for "enumeral and non-enumeral...
2015-11-11 Michael Kuperstein[X86] Replace LEAs with INC/DEC when profitable
2015-11-11 Craig Topper[X86] Fix feature flags on some MMX register instructio...
2015-11-11 Craig Topper[X86] Remove redundant MMX isel patterns.
2015-11-10 Reid Kleckner[WinEH] Insert the MBB for EH_RESTORE after the catchret
2015-11-10 Michael Kuperstein[X86] Do not try to custom-lower sitofp/fptosi in soft...
2015-11-10 Igor BregerAVX512 : Implemented encoding and DAG lowering for...
2015-11-10 David BlaikieRemove another variable unused in -Asserts build
2015-11-10 David BlaikieRemove some unused variables to clean up the -Werror...
2015-11-10 Andy AyersSupport for emitting inline stack probes
2015-11-09 Reid Kleckner[WinEH] Remove isBarrier from instructions that do...
2015-11-09 Sanjay Pateladd a SelectionDAG method to check if no common bits...
2015-11-09 David Majnemer[WinEH] Don't emit CATCHRET from visitCatchPad
2015-11-09 Sanjay Patel[x86] try harder to match bitwise 'or' into an LEA
2015-11-09 Reid Kleckner[WinEH] Tweak funclet prologue/epilogue insertion to...
2015-11-08 David Majnemer[WinEH] Update PHIs of CATCHRET successors
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-06 Ahmed Bougacha[X86] Fold (trunc (i32 (zextload i16))) into vbroadcast.
2015-11-06 Ahmed Bougacha[X86] SRL non-LSB extracts when folding to truncating...
2015-11-06 Ahmed Bougacha[X86] Don't fold non-LSB extracts into truncating broad...
2015-11-06 Andrew KaylorImproved the operands commute transformation for X86...
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-06 Reid Kleckner[WinEH] Split EH_RESTORE out of CATCHRET for 32-bit EH
2015-11-05 Tim NorthoverRemove windows line endings introduced by r252177....
2015-11-05 Reid Kleckner[WinEH] Fix funclet prologues with stack realignment
2015-11-05 Oleg Ranevskyy[DebugInfo] Fix ARM/AArch64 prologue_end position....
2015-11-05 Petar JovanovicAdd cfi instr for CFA calculation when movpc is expande...
2015-11-05 Asaf Badouhrevert rev. 252153 due to build failure on ubuntu
2015-11-05 Asaf Badouh[X86][AVX512] add comi with Sae
2015-11-05 Asaf Badouh[X86][AVX512] small bugfix in VPBROADCASTM
2015-11-05 Joseph Tremoulet[WinEH] Fix establisher param reg in CLR funclets
2015-11-04 Quentin Colombet[x86] Teach the shrink-wrapping hooks to do the proper...
2015-11-04 Simon PilgrimWarning fix.
2015-11-04 Simon Pilgrim[X86][SSE] Add general memory folding for (V)INSERTPS...
2015-11-04 Sanjoy Das[IR] Add bounds checking to paramHasAttr
2015-11-04 Andrew KaylorCreated new X86 FMA3 opcodes (FMA*_Int) that are used...
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-04 Michael Kuperstein[X86] DAGCombine should not introduce FILD in soft...
2015-11-03 Simon Pilgrim[X86][XOP] Add support for the matching of the VPCMOV...
2015-11-03 Michael Kuperstein[X86] Generate .cfi_adjust_cfa_offset correctly when...
2015-11-03 Igor BregerAVX512: add encoding tests for vmovq/d instructions.
2015-11-02 Igor BregerAVX512: Implemented encoding and intrinsics for VBROADC...
2015-11-02 Craig Topper[X86] Remove assertions that check for valid scale...
2015-11-02 Craig Topper[X86] Fold 'if' followed by just an llvm_unreachable...
2015-11-02 Craig Topper[X86] Use isa instead of dyn_cast in a bool context...
2015-11-02 Craig Topper[X86] Remove some llvm_unreachables after switches...
2015-11-02 Craig Topper[X86] Remove a 'break' after an llvm_unreachable.
2015-11-02 Craig Topper[X86] Use cast instead of dyn_cast and a null check...
2015-11-02 Craig Topper[X86] Use MVT instead of EVT when the type is known...
2015-11-01 Elena DemikhovskyAVX-512: Optimized SIMD truncate operations for AVX512F...
2015-10-31 Craig Topper[X86] Replace getScalarType with getVectorElementType...
2015-10-31 Craig Topper[X86] Convert to MVT instead of calling EVT functions...
2015-10-31 Craig Topper[X86] Call getScalarSizeInBits() instead of getScalarTy...
2015-10-31 Craig Topper[X86] Remove two const references to the return value...
2015-10-31 Craig Topper[X86] Replace EVT with MVT in some more places. NFC
2015-10-31 Craig Topper[X86] Fix indentation of case statements in switch...
2015-10-31 Craig Topper[X86] Reduce math for index calculation for inserting...
2015-10-30 Craig Topper[X86] Use is128BitVector/is256BitVector/is512BitVector...
next