Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
[oota-llvm.git] / lib / Target / X86 /
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-08 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-07-08 Reid Kleckner[Win64] Only treat some functions as having the Win64...
2015-07-08 Reid Kleckner[SEH] Ensure that empty __except blocks have their...
2015-07-08 Simon Pilgrim[X86][SSE] Added (V)ROUNDSD + (V)ROUNDSS stack folding...
2015-07-07 Reid Kleckner[WinEH] Make llvm.x86.seh.restoreframe work for stack...
2015-07-07 Reid Kleckner[WinEH] Add localaddress intrinsic instead of using...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-07 Reid KlecknerUse default member initializers to deduplicate code...
2015-07-07 Reid Kleckner[WinEH] Add a report_fatal_error for 32-bit stack reali...
2015-07-07 Sanjay Pateluse range-based for loops; NFCI
2015-07-07 Denis ProtivenskyFix gcc warnings of different enum and non-enum types...
2015-07-06 Simon Pilgrim[X86][AVX] Add support for shuffle decoding of vperm2f1...
2015-07-06 Sanjay Patel[x86] extend machine combiner reassociation optimizatio...
2015-07-06 Simon Pilgrim[X86][SSE] Vectorized i64 uniform constant SRA shifts
2015-07-06 Simon Pilgrim[X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ...
2015-07-06 Simon Pilgrim[X86][SSE] Use the general SMAX/SMIN/UMAX/UMIN opcodes...
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-06 Asaf Badouh[X86][AVX512] Multiply Packed Unsigned Integers with...
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-07-05 Asaf Badouh[x86][AVX512] add Multiply High Op
2015-07-05 Michael Kuperstein[X86] Fix incorrect/inefficient pushw encodings for...
2015-07-04 Simon Pilgrim[X86][SSE] Improved i8/i16 to f64 uint2fp vector conver...
2015-07-04 Craig Topper[X86] Add proper 64-bit mode checks to jrcxz and jcxz.
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-03 Rafael EspindolaReplace a few more MachO only uses of getSymbolAddress.
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-02 Eric ChristopherImplement TargetTransformInfo::hasCompatibleFunctionAtt...
2015-07-01 Sanjay Patelfix typos in comment; NFC
2015-07-01 Reid Kleckner[SEH] Don't assert if the parent function lacks a perso...
2015-07-01 Igor BregerAVX-512: Implemented missing encoding for FMA scalar...
2015-07-01 Michael Kuperstein[X86] Avoid over-relaxation of 8-bit immediates in...
2015-06-30 Reid Kleckner[SEH] Add new intrinsics for recovering and restoring...
2015-06-30 Michael Kuperstein[X86] Fix a bug in WIN_FTOL_32/64 handling.
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-30 Michael Kuperstein[X86] Add FXSR intrinsics
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaCleanup getRelocationAddend.
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-29 Matthias BraunX86: Rework inline asm integer register specification.
2015-06-29 Elena DemikhovskyAVX-512: all forms of SCATTER instruction on SKX,
2015-06-29 Igor BregerAVX-512: Implemented missing encoding and intrinsics...
2015-06-29 NAKAMURA TakumiWhitespace.
2015-06-28 Asaf Badouh[x86][AVX512]
2015-06-28 Elena DemikhovskyAVX-512: Added all SKX forms of GATHER instructions.
2015-06-26 David MajnemerRevert "Revert r240762 "[X86] Cleanup X86WindowsTargetO...
2015-06-26 Douglas Katzman[X86]: Correctly sign-extend 16-bit immediate in CALL...
2015-06-26 Hans WennborgRevert r240762 "[X86] Cleanup X86WindowsTargetObjectFil...
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-26 David Majnemer[X86] Cleanup X86WindowsTargetObjectFile::getSectionFor...
2015-06-26 Matthias BraunRevert "X86: Reject register operands with obvious...
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-25 Ahmed Bougacha[X86] Accept hasAVX512() as well as hasFMA() when gener...
2015-06-25 Swaroop SridharEnable StackMap Serialization for COFF
2015-06-24 Douglas Katzman[X86] Simplify some stuff in X86DisassemblerDecoder...
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-24 Ahmed Bougacha[X86] Don't generate vbroadcasti128 for v4i64 splats...
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-23 Elena DemikhovskyAVX-512: Added all forms of VPABS instruction
2015-06-23 Sanjay Patel[x86] generalize reassociation optimization in machine...
2015-06-22 Simon Pilgrim[X86][FMA4] FMA4 ops can perform unaligned folded loads.
2015-06-22 Ahmed Bougacha[X86] Teach load folding to accept scalar _Int users...
2015-06-22 Sanjay Patel[x86] set default reciprocal (division and square root...
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-22 Elena DemikhovskyAVX-512: added VPSHUFB instruction - all SKX forms
2015-06-22 Elena DemikhovskyAVX-512: All forms of VCOPMRESS VEXPAND instructions,
2015-06-22 Elena DemikhovskyReverted AVX-512 vector shuffle
2015-06-22 Michael Kuperstein[X86] Allow more call sequences to use push instruction...
2015-06-22 Elena DemikhovskyAVX-512: Added intrinsics for VPERMT2W/D/Q/PS/PD and
2015-06-21 Simon Pilgrim[X86] Code tidyup - Use SDValue bool operator. NFC.
2015-06-20 Simon Pilgrim[X86][SSE] Fix PerformSExtCombine bug that accessed...
2015-06-19 Sanjay Patelname change: hasPattern() -> getMachineCombinerPatterns...
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-18 Sanjay Pateluse SDValue bool operator; NFCI
2015-06-18 Reid Kleckner[X86] Rename RegInfo to TRI as suggested by Eric
2015-06-18 Reid Kleckner[X86] Refactor stack adjustments into X86FrameLowering...
2015-06-18 Reid Kleckner[X86] Remove unneeded parameters and deduplicate stack...
2015-06-18 Asaf Badouhquick fix for failure from r.240012
2015-06-18 Asaf Badouh[AVX512]
2015-06-18 Elena DemikhovskyAVX-512: (fixed) Added encoding of all forms of VPERMT2...
2015-06-18 Elena Demikhovskyreverted 239999 due to test failures
2015-06-18 Elena DemikhovskyAVX-512: Added encoding of all forms of VPERMT2W/D...
2015-06-17 Simon Pilgrim[X86][SSE] Improved support for vector i16 to float...
2015-06-17 Reid KlecknerRe-land "[X86] Cache variables that only depend on...
2015-06-17 Reid KlecknerRevert "[X86] Cache variables that only depend on the...
2015-06-17 Reid Kleckner[X86] Cache variables that only depend on the subtarget
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Rafael EspindolaMove IsUsedInReloc from MCSymbolELF to MCSymbol.
2015-06-17 Igor BregerAVX-512: cvtusi2ss/d intrinsics.
next