summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86Subtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Heuristic to selectively build Newton-Raphson SQRT estimationNikolai Bozhenov2016-08-041-0/+2
* Delete unused includes. NFC.Rafael Espindola2016-06-301-1/+0
* Drop support for creating $stubs.Rafael Espindola2016-06-291-7/+0
* Move shouldAssumeDSOLocal to Target.Rafael Espindola2016-06-271-3/+2
* Simplify PICStyles.Rafael Espindola2016-06-201-14/+6
* [X86Subtarget] Use isPositionIndependent(). NFC.Davide Italiano2016-06-181-3/+3
* Use shouldAssumeDSOLocal on AArch64.Rafael Espindola2016-05-261-43/+1
* Fix shouldAssumeDSOLocal for private linkage.Rafael Espindola2016-05-251-1/+1
* [X86] Reduce memory allocations in X86TargetMachine::getSubtargetImplDavid Majnemer2016-05-201-2/+2
* Refactor X86 symbol access classification.Rafael Espindola2016-05-201-100/+110
* Record a TargetMachine instead of a Reloc::Model.Rafael Espindola2016-05-191-6/+7
* Remember the relocation model. NFC.Rafael Espindola2016-05-191-9/+8
* Style fixes. NFC.Rafael Espindola2016-05-191-3/+3
* Add new flag and intrinsic support for MWAITX and MONITORX instructionsAshutosh Nema2016-05-181-0/+1
* Simplify handling of hidden stub.Rafael Espindola2016-05-171-3/+3
* [X86] Extend some Linux special cases to cover kFreeBSD.Marcin Koscielnicki2016-05-051-2/+2
* Differential Revision: http://reviews.llvm.org/D19733Sriraman Tallam2016-04-291-2/+1
* Differential Revision: http://reviews.llvm.org/D19040Sriraman Tallam2016-04-221-4/+11
* [X86] enable PIE for functionsAsaf Badouh2016-04-201-0/+29
* Test commit.Sriraman Tallam2016-04-111-1/+1
* [X86] Introduction of FeatureX87.Andrey Turetskiy2016-03-231-0/+1
* Disable the vzeroupper insertion pass on PS4.Yunzhong Gao2016-02-121-0/+1
* Added Skylake client to X86 targets and featuresElena Demikhovsky2016-01-241-0/+1
* [AVX512] adding AVXVBMI feature flagMichael Zuckerman2016-01-171-0/+1
* [x86] adding PKU feature flagAsaf Badouh2015-12-151-0/+1
* X86: Don't emit SAHF/LAHF for 64-bit targets unless explicitly supportedHans Wennborg2015-12-041-0/+10
* Add MMX to the 3dnow enum and propagate changes around. This makesEric Christopher2015-11-141-1/+0
* [X86] Add fxsr feature flag for fxsave/fxrestore instructions.Craig Topper2015-10-161-0/+1
* [X86] Add XSAVE intrinsic familyAmjad Aboud2015-10-121-0/+4
* Move the MMX subtarget feature out of the SSE set of features and intoEric Christopher2015-10-081-1/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-1/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-1/+1
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-1/+1
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-1/+1
* rename "slow-unaligned-mem-under-32" to slow-unaligned-mem-16" (NFCI)Sanjay Patel2015-09-011-2/+2
* make fast unaligned memory accesses implicit with SSE4.2 or SSE4aSanjay Patel2015-08-251-0/+7
* [x86] invert logic for attribute 'FeatureFastUAMem'Sanjay Patel2015-08-211-1/+1
* don't repeaat function names in comments; NFCSanjay Patel2015-08-141-11/+8
* MC: Remove MCSubtargetInfo::InitCPUSched()Duncan P. N. Exon Smith2015-07-101-4/+1
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-3/+2
* IR: Do not consider available_externally linkage to be linker-weak.Peter Collingbourne2015-07-051-6/+5
* Re-land "[X86] Cache variables that only depend on the subtarget"Reid Kleckner2015-06-171-2/+1
* Revert "[X86] Cache variables that only depend on the subtarget"Reid Kleckner2015-06-171-1/+2
* [X86] Cache variables that only depend on the subtargetReid Kleckner2015-06-171-2/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-06-041-2/+0
* X86: Added MPX feature and bound registers.Elena Demikhovsky2015-06-031-0/+1
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-06-031-0/+2
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-06-021-2/+0
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-05-231-0/+2
OpenPOWER on IntegriCloud