Reinitialize the ivars in the subtarget.
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.h
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...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-23 Evan ChengRemove TargetOptions.h dependency from X86Subtarget.
2011-04-19 Daniel DunbarADT/Triple: Move a variety of clients to using isOSDarw...
2011-04-19 Daniel DunbarTarget/X86: Eliminate uses of getDarwinVers().
2011-04-19 Daniel DunbarTarget/X86: Add getTargetTriple() accessor.
2011-02-22 Roman DivackyStack alignment is 16 bytes on FreeBSD/i386 too.
2011-02-21 Duncan SandsThe stack should be 16 byte aligned on 32 bit solaris...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-17 NAKAMURA TakumiFix whitespace.
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2010-12-10 Nate BegemanFormalize the notion that AVX and SSE are non-overlappi...
2010-12-04 Benjamin KramerAdd patterns for the x86 popcnt instruction.
2010-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
2010-09-18 NAKAMURA TakumiX86Subtarget.h: Fix Cygwin's TD.
2010-09-02 Anton KorobeynikovProperly emit __chkstk call instead of __alloca on...
2010-07-23 Bruno Cardoso LopesAdd x86 CLMUL (Carry-less multiplication) cpu feature
2010-07-05 Eric ChristopherHave the X86 backend use Triple instead of a string...
2010-05-27 Dan GohmanFastISel doesn't yet handle callee-pop functions.
2010-04-28 Evan ChengEnable i16 to i32 promotion by default.
2010-04-21 Evan Chengisel (i32 anyext i16) as insert_subreg when 16-bit...
2010-04-02 Eric ChristopherSeparate out the AES-NI instructions from the SSE4...
2010-04-01 Evan ChengNehalem unaligned memory access is fast.
2010-03-18 Evan ChengTurning off post-ra scheduling for x86. It isn't a...
2010-03-14 Chris Lattneradd support for pentium class CPUs which do not have...
2010-02-28 Mikhail Glushenkov80-col violations/trailing whitespace.
2010-02-12 Anton KorobeynikovSetup correct data layout to match gcc's expectations...
2010-01-12 Duncan SandsFix typo.
2010-01-12 Duncan SandsTweak commit 91745, which changed target data for both...
2010-01-11 David GreeneImplement a feature (-vector-unaligned-mem) to allow...
2009-12-22 Evan ChengRemove target attribute break-sse-dep. Instead, do...
2009-12-19 Anton KorobeynikovBump alignment requirements for windows targets to...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-13 David GoodwinAllow target to specify regclass for which antideps...
2009-11-10 David GoodwinFixed to address code review. No functional changes.
2009-11-10 David GoodwinAllow targets to specify register classes whose member...
2009-11-07 Chris Lattnerindicate what the native integer types for the target...
2009-10-23 Evan ChengX86 needs critical path anti-dependency breaking.
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-18 Evan ChengTurn on post-alloc scheduling for x86.
2009-10-18 Evan ChengOops. I forgot to change the tests first. Disable post...
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-16 Evan ChengChange createPostRAScheduler so it can be turned off...
2009-10-15 Evan ChengRemove X86Subtarget::IsLinux. It's no longer being...
next