aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86Subtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-enable AVX detection on x64 platforms.Michael Kuperstein2013-05-071-1/+2
* Unbreaking the non-x86 build bots by protecting the AVX test code properly.Aaron Ballman2013-05-031-0/+4
* Correctly testing for AVX support in x86 based off code from Hosts.cpp.Aaron Ballman2013-05-031-1/+18
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-251-0/+1
* Formatting.Eric Christopher2013-04-021-2/+1
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-281-0/+5
* Add ADX CPUID detectionMichael Liao2013-03-281-0/+4
* For the current Atom processor, the fastest way to handle a callPreston Gurd2013-03-271-0/+1
* Add HLE target featureMichael Liao2013-03-261-0/+5
* Add PREFETCHW codegen supportMichael Liao2013-03-261-0/+5
* Revert r176166 because it broke one of the lit tests.Nadav Rotem2013-02-271-4/+4
* std::string to StringRef.Nadav Rotem2013-02-271-4/+4
* Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling2013-02-161-32/+38
* Temporary revert of 175320.Bill Wendling2013-02-151-39/+33
* Reinitialize the ivars in the subtarget.Bill Wendling2013-02-151-33/+39
* Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling2013-02-151-40/+60
* added basic support for Intel ADX instructionsKay Tiong Khoo2013-02-141-0/+1
* Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...Evan Cheng2013-01-301-1/+2
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+5
* Pad Short Functions for Intel AtomPreston Gurd2013-01-081-0/+1
* Revert revision 171524. Original message:Nadav Rotem2013-01-051-1/+0
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-041-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.Chandler Carruth2012-12-101-1/+1
* Address a FIXME and update the fast unaligned memory feature for newerChandler Carruth2012-12-101-6/+14
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Switch FreeBSD/i386 back to 4byte stack alignment. This partiallyRoman Divacky2012-11-091-3/+3
* Add support of RTM from TSX extensionMichael Liao2012-11-081-0/+5
* misched: remove the unused getSpecialAddressLatency hook.Andrew Trick2012-10-081-11/+0
* Set up MCSchedModel after detecting the CPU type in X86SubTarget.Preston Gurd2012-10-031-0/+4
* Generic Bypass Slow DivPreston Gurd2012-09-041-0/+1
* X86: when auto-detecting the subtarget features, make sure use IsIntel to detectManman Ren2012-08-131-2/+2
* X86: when we are auto-detecting the subtarget features, make sure we turn onManman Ren2012-08-101-2/+5
* Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.Andrew Trick2012-08-071-3/+3
* Whitespace.Chad Rosier2012-08-011-13/+13
* Adds the family codes for the Midview Atom processors so that thePreston Gurd2012-07-191-1/+1
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-181-1/+2
* Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.Craig Topper2012-06-031-3/+3
* Enable automatic detection of FMA3 support to allow intrinsics to be used.Craig Topper2012-06-011-6/+4
* X86: Rename the CLMUL target feature to PCLMUL.Benjamin Kramer2012-05-311-3/+3
* Added FMA3 Intel instructions.Elena Demikhovsky2012-05-311-4/+6
* Change the Intel Atom detection code to recognizePreston Gurd2012-05-021-1/+2
* Allow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be detected on AMD processors.Craig Topper2012-05-011-9/+9
* Trivial change to set UseLeaForSP flag in addition to togglingPreston Gurd2012-04-261-0/+2
* Enable detection of AVX and AVX2 support through CPUID. Add AVX/AVX2 to corei...Craig Topper2012-04-261-7/+5
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-231-3/+1
* Temporarily turn off anti-dependency checkingPreston Gurd2012-04-161-1/+3
* Prune some includesCraig Topper2012-03-271-1/+0
* Remove extra semi-colons.Chad Rosier2012-02-221-1/+1
* Use LEA to adjust stack ptr for Atom. Patch by Andy Zhang.Evan Cheng2012-02-071-0/+2