summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86Subtarget.h
Commit message (Expand)AuthorAgeFilesLines
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-191-0/+2
* Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin2016-09-081-2/+0
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-081-0/+2
* [X86] Heuristic to selectively build Newton-Raphson SQRT estimationNikolai Bozhenov2016-08-041-0/+10
* Convert a few more comparisons to isPositionIndependent(). NFC.Rafael Espindola2016-06-271-3/+1
* Simplify PICStyles.Rafael Espindola2016-06-201-6/+4
* Delete dead code. NFC.Rafael Espindola2016-06-201-8/+0
* [X86Subtarget] Use isPositionIndependent(). NFC.Davide Italiano2016-06-181-0/+4
* [X86] Reduce memory allocations in X86TargetMachine::getSubtargetImplDavid Majnemer2016-05-201-1/+1
* Refactor X86 symbol access classification.Rafael Espindola2016-05-201-7/+6
* Record a TargetMachine instead of a Reloc::Model.Rafael Espindola2016-05-191-3/+2
* Remember the relocation model. NFC.Rafael Espindola2016-05-191-5/+5
* Style fixes. NFC.Rafael Espindola2016-05-191-8/+6
* Add new flag and intrinsic support for MWAITX and MONITORX instructionsAshutosh Nema2016-05-181-0/+4
* [X86] Extend some Linux special cases to cover kFreeBSD.Marcin Koscielnicki2016-05-051-0/+2
* Differential Revision: http://reviews.llvm.org/D19733Sriraman Tallam2016-04-291-1/+1
* Differential Revision: http://reviews.llvm.org/D19040Sriraman Tallam2016-04-221-0/+8
* [X86] enable PIE for functionsAsaf Badouh2016-04-201-0/+5
* [X86] Introduction of FeatureX87.Andrey Turetskiy2016-03-231-0/+4
* Remove Proc feature flags for X86 processors that are used to inherit feature...Craig Topper2016-02-131-2/+1
* [x86-64] allow mfence even with -mno-sse (PR23203)Sanjay Patel2016-02-131-0/+5
* Disable the vzeroupper insertion pass on PS4.Yunzhong Gao2016-02-121-0/+5
* Added Skylake client to X86 targets and featuresElena Demikhovsky2016-01-241-2/+31
* [AVX512] adding AVXVBMI feature flagMichael Zuckerman2016-01-171-0/+4
* [x86] adding PKU feature flagAsaf Badouh2015-12-151-0/+4
* X86: Don't emit SAHF/LAHF for 64-bit targets unless explicitly supportedHans Wennborg2015-12-041-0/+4
* [x86] add a convenience method to check for FMA capability; NFCISanjay Patel2015-12-011-0/+1
* [X86][FMA4] Prefer FMA4 to FMASimon Pilgrim2015-11-301-3/+4
* Add MMX to the 3dnow enum and propagate changes around. This makesEric Christopher2015-11-141-6/+3
* [X86] Make elfiamcu an OS, not an environment.Michael Kuperstein2015-10-271-1/+1
* [X86] Add support for elfiamcu tripleMichael Kuperstein2015-10-251-0/+1
* [X86] Add fxsr feature flag for fxsave/fxrestore instructions.Craig Topper2015-10-161-0/+4
* [X86] Add XSAVE intrinsic familyAmjad Aboud2015-10-121-0/+13
* Add Triple::isAndroid().Evgeniy Stepanov2015-10-081-3/+1
* Move the MMX subtarget feature out of the SSE set of features and intoEric Christopher2015-10-081-3/+6
* Android support for SafeStack.Evgeniy Stepanov2015-09-231-0/+3
* Revert "Android support for SafeStack."Evgeniy Stepanov2015-09-231-3/+0
* Android support for SafeStack.Evgeniy Stepanov2015-09-231-0/+3
* rename "slow-unaligned-mem-under-32" to slow-unaligned-mem-16" (NFCI)Sanjay Patel2015-09-011-3/+3
* [x86] invert logic for attribute 'FeatureFastUAMem'Sanjay Patel2015-08-211-4/+4
* Add a target environment for CoreCLR.Pat Gavlin2015-08-141-0/+4
* [Win64] Only treat some functions as having the Win64 conventionReid Kleckner2015-07-081-2/+20
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-3/+2
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-06-041-12/+0
* X86: Added MPX feature and bound registers.Elena Demikhovsky2015-06-031-0/+4
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-06-031-0/+12
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-06-021-12/+0
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-05-231-0/+12
OpenPOWER on IntegriCloud