summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86Subtarget.cpp
Commit message (Expand)AuthorAge
* Merging r195632:Bill Wendling2013-11-26
* Adding a feature flag to the llvm backend for x86 TBM instruction set.Yunzhong Gao2013-09-24
* Prevent extra calls to ToggleFeature for Feature64Bit and FeatureCMOV if they...Craig Topper2013-09-18
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-18
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-13
* Move operator to end of previous line to match coding standards.Craig Topper2013-09-13
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-12
* Rename mattr names for AVX-512 to from avx-512 -> avx512f, avx-512-pfi -> av5...Craig Topper2013-08-21
* Fix formatting. No functional change.Craig Topper2013-08-20
* Add AVX-512 and related features to the CPUID detection code.Craig Topper2013-08-20
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Re-enable AVX detection on x64 platforms.Michael Kuperstein2013-05-07
* Unbreaking the non-x86 build bots by protecting the AVX test code properly.Aaron Ballman2013-05-03
* Correctly testing for AVX support in x86 based off code from Hosts.cpp.Aaron Ballman2013-05-03
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-25
* Formatting.Eric Christopher2013-04-02
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-28
* Add ADX CPUID detectionMichael Liao2013-03-28
* For the current Atom processor, the fastest way to handle a callPreston Gurd2013-03-27
* Add HLE target featureMichael Liao2013-03-26
* Add PREFETCHW codegen supportMichael Liao2013-03-26
* Revert r176166 because it broke one of the lit tests.Nadav Rotem2013-02-27
* std::string to StringRef.Nadav Rotem2013-02-27
* Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling2013-02-16
* Temporary revert of 175320.Bill Wendling2013-02-15
* Reinitialize the ivars in the subtarget.Bill Wendling2013-02-15
* Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling2013-02-15
* added basic support for Intel ADX instructionsKay Tiong Khoo2013-02-14
* Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...Evan Cheng2013-01-30
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* Pad Short Functions for Intel AtomPreston Gurd2013-01-08
* Revert revision 171524. Original message:Nadav Rotem2013-01-05
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-04
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.Chandler Carruth2012-12-10
* Address a FIXME and update the fast unaligned memory feature for newerChandler Carruth2012-12-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Switch FreeBSD/i386 back to 4byte stack alignment. This partiallyRoman Divacky2012-11-09
* Add support of RTM from TSX extensionMichael Liao2012-11-08
* misched: remove the unused getSpecialAddressLatency hook.Andrew Trick2012-10-08
* Set up MCSchedModel after detecting the CPU type in X86SubTarget.Preston Gurd2012-10-03
* Generic Bypass Slow DivPreston Gurd2012-09-04
* X86: when auto-detecting the subtarget features, make sure use IsIntel to detectManman Ren2012-08-13
* X86: when we are auto-detecting the subtarget features, make sure we turn onManman Ren2012-08-10
* Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.Andrew Trick2012-08-07
* Whitespace.Chad Rosier2012-08-01
* Adds the family codes for the Midview Atom processors so that thePreston Gurd2012-07-19
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-18
* Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.Craig Topper2012-06-03
* Enable automatic detection of FMA3 support to allow intrinsics to be used.Craig Topper2012-06-01