aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86Subtarget.h
AgeCommit message (Expand)Author
2010-04-28Enable i16 to i32 promotion by default.Evan Cheng
2010-04-21isel (i32 anyext i16) as insert_subreg when 16-bit ops are being promoted.Evan Cheng
2010-04-02Separate out the AES-NI instructions from the SSE4.2 instructions. AddEric Christopher
2010-04-01Nehalem unaligned memory access is fast.Evan Cheng
2010-03-18Turning off post-ra scheduling for x86. It isn't a consistent win.Evan Cheng
2010-03-14add support for pentium class CPUs which do not have cmov,Chris Lattner
2010-02-2880-col violations/trailing whitespace.Mikhail Glushenkov
2010-02-12Setup correct data layout to match gcc's expectations on mingw32.Anton Korobeynikov
2010-01-12Fix typo.Duncan Sands
2010-01-12Tweak commit 91745, which changed target data for both Mingw and Cygwin,Duncan Sands
2010-01-11Implement a feature (-vector-unaligned-mem) to allow targets toDavid Greene
2009-12-22Remove target attribute break-sse-dep. Instead, do not fold load into sse par...Evan Cheng
2009-12-19Bump alignment requirements for windows targets to achieve compartibility wit...Anton Korobeynikov
2009-12-18On recent Intel u-arch's, folding loads into some unary SSE instructions canEvan Cheng
2009-11-20Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman
2009-11-13Allow target to specify regclass for which antideps will only be broken along...David Goodwin
2009-11-10Fixed to address code review. No functional changes.David Goodwin
2009-11-10Allow targets to specify register classes whose member registers should not b...David Goodwin
2009-11-07indicate what the native integer types for the target are.Chris Lattner
2009-10-23X86 needs critical path anti-dependency breaking.Evan Cheng
2009-10-22Allow the target to select the level of anti-dependence breaking that should ...David Goodwin
2009-10-18Turn on post-alloc scheduling for x86.Evan Cheng
2009-10-18Oops. I forgot to change the tests first. Disable post-alloc scheduling.Evan Cheng
2009-10-18-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng
2009-10-16Change createPostRAScheduler so it can be turned off at llc -O1.Evan Cheng
2009-10-15Remove X86Subtarget::IsLinux. It's no longer being used.Evan Cheng
2009-09-16rearrange X86ATTAsmPrinter::doFinalization, making a scan of Chris Lattner
2009-09-03Make these functions static and local.Daniel Dunbar
2009-09-03X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe...Evan Cheng
2009-09-02Add support for modeling whether or not the processor has support forChris Lattner
2009-08-11change the -x86-asm-syntax=intel/att flag to be in X86TAI Chris Lattner
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar
2009-07-10remove the now-dead TM argument to these methods.Chris Lattner
2009-07-10make PIC vs DynamicNoPIC be explicit in PICStyles.Chris Lattner
2009-07-10add a couple of predicates to test for "stub style pic in PIC mode" and "stub...Chris Lattner
2009-07-10simplify fast isel by using ClassifyGlobalReference. ThisChris Lattner
2009-07-10eliminate GVRequiresRegister, replacing it with predicates we Chris Lattner
2009-07-10move some classification logic around. Now GVRequiresExtraLoadChris Lattner
2009-07-10GVRequiresExtraLoad is now never used for calls, simplify it based on this.Chris Lattner
2009-07-10actually, just eliminate PCRelGVRequiresExtraLoad. It makes the codeChris Lattner
2009-07-10There is only one case where GVRequiresExtraLoad returns true for calls:Chris Lattner
2009-07-10the "isDirectCall" operand of GVRequiresRegister is always false, eliminate it.Chris Lattner
2009-07-09When in -static mode, force the PIC style to none. Doing this requires fixingChris Lattner
2009-06-29Fix a subtarget feature bug.David Greene
2009-06-26Add feature flags for AVX and FMA and fix some SSE4A feature flagDavid Greene
2009-06-21cosmetic changes.Chris Lattner
2009-05-26Update CPU capabilities for AMD machinesStefanus Du Toit
2009-05-23Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov
2009-05-20Try again. Allow call to immediate address for ELF or when in static relocati...Evan Cheng
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman