Add x86 CLMUL (Carry-less multiplication) cpu feature
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.h
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...
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-09-04 Evan ChengMac OS X X86-64 ABI is same as the standard.
2007-08-31 Rafael EspindolaAlign i64 and f64 at 8 byte on x86-64.
2007-08-06 Dale JohannesenReplace 4-line function with 10-line version per review...
2007-08-06 Dale JohannesenMove lengthy conditional down 1 level per review comment.
2007-08-01 Evan ChengMac OS X X86-64 low 4G address not available.
2007-04-10 Bill WendlingAdd support for our first SSSE3 instruction "pmulhrsw".
2007-01-16 Chris Lattnerdocument some subtlety
2007-01-16 Bill WendlingInstead of yet another enum indicating the "assembly...
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-03 Anton KorobeynikovReally big cleanup.
2006-12-22 Anton KorobeynikovRefactored JIT codegen for mingw32. Now we're using...
2006-12-20 Anton KorobeynikovFixed dllimported symbols support during JIT'ing. JIT...
2006-11-30 Anton KorobeynikovFactor out GVRequiresExtraLoad() from .h to .cpp
2006-11-21 Anton KorobeynikovRefactored *GVRequiresExtraLoad() to Subtarget method.
2006-10-16 Evan ChengProper fix for rdar://problem/4770604 Thanks to Stuar...
2006-10-06 Evan ChengStill need to support -mcpu=<> or cross compilation...
2006-10-06 Evan ChengDo away with CPU feature list. Just use CPUID to detect...
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-07 Chris Lattneradd a new value for the command line optn
2006-09-07 Jim LaskeyMake the x86 asm flavor part of the subtarget info.
2006-09-04 Chris LattnerAdd accessor
2006-02-18 Evan Chengx86 / Darwin PIC support.
2006-02-16 Evan ChengA bit more memset / memcpy optimization.
2006-01-31 Chris Lattner* Fix 80-column violations
2006-01-27 Evan Chengx86 CPU detection and proper subtarget support
2006-01-26 Evan ChengAdded preliminary x86 subtarget support.
2005-11-21 Chris LattnerSimplify the subtarget info, allow the asmwriter to...
next