aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86Subtarget.cpp
AgeCommit message (Expand)Author
2009-09-13Merge 80370 from mainline.Tanya Lattner
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
2009-04-25add support for detecting process features on win64, patch byChris Lattner
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-02-28Added another darwin subtargetMon P Wang
2009-02-03Tevert part of the x86 subtarget logic changes: when -march=x86-64Dan Gohman
2009-02-03Change Feature64Bit to not imply FeatureSSE2. All x86-64 hardware hasDan Gohman
2009-02-02Only force SSE level if it is not correct.Torok Edwin
2009-02-02remove #if 0 code on Bill's request.Torok Edwin
2009-02-01Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack forTorok Edwin
2009-01-25should have removed the + when manually applying a patch!Torok Edwin
2009-01-25revert this patch for now, because Codegen does still want to generate SSE code,Torok Edwin
2009-01-25If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ...Torok Edwin
2009-01-15Add the private linkage.Rafael Espindola
2009-01-05Atom and Core i7 do not have same model number after all.Evan Cheng
2009-01-03Add Intel processors core i7 and atom.Evan Cheng
2009-01-03Fix PR3210: Detect more Intel processors. Patch by Torok Edwin.Evan Cheng
2009-01-02Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng
2009-01-02Fix x86 CPU id detection to identify Penryn (and future processors).Evan Cheng
2008-12-16Add initial support for back-scheduling address computations,Dan Gohman
2008-12-08Re-apply 60689 now my head is screwed on right.Evan Cheng
2008-12-08Revert 60689. It caused many regressions on Darwin targets.Dan Gohman
2008-12-08Perform cheap checks first.Evan Cheng
2008-12-05Make LoopStrengthReduce smarter about hoisting things out ofDale Johannesen
2008-12-05Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng
2008-12-04Temporarily revert r60519. It was causing a bootstrap failure:Bill Wendling
2008-12-04Visibility hidden GVs do not require extra load of symbol address from the GO...Evan Cheng