Nuke the old JIT.
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.h
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Pavel Chupin[x32] Use ebp/esp as frame and stack pointer
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-31 Kevin EnderbyAdd support for the X86 secure guard extensions instruc...
2014-07-21 Robert Khasanov[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX51...
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-06-11 Eric ChristopherMove to a private function to initialize the subtarget...
2014-06-10 Eric ChristopherUse unique_ptr for X86Subtarget pointer members.
2014-06-09 Eric ChristopherMove all of the x86 subtarget initialized variables...
2014-06-09 Alexey Volkov[X86] Use ADD/SUB instead of INC/DEC for Silvermont
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-20 Alexey Volkov[X86] Tune LEA usage for Silvermont
2014-04-12 Jim GrosbachX86: Remove TargetMachine CPU auto-detection.
2014-04-02 Yaron KerenAdded isTargetWindowsMSVC(), renamed isTargetMingw...
2014-04-01 Yaron KerenisTargetWindows() renamed to isTargetKnownWindowsMSVC()
2014-03-31 Craig Topper[C++11] Mark more classes in the X86 target as 'final'.
2014-03-30 NAKAMURA TakumiX86Subtarget.h: isTargetWindows() should tell whether...
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-01-08 David Woodhouse[x86] Kill gratuitous X86_{32,64}TargetMachine subclass...
2014-01-06 Craig Topper[x86] Add basic support for .code16
2013-12-19 Rafael EspindolaSynchronize the NaCl DataLayout strings with the ones...
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-11-21 Ekaterina RomanovaSHLD/SHRD are VectorPath (microcode) instructions known...
2013-10-23 Yaron Keren(this is a corrected patch)
2013-10-23 Rafael EspindolaRevert "Calling _chkstk is required on ELF as well...
2013-10-23 Yaron KerenCalling _chkstk is required on ELF as well as COFF...
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-09-24 Yunzhong GaoAdding a feature flag to the llvm backend for x86 TBM...
2013-09-13 Preston GurdAdds support for Atom Silvermont (SLM) - -march=slm
2013-09-12 Ben LangmuirPartial support for Intel SHA Extensions (sha1rnds4)
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-28 NAKAMURA TakumiX86Subtarget.h: Recognize x86_64-cygwin.
2013-08-21 Craig TopperRename mattr names for AVX-512 to from avx-512 -> avx51...
2013-07-24 Elena DemikhovskyI'm starting to commit KNL backend. I'll push patches...
2013-07-12 Charles DavisTarget/X86: Add explicit Win64 and System V/x86-64...
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2013-04-25 Preston GurdThis patch adds the X86FixupLEAs pass, which will reduc...
2013-03-28 Michael LiaoAdd support of RDSEED defined in AVX2 extension
2013-03-27 Preston GurdFor the current Atom processor, the fastest way to...
2013-03-26 Michael LiaoAdd HLE target feature
2013-03-26 Michael LiaoAdd PREFETCHW codegen support
2013-02-16 Bill WendlingReinitialize the ivars in the subtarget so that they...
2013-02-15 Bill WendlingTemporary revert of 175320.
2013-02-15 Bill WendlingReinitialize the ivars in the subtarget.
2013-02-15 Bill WendlingUse the 'target-features' and 'target-cpu' attributes...
2013-02-14 Kay Tiong Khooadded basic support for Intel ADX instructions
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-25 Eli BenderskyIn this patch, we teach X86_64TargetMachine that it...
2013-01-08 Preston GurdPad Short Functions for Intel Atom
2013-01-05 Nadav RotemRevert revision 171524. Original message:
2013-01-04 Preston GurdThe current Intel Atom microarchitecture has a feature...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-29 Elena DemikhovskyI changed hasAVX() to hasFp256() and hasAVX2() to hasIn...
2012-11-08 Michael LiaoAdd support of RTM from TSX extension
2012-10-08 Andrew Trickmisched: remove the unused getSpecialAddressLatency...
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-09-26 Craig TopperRemove hasNoAVX method. Can just invert hasAVX instead.
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-08-30 Michael LiaoIntroduce 'UseSSEx' to force SSE legacy encoding
2012-08-24 Craig TopperCustom lower FMA intrinsics to target specific nodes...
2012-08-23 Craig TopperFavor FMA3 over FMA4 if both are enabled.
2012-08-01 Chad RosierWhitespace.
2012-06-03 Craig TopperRename FMA3 feature flag to just FMA to match gcc so...
2012-05-31 Benjamin KramerX86: Rename the CLMUL target feature to PCLMUL.
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-19 Jia Liusome comment fix for X86 and ARM
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-07 Evan ChengUse LEA to adjust stack ptr for Atom. Patch by Andy...
2012-02-05 Chandler CarruthBegin fleshing out more convenience predicates in llvm...
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2012-01-10 Craig TopperRemove hasXMM/hasXMMInt functions. Move callers to...
2012-01-10 Craig TopperRemove hasSSE*orAVX functions and change all callers...
2012-01-10 Craig TopperInstruction selection priority fixes to remove the...
2012-01-09 Craig TopperRemove AVX hack in X86Subtarget. AVX/AVX2 are now treat...
2011-12-09 Evan ChengRemove hasSSE1orAVX(). It's the same as hasXMM().
2011-12-08 Evan ChengMany of the SSE patterns should not be selected when...
2011-12-02 Jan SjödinAdd XOP feature flag.
2011-11-22 Craig TopperAdd methods for querying minimum SSE version along...
2011-10-30 Craig TopperAdd intrinsics and feature flag for read/write FS/GS...
2011-10-18 David MeyerRemove NaClMode
2011-10-16 Craig TopperAdd X86 BZHI instruction as well as BMI2 feature detection.
2011-10-14 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-13 Bill WendlingRevert r141854 because it was causing failures:
2011-10-13 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-11 Craig TopperAdd X86 LZCNT instruction. Including instruction select...
2011-10-09 Craig TopperAdd Ivy Bridge 16-bit floating point conversion instruc...
2011-10-03 Craig TopperAdd support for MOVBE and RDRAND instructions for the...
2011-09-05 Nick LewyckyAdd a new MC bit for NaCl (Native Client) mode. NaCl...
2011-08-26 Eli FriedmanAdd support for generating CMPXCHG16B on x86-64 for...
2011-07-20 NAKAMURA TakumiX86Subtarget.h: Assume "x86_64-cygwin", though it has...
2011-07-08 Evan ChengRestore old behavior. Always auto-detect features unles...
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
next