summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86Subtarget.h
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-2/+2
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* [x86] Kill gratuitous X86_{32,64}TargetMachine subclasses, use X86TargetMachineDavid Woodhouse2014-01-081-1/+1
* [x86] Add basic support for .code16Craig Topper2014-01-061-1/+15
* Synchronize the NaCl DataLayout strings with the ones in clang.Rafael Espindola2013-12-191-1/+2
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-101-9/+5
* SHLD/SHRD are VectorPath (microcode) instructions known to have poor latency ...Ekaterina Romanova2013-11-211-0/+4
* (this is a corrected patch)Yaron Keren2013-10-231-0/+2
* Revert "Calling _chkstk is required on ELF as well as COFF on Windows. Withou...Rafael Espindola2013-10-231-2/+0
* Calling _chkstk is required on ELF as well as COFF on Windows. Yaron Keren2013-10-231-0/+2
* Enable MI Sched for x86.Andrew Trick2013-10-151-1/+4
* Adding a feature flag to the llvm backend for x86 TBM instruction set.Yunzhong Gao2013-09-241-0/+4
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-131-1/+1
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-121-0/+4
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-291-4/+2
* X86Subtarget.h: Recognize x86_64-cygwin.NAKAMURA Takumi2013-08-281-4/+1
* Rename mattr names for AVX-512 to from avx-512 -> avx512f, avx-512-pfi -> av5...Craig Topper2013-08-211-2/+2
* I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...Elena Demikhovsky2013-07-241-1/+14
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-121-1/+7
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-4/+1
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-1/+4
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-251-0/+4
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-281-0/+4
* For the current Atom processor, the fastest way to handle a callPreston Gurd2013-03-271-0/+5
* Add HLE target featureMichael Liao2013-03-261-0/+4
* Add PREFETCHW codegen supportMichael Liao2013-03-261-0/+4
* Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling2013-02-161-1/+3
* Temporary revert of 175320.Bill Wendling2013-02-151-3/+1
* Reinitialize the ivars in the subtarget.Bill Wendling2013-02-151-1/+3
* Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling2013-02-151-1/+7
* added basic support for Intel ADX instructionsKay Tiong Khoo2013-02-141-0/+4
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+4
* In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky2013-01-251-1/+14
* Pad Short Functions for Intel AtomPreston Gurd2013-01-081-0/+5
* Revert revision 171524. Original message:Nadav Rotem2013-01-051-5/+0
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-041-0/+5
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-041-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* I changed hasAVX() to hasFp256() and hasAVX2() to hasInt256() in X86IselLower...Elena Demikhovsky2012-11-291-0/+2
* Add support of RTM from TSX extensionMichael Liao2012-11-081-0/+4
* misched: remove the unused getSpecialAddressLatency hook.Andrew Trick2012-10-081-6/+0
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-021-5/+8
* Remove hasNoAVX method. Can just invert hasAVX instead.Craig Topper2012-09-261-1/+0
* Generic Bypass Slow DivPreston Gurd2012-09-041-0/+5
* Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao2012-08-301-0/+1
* Custom lower FMA intrinsics to target specific nodes and remove the patterns.Craig Topper2012-08-241-1/+1
* Favor FMA3 over FMA4 if both are enabled.Craig Topper2012-08-231-1/+2
* Whitespace.Chad Rosier2012-08-011-2/+2
* Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.Craig Topper2012-06-031-3/+3
OpenPOWER on IntegriCloud