summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86Subtarget.h
Commit message (Expand)AuthorAge
* Move to a private function to initialize the subtarget dependenciesEric Christopher2014-06-11
* Use unique_ptr for X86Subtarget pointer members.Eric Christopher2014-06-10
* Move all of the x86 subtarget initialized variables down into the x86 subtargetEric Christopher2014-06-09
* [X86] Use ADD/SUB instead of INC/DEC for SilvermontAlexey Volkov2014-06-09
* Make early if conversion dependent upon the subtarget and addEric Christopher2014-05-21
* [X86] Tune LEA usage for SilvermontAlexey Volkov2014-05-20
* X86: Remove TargetMachine CPU auto-detection.Jim Grosbach2014-04-12
* Added isTargetWindowsMSVC(), renamed isTargetMingw() to isTargetWindowsGNU()Yaron Keren2014-04-02
* isTargetWindows() renamed to isTargetKnownWindowsMSVC()Yaron Keren2014-04-01
* [C++11] Mark more classes in the X86 target as 'final'.Craig Topper2014-03-31
* X86Subtarget.h: isTargetWindows() should tell whether he is targeting msvc.NAKAMURA Takumi2014-03-30
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [x86] Kill gratuitous X86_{32,64}TargetMachine subclasses, use X86TargetMachineDavid Woodhouse2014-01-08
* [x86] Add basic support for .code16Craig Topper2014-01-06
* Synchronize the NaCl DataLayout strings with the ones in clang.Rafael Espindola2013-12-19
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-10
* SHLD/SHRD are VectorPath (microcode) instructions known to have poor latency ...Ekaterina Romanova2013-11-21
* (this is a corrected patch)Yaron Keren2013-10-23
* Revert "Calling _chkstk is required on ELF as well as COFF on Windows. Withou...Rafael Espindola2013-10-23
* Calling _chkstk is required on ELF as well as COFF on Windows. Yaron Keren2013-10-23
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Adding a feature flag to the llvm backend for x86 TBM instruction set.Yunzhong Gao2013-09-24
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-13
* Partial support for Intel SHA Extensions (sha1rnds4)Ben Langmuir2013-09-12
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* X86Subtarget.h: Recognize x86_64-cygwin.NAKAMURA Takumi2013-08-28
* Rename mattr names for AVX-512 to from avx-512 -> avx512f, avx-512-pfi -> av5...Craig Topper2013-08-21
* I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...Elena Demikhovsky2013-07-24
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-12
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-25
* Add support of RDSEED defined in AVX2 extensionMichael 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
* 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
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky2013-01-25
* 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
* Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky2012-12-04