summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86Subtarget.h
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize X86 DataLayout based on the Triple only.Eric Christopher2014-08-091-2/+3
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+3
* Nuke the old JIT.Rafael Espindola2014-08-071-3/+0
* [x32] Use ebp/esp as frame and stack pointerPavel Chupin2014-08-071-1/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-7/+18
* Add support for the X86 secure guard extensions instructions in assembler (SGX).Kevin Enderby2014-07-311-0/+4
* [SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.Robert Khasanov2014-07-211-3/+15
* Move Post RA Scheduling flag bit into SchedMachineModelSanjay Patel2014-07-151-10/+4
* Move to a private function to initialize the subtarget dependenciesEric Christopher2014-06-111-10/+13
* Use unique_ptr for X86Subtarget pointer members.Eric Christopher2014-06-101-9/+10
* Move all of the x86 subtarget initialized variables down into the x86 subtargetEric Christopher2014-06-091-1/+23
* [X86] Use ADD/SUB instead of INC/DEC for SilvermontAlexey Volkov2014-06-091-0/+4
* Make early if conversion dependent upon the subtarget and addEric Christopher2014-05-211-0/+2
* [X86] Tune LEA usage for SilvermontAlexey Volkov2014-05-201-0/+5
* X86: Remove TargetMachine CPU auto-detection.Jim Grosbach2014-04-121-4/+0
* Added isTargetWindowsMSVC(), renamed isTargetMingw() to isTargetWindowsGNU()Yaron Keren2014-04-021-2/+12
* isTargetWindows() renamed to isTargetKnownWindowsMSVC()Yaron Keren2014-04-011-2/+2
* [C++11] Mark more classes in the X86 target as 'final'.Craig Topper2014-03-311-1/+1
* X86Subtarget.h: isTargetWindows() should tell whether he is targeting msvc.NAKAMURA Takumi2014-03-301-2/+1
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-271-3/+8
* [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
OpenPOWER on IntegriCloud