aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86Subtarget.cpp
AgeCommit message (Expand)Author
2013-03-28Add support of RDSEED defined in AVX2 extensionMichael Liao
2013-03-28Add ADX CPUID detectionMichael Liao
2013-03-27For the current Atom processor, the fastest way to handle a callPreston Gurd
2013-03-26Add HLE target featureMichael Liao
2013-03-26Add PREFETCHW codegen supportMichael Liao
2013-02-27Revert r176166 because it broke one of the lit tests.Nadav Rotem
2013-02-27std::string to StringRef.Nadav Rotem
2013-02-16Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling
2013-02-15Temporary revert of 175320.Bill Wendling
2013-02-15Reinitialize the ivars in the subtarget.Bill Wendling
2013-02-15Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling
2013-02-14added basic support for Intel ADX instructionsKay Tiong Khoo
2013-01-30Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...Evan Cheng
2013-01-29Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng
2013-01-08Pad Short Functions for Intel AtomPreston Gurd
2013-01-05Revert revision 171524. Original message:Nadav Rotem
2013-01-04The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-10Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.Chandler Carruth
2012-12-10Address a FIXME and update the fast unaligned memory feature for newerChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-09Switch FreeBSD/i386 back to 4byte stack alignment. This partiallyRoman Divacky
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-10-08misched: remove the unused getSpecialAddressLatency hook.Andrew Trick
2012-10-03Set up MCSchedModel after detecting the CPU type in X86SubTarget.Preston Gurd
2012-09-04Generic Bypass Slow DivPreston Gurd
2012-08-13X86: when auto-detecting the subtarget features, make sure use IsIntel to detectManman Ren
2012-08-10X86: when we are auto-detecting the subtarget features, make sure we turn onManman Ren
2012-08-07Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.Andrew Trick
2012-08-01Whitespace.Chad Rosier
2012-07-19Adds the family codes for the Midview Atom processors so that thePreston Gurd
2012-07-18This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd
2012-06-03Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.Craig Topper
2012-06-01Enable automatic detection of FMA3 support to allow intrinsics to be used.Craig Topper
2012-05-31X86: Rename the CLMUL target feature to PCLMUL.Benjamin Kramer
2012-05-31Added FMA3 Intel instructions.Elena Demikhovsky
2012-05-02Change the Intel Atom detection code to recognizePreston Gurd
2012-05-01Allow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be detected on AMD processors.Craig Topper
2012-04-26Trivial change to set UseLeaForSP flag in addition to togglingPreston Gurd
2012-04-26Enable detection of AVX and AVX2 support through CPUID. Add AVX/AVX2 to corei...Craig Topper
2012-04-23This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd
2012-04-16Temporarily turn off anti-dependency checkingPreston Gurd
2012-03-27Prune some includesCraig Topper
2012-02-22Remove extra semi-colons.Chad Rosier
2012-02-07Use LEA to adjust stack ptr for Atom. Patch by Andy Zhang.Evan Cheng
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick
2012-01-30PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.Evan Cheng
2012-01-10Default stack alignment for 32bit x86 should be 4 Bytes, not 8 Bytes.Joerg Sonnenberger
2012-01-09Remove AVX hack in X86Subtarget. AVX/AVX2 are now treated as an SSE level. Pr...Craig Topper
2012-01-09Don't disable MMX support when AVX is enabled. Fix predicates for MMX instruc...Craig Topper