summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86Subtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Move GISel accessor initialization from TargetMachine to Subtarget.Quentin Colombet2017-07-011-0/+55
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [X86] Adding vpopcntd and vpopcntq instructionsOren Ben Simhon2017-05-251-0/+1
* [globalisel][tablegen] Demote OptForSize/OptForMinSize/ForCodeSize to per-fun...Daniel Sanders2017-05-191-4/+2
* [X86] Replace slow LEA instructions in X86Lama Saba2017-05-181-0/+1
* [X86] Disabling PLT in Regcall CC FunctionsOren Ben Simhon2017-05-041-2/+8
* [X86][LWP] Add llvm support for LWP instructions (reapplied).Simon Pilgrim2017-05-031-0/+1
* Revert rL302028 due to accidental line ending changes.Simon Pilgrim2017-05-031-1/+0
* [X86][LWP] Add llvm support for LWP instructions.Simon Pilgrim2017-05-031-0/+1
* X86: initialize a few subtarget variables.Tim Northover2017-05-011-0/+3
* [globalisel][tablegen] Compute available feature bits correctly.Daniel Sanders2017-04-291-3/+5
* Rename FastString flag.Clement Courbet2017-04-211-1/+1
* X86 memcpy: use REPMOVSB instead of REPMOVS{Q,D,W} for inline copiesClement Courbet2017-04-211-0/+1
* [X86] Generate VZEROUPPER for Skylake-avx512.Amjad Aboud2017-03-031-1/+1
* [X86] Use SHLD with both inputs from the same register to implement rotate on...Craig Topper2017-02-211-0/+1
* [X86] Remove the HLE feature flag.Craig Topper2017-02-091-1/+0
* [X86] Clzero intrinsic and its addition under znver1Craig Topper2017-02-091-0/+1
* [X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-02-021-6/+7
* X86: Produce @ABS8 symbol modifiers for absolute symbols in range [0,128).Peter Collingbourne2017-02-021-2/+12
* Remove an overeager assert from r288844.Joerg Sonnenberger2017-01-171-3/+0
* IR, X86: Understand !absolute_symbol metadata on global variables.Peter Collingbourne2016-12-081-0/+4
* [X86] Prefer reduced width multiplication over pmulld on SilvermontZvi Rackover2016-12-061-0/+4
* [X86][GlobalISel] Add minimal call lowering support to the IRTranslatorZvi Rackover2016-11-151-0/+20
* [X86] Take advantage of the lzcnt instruction on btver2 architectures when OR...Pierre Gousseau2016-10-141-0/+1
* [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
OpenPOWER on IntegriCloud