Support for generating ELF objects on Windows.
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.h
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...
2005-11-21 Chris LattnerMake the X86 subtarget compute the basic target type...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-04 Nate BegemanAdd Subtarget support to PowerPC. Next up, using it.
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-12 Chris LattnerMinor changes to improve comments and fix the build...
2005-07-12 Nate BegemanImplement Subtarget support