Revert r141854 because it was causing failures:
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.h
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...
2009-09-16 Chris Lattnerrearrange X86ATTAsmPrinter::doFinalization, making...
2009-09-03 Daniel DunbarMake these functions static and local.
2009-09-03 Evan ChengX86JITInfo::getLazyResolverFunction() should not read...
2009-09-02 Chris LattnerAdd support for modeling whether or not the processor...
2009-08-11 Chris Lattnerchange the -x86-asm-syntax=intel/att flag to be in...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-07-10 Chris Lattnerremove the now-dead TM argument to these methods.
2009-07-10 Chris Lattnermake PIC vs DynamicNoPIC be explicit in PICStyles.
2009-07-10 Chris Lattneradd a couple of predicates to test for "stub style...
2009-07-10 Chris Lattnersimplify fast isel by using ClassifyGlobalReference...
2009-07-10 Chris Lattnereliminate GVRequiresRegister, replacing it with predica...
2009-07-10 Chris Lattnermove some classification logic around. Now GVRequiresE...
2009-07-10 Chris LattnerGVRequiresExtraLoad is now never used for calls, simpli...
2009-07-10 Chris Lattneractually, just eliminate PCRelGVRequiresExtraLoad....
2009-07-10 Chris LattnerThere is only one case where GVRequiresExtraLoad return...
2009-07-10 Chris Lattnerthe "isDirectCall" operand of GVRequiresRegister is...
2009-07-09 Chris LattnerWhen in -static mode, force the PIC style to none....
2009-06-29 David GreeneFix a subtarget feature bug.
2009-06-26 David GreeneAdd feature flags for AVX and FMA and fix some SSE4A...
2009-06-21 Chris Lattnercosmetic changes.
2009-05-26 Stefanus Du ToitUpdate CPU capabilities for AMD machines
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-20 Evan ChengTry again. Allow call to immediate address for ELF...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-02 Evan ChengDo not isel load folding bt instructions for pentium...
2008-12-16 Dan GohmanAdd initial support for back-scheduling address computa...
2008-12-05 Dale JohannesenForgot a file.
2008-11-28 Duncan SandsFix build with gcc-4.4: it doesn't like PICStyle
2008-09-30 Bill WendlingJust don't transform this memset into "bzero" if no...
2008-09-30 Bill WendlingAdd the new `-no-builtin' flag. This flag is meant...
2008-05-05 Dan GohmanUse a dedicated IsLinux flag instead of an ELFLinux...
2008-05-05 Dan GohmanAdd AsmPrinter support for emitting a directive to...
2008-04-03 Evan ChengRe-enable SSE4.
2008-04-03 Evan ChengTemporarily disabling SSE4 until we fix the encoding...
2008-04-01 Dan GohmanSpeculatively micro-optimize memory-zeroing calls on...
2008-03-22 Anton KorobeynikovAdd convenient helper for win64 check. Simplify things...
2008-02-12 Evan ChengUpdate comment.
2008-02-07 Evan ChengFix a x86-64 codegen deficiency. Allow gv + offset...
2008-02-03 Nate BegemanSSE 4.1 Intrinsics and detection
2008-01-02 Chris Lattnerdarwin9 and above support aligned common symbols.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-31 Rafael EspindolaMake ARM an X86 memcpy expansion more similar to each...
next