aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86Subtarget.cpp
AgeCommit message (Expand)Author
2010-07-23Add x86 CLMUL (Carry-less multiplication) cpu featureBruno Cardoso Lopes
2010-07-05Have the X86 backend use Triple instead of a string and some enums.Eric Christopher
2010-06-14fix a nasty bug where we were not treating available_externallyChris Lattner
2010-05-27FastISel doesn't yet handle callee-pop functions.Dan Gohman
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-14no really, all 64-bit cpu's have cmov support. This shouldChris Lattner
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-11Implement a feature (-vector-unaligned-mem) to allow targets toDavid Greene
2010-01-05Change errs() to dbgs().David Greene
2009-12-22Remove target attribute break-sse-dep. Instead, do not fold load into sse par...Evan Cheng
2009-12-18On recent Intel u-arch's, folding loads into some unary SSE instructions canEvan Cheng
2009-12-07Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman
2009-11-20Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman
2009-11-14Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.Daniel Dunbar
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-10-15Remove X86Subtarget::IsLinux. It's no longer being used.Evan Cheng
2009-09-03Reference to hidden symbols do not have to go through non-lazy pointer in non...Evan Cheng
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-28Short-term workaround for frame-related weirdness on win64.Anton Korobeynikov
2009-08-11change the -x86-asm-syntax=intel/att flag to be in X86TAI Chris Lattner
2009-08-05Remove some dead code.Daniel Dunbar
2009-08-03- s/DOUT/DEBUG(errs()/gBill Wendling
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar
2009-07-19Fix some minor MSVC compiler warnings.Daniel Dunbar
2009-07-16GV with ghost linkage (module being lazily streamed in in JIT lazy compilatio...Evan Cheng
2009-07-10fix indentationChris Lattner
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-10some minor simplifications.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-09simplify some code based on the fact that picstyles != none are only valid Chris Lattner
2009-07-09Reduce indentation in GVRequiresExtraLoad. Return true for windowsChris Lattner
2009-06-26Add feature flags for AVX and FMA and fix some SSE4A feature flagDavid Greene
2009-06-08The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov
2009-05-26Update CPU capabilities for AMD machinesStefanus Du Toit
2009-05-20Try again. Allow call to immediate address for ELF or when in static relocati...Evan Cheng