summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86Subtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a feature flag for slow 32-byte unaligned memory accesses [x86].Sanjay Patel2014-11-211-0/+1
* [X86] For Silvermont CPU use 16-bit division instead of 64-bit for small posi...Alexey Volkov2014-11-211-1/+2
* Initialize new subtarget feature variable for generating reciprocal estimate ...Sanjay Patel2014-11-111-0/+1
* Remove redundant calls to isMaterializable.Rafael Espindola2014-11-011-6/+1
* Use rsqrt (X86) to speed up reciprocal square root calcsSanjay Patel2014-10-241-0/+1
* constify TargetMachine parameter for X86TargetLowering.Eric Christopher2014-10-011-1/+1
* Remove resetSubtargetFeatures as it is unused.Eric Christopher2014-09-031-18/+2
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-2/+1
* [x86] Enable Broadwell target.Robert Khasanov2014-08-211-0/+1
* Fix whitespace error from r215279, NFCDuncan P. N. Exon Smith2014-08-141-1/+1
* Initialize X86 DataLayout based on the Triple only.Eric Christopher2014-08-091-12/+14
* Move some X86 subtarget configuration onto the subtarget that's beingEric Christopher2014-08-091-1/+22
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+2
* Nuke the old JIT.Rafael Espindola2014-08-071-2/+1
* Add support for the X86 secure guard extensions instructions in assembler (SGX).Kevin Enderby2014-07-311-0/+1
* [SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.Robert Khasanov2014-07-211-0/+3
* Move Post RA Scheduling flag bit into SchedMachineModelSanjay Patel2014-07-151-15/+2
* Move to a private function to initialize the subtarget dependenciesEric Christopher2014-06-111-12/+12
* Use unique_ptr for X86Subtarget pointer members.Eric Christopher2014-06-101-13/+6
* Remove the use of TargetMachine from X86InstrInfo.Eric Christopher2014-06-101-1/+1
* Delete X86JITInfo in the subtarget destructor.Eric Christopher2014-06-101-0/+1
* Move all of the x86 subtarget initialized variables down into the x86 subtargetEric Christopher2014-06-091-2/+56
* [X86] Use ADD/SUB instead of INC/DEC for SilvermontAlexey Volkov2014-06-091-0/+1
* Fix compilation issues.Eric Christopher2014-05-211-2/+3
* Make early if conversion dependent upon the subtarget and addEric Christopher2014-05-211-0/+12
* [X86] Tune LEA usage for SilvermontAlexey Volkov2014-05-201-0/+1
* Reformat a couple of functions for clarity.Eric Christopher2014-05-071-22/+19
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-3/+4
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-4/+4
* X86: Remove TargetMachine CPU auto-detection.Jim Grosbach2014-04-121-281/+15
* X86: Disable IsLegalToCallImmediateAddr for Win32David Majnemer2014-03-281-1/+4
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-201-2/+4
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-1/+1
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-141-1/+1
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-141-1/+1
* [x86] Kill gratuitous X86_{32,64}TargetMachine subclasses, use X86TargetMachineDavid Woodhouse2014-01-081-3/+3
* [x86] Add basic support for .code16Craig Topper2014-01-061-1/+9
* X86: enable AVX2 under Haswell native compilationTim Northover2013-11-251-1/+6
* SHLD/SHRD are VectorPath (microcode) instructions known to have poor latency ...Ekaterina Romanova2013-11-211-0/+10
* Adding a feature flag to the llvm backend for x86 TBM instruction set.Yunzhong Gao2013-09-241-0/+5
* Prevent extra calls to ToggleFeature for Feature64Bit and FeatureCMOV if they...Craig Topper2013-09-181-2/+2
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-181-1/+1
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-131-2/+6
* Move operator to end of previous line to match coding standards.Craig Topper2013-09-131-2/+2
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-121-0/+5
* Rename mattr names for AVX-512 to from avx-512 -> avx512f, avx-512-pfi -> av5...Craig Topper2013-08-211-1/+1
* Fix formatting. No functional change.Craig Topper2013-08-201-1/+1
* Add AVX-512 and related features to the CPUID detection code.Craig Topper2013-08-201-3/+19
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-281-0/+3
OpenPOWER on IntegriCloud