summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86Subtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [x86][icelake]VAES introductionCoby Tayree2017-11-211-0/+1
* [X86] Fix 80 column violation and remove trailing whitespace. NFCCraig Topper2017-11-191-7/+8
* Attribute nonlazybind should not affect calls to functions with hidden visibi...Sriraman Tallam2017-11-081-9/+4
* Avoid PLT for external calls when attribute nonlazybind is used.Sriraman Tallam2017-11-031-2/+9
* Handle undefined weak hidden symbols on all architectures.Rafael Espindola2017-10-271-17/+1
* [X86] Remove the SlowBTMem feature flag entirelyCraig Topper2017-10-151-1/+0
* [X86] Adding X86 Processor FamiliesMohammed Agabaria2017-09-131-0/+14
* [X86] Provide a separate feature bit for macro fusion support instead of basi...Craig Topper2017-08-301-0/+1
* Mark Knights Landing as having slow two memory operand instructionsCraig Topper2017-08-291-1/+1
* Reapply "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet2017-08-151-41/+8
* Fix access to undefined weak symbols in pic codeRafael Espindola2017-08-111-1/+17
* Revert "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet2017-08-081-8/+41
* [X86] Teach fastisel to select calls to dllimport functionsReid Kleckner2017-08-051-1/+6
* [GlobalISel] Remove the GISelAccessor API.Quentin Colombet2017-08-041-41/+8
* [GlobalISel] Make GlobalISel a non-optional library.Quentin Colombet2017-08-031-10/+0
* [CodeGen][X86] Fuchsia supports sincos* libcalls and sin+cos->sincos optimiza...Petr Hosek2017-07-231-3/+6
* [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
OpenPOWER on IntegriCloud