index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86Subtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[x86][icelake]VAES introduction
Coby Tayree
2017-11-21
1
-0
/
+1
*
[X86] Fix 80 column violation and remove trailing whitespace. NFC
Craig Topper
2017-11-19
1
-7
/
+8
*
Attribute nonlazybind should not affect calls to functions with hidden visibi...
Sriraman Tallam
2017-11-08
1
-9
/
+4
*
Avoid PLT for external calls when attribute nonlazybind is used.
Sriraman Tallam
2017-11-03
1
-2
/
+9
*
Handle undefined weak hidden symbols on all architectures.
Rafael Espindola
2017-10-27
1
-17
/
+1
*
[X86] Remove the SlowBTMem feature flag entirely
Craig Topper
2017-10-15
1
-1
/
+0
*
[X86] Adding X86 Processor Families
Mohammed Agabaria
2017-09-13
1
-0
/
+14
*
[X86] Provide a separate feature bit for macro fusion support instead of basi...
Craig Topper
2017-08-30
1
-0
/
+1
*
Mark Knights Landing as having slow two memory operand instructions
Craig Topper
2017-08-29
1
-1
/
+1
*
Reapply "[GlobalISel] Remove the GISelAccessor API."
Quentin Colombet
2017-08-15
1
-41
/
+8
*
Fix access to undefined weak symbols in pic code
Rafael Espindola
2017-08-11
1
-1
/
+17
*
Revert "[GlobalISel] Remove the GISelAccessor API."
Quentin Colombet
2017-08-08
1
-8
/
+41
*
[X86] Teach fastisel to select calls to dllimport functions
Reid Kleckner
2017-08-05
1
-1
/
+6
*
[GlobalISel] Remove the GISelAccessor API.
Quentin Colombet
2017-08-04
1
-41
/
+8
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-10
/
+0
*
[CodeGen][X86] Fuchsia supports sincos* libcalls and sin+cos->sincos optimiza...
Petr Hosek
2017-07-23
1
-3
/
+6
*
[X86] Move GISel accessor initialization from TargetMachine to Subtarget.
Quentin Colombet
2017-07-01
1
-0
/
+55
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[X86] Adding vpopcntd and vpopcntq instructions
Oren Ben Simhon
2017-05-25
1
-0
/
+1
*
[globalisel][tablegen] Demote OptForSize/OptForMinSize/ForCodeSize to per-fun...
Daniel Sanders
2017-05-19
1
-4
/
+2
*
[X86] Replace slow LEA instructions in X86
Lama Saba
2017-05-18
1
-0
/
+1
*
[X86] Disabling PLT in Regcall CC Functions
Oren Ben Simhon
2017-05-04
1
-2
/
+8
*
[X86][LWP] Add llvm support for LWP instructions (reapplied).
Simon Pilgrim
2017-05-03
1
-0
/
+1
*
Revert rL302028 due to accidental line ending changes.
Simon Pilgrim
2017-05-03
1
-1
/
+0
*
[X86][LWP] Add llvm support for LWP instructions.
Simon Pilgrim
2017-05-03
1
-0
/
+1
*
X86: initialize a few subtarget variables.
Tim Northover
2017-05-01
1
-0
/
+3
*
[globalisel][tablegen] Compute available feature bits correctly.
Daniel Sanders
2017-04-29
1
-3
/
+5
*
Rename FastString flag.
Clement Courbet
2017-04-21
1
-1
/
+1
*
X86 memcpy: use REPMOVSB instead of REPMOVS{Q,D,W} for inline copies
Clement Courbet
2017-04-21
1
-0
/
+1
*
[X86] Generate VZEROUPPER for Skylake-avx512.
Amjad Aboud
2017-03-03
1
-1
/
+1
*
[X86] Use SHLD with both inputs from the same register to implement rotate on...
Craig Topper
2017-02-21
1
-0
/
+1
*
[X86] Remove the HLE feature flag.
Craig Topper
2017-02-09
1
-1
/
+0
*
[X86] Clzero intrinsic and its addition under znver1
Craig Topper
2017-02-09
1
-0
/
+1
*
[X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-02-02
1
-6
/
+7
*
X86: Produce @ABS8 symbol modifiers for absolute symbols in range [0,128).
Peter Collingbourne
2017-02-02
1
-2
/
+12
*
Remove an overeager assert from r288844.
Joerg Sonnenberger
2017-01-17
1
-3
/
+0
*
IR, X86: Understand !absolute_symbol metadata on global variables.
Peter Collingbourne
2016-12-08
1
-0
/
+4
*
[X86] Prefer reduced width multiplication over pmulld on Silvermont
Zvi Rackover
2016-12-06
1
-0
/
+4
*
[X86][GlobalISel] Add minimal call lowering support to the IRTranslator
Zvi Rackover
2016-11-15
1
-0
/
+20
*
[X86] Take advantage of the lzcnt instruction on btver2 architectures when OR...
Pierre Gousseau
2016-10-14
1
-0
/
+1
*
[X86] Heuristic to selectively build Newton-Raphson SQRT estimation
Nikolai Bozhenov
2016-08-04
1
-0
/
+2
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
Drop support for creating $stubs.
Rafael Espindola
2016-06-29
1
-7
/
+0
*
Move shouldAssumeDSOLocal to Target.
Rafael Espindola
2016-06-27
1
-3
/
+2
*
Simplify PICStyles.
Rafael Espindola
2016-06-20
1
-14
/
+6
*
[X86Subtarget] Use isPositionIndependent(). NFC.
Davide Italiano
2016-06-18
1
-3
/
+3
*
Use shouldAssumeDSOLocal on AArch64.
Rafael Espindola
2016-05-26
1
-43
/
+1
*
Fix shouldAssumeDSOLocal for private linkage.
Rafael Espindola
2016-05-25
1
-1
/
+1
*
[X86] Reduce memory allocations in X86TargetMachine::getSubtargetImpl
David Majnemer
2016-05-20
1
-2
/
+2
*
Refactor X86 symbol access classification.
Rafael Espindola
2016-05-20
1
-100
/
+110
[prev]
[next]