aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86Subtarget.h
Commit message (Expand)AuthorAgeFilesLines
* Remove NaClModeDavid Meyer2011-10-181-3/+0
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-161-0/+4
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-141-0/+4
* Revert r141854 because it was causing failures:Bill Wendling2011-10-131-4/+0
* Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...Craig Topper2011-10-131-0/+4
* Add X86 LZCNT instruction. Including instruction selection support.Craig Topper2011-10-111-0/+4
* Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa...Craig Topper2011-10-091-2/+6
* Add support for MOVBE and RDRAND instructions for the assembler and disassemb...Craig Topper2011-10-031-0/+8
* Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certainNick Lewycky2011-09-051-0/+8
* Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR instruction.Eli Friedman2011-08-261-0/+5
* X86Subtarget.h: Assume "x86_64-cygwin", though it has not been released yet, ...NAKAMURA Takumi2011-07-201-1/+2
* Restore old behavior. Always auto-detect features unless cpu or features are ...Evan Cheng2011-07-081-1/+1
* Add Mode64Bit feature and sink it down to MC layer.Evan Cheng2011-07-071-7/+6
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-1/+2
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-2/+2
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-1/+4
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+3
* Remove TargetOptions.h dependency from X86Subtarget.Evan Cheng2011-06-231-4/+2
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-191-3/+7
* Target/X86: Eliminate uses of getDarwinVers().Daniel Dunbar2011-04-191-7/+0
* Target/X86: Add getTargetTriple() accessor.Daniel Dunbar2011-04-191-0/+2
* Stack alignment is 16 bytes on FreeBSD/i386 too.Roman Divacky2011-02-221-0/+1
* The stack should be 16 byte aligned on 32 bit solaris. Patch by Yuri.Duncan Sands2011-02-211-0/+1
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-171-3/+1
* Fix whitespace.NAKAMURA Takumi2011-02-171-5/+5
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-011-0/+4
* Formalize the notion that AVX and SSE are non-overlapping extensions from the...Nate Begeman2010-12-101-0/+2
* Add patterns for the x86 popcnt instruction.Benjamin Kramer2010-12-041-0/+4
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-031-14/+0
* X86Subtarget.h: Fix Cygwin's TD.NAKAMURA Takumi2010-09-181-1/+1
* Properly emit __chkstk call instead of __alloca on non-mingw windows targets.Anton Korobeynikov2010-09-021-0/+4
* Add x86 CLMUL (Carry-less multiplication) cpu featureBruno Cardoso Lopes2010-07-231-0/+4
* Have the X86 backend use Triple instead of a string and some enums.Eric Christopher2010-07-051-18/+25
* FastISel doesn't yet handle callee-pop functions.Dan Gohman2010-05-271-0/+4
* Enable i16 to i32 promotion by default.Evan Cheng2010-04-281-5/+0
* isel (i32 anyext i16) as insert_subreg when 16-bit ops are being promoted.Evan Cheng2010-04-211-2/+6
* Separate out the AES-NI instructions from the SSE4.2 instructions. AddEric Christopher2010-04-021-0/+4
* Nehalem unaligned memory access is fast.Evan Cheng2010-04-011-0/+4
* Turning off post-ra scheduling for x86. It isn't a consistent win.Evan Cheng2010-03-181-6/+0
* add support for pentium class CPUs which do not have cmov,Chris Lattner2010-03-141-0/+1
* 80-col violations/trailing whitespace.Mikhail Glushenkov2010-02-281-11/+12
* Setup correct data layout to match gcc's expectations on mingw32.Anton Korobeynikov2010-02-121-1/+1
* Fix typo.Duncan Sands2010-01-121-1/+1
* Tweak commit 91745, which changed target data for both Mingw and Cygwin,Duncan Sands2010-01-121-1/+1
* Implement a feature (-vector-unaligned-mem) to allow targets toDavid Greene2010-01-111-0/+5
* Remove target attribute break-sse-dep. Instead, do not fold load into sse par...Evan Cheng2009-12-221-9/+0
* Bump alignment requirements for windows targets to achieve compartibility wit...Anton Korobeynikov2009-12-191-0/+3
* On recent Intel u-arch's, folding loads into some unary SSE instructions canEvan Cheng2009-12-181-0/+9
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-201-0/+5