index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86Subtarget.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-15
[x86] adding PKU feature flag
Asaf Badouh
1
-0
/
+1
2015-12-04
X86: Don't emit SAHF/LAHF for 64-bit targets unless explicitly supported
Hans Wennborg
1
-0
/
+10
2015-11-14
Add MMX to the 3dnow enum and propagate changes around. This makes
Eric Christopher
1
-1
/
+0
2015-10-16
[X86] Add fxsr feature flag for fxsave/fxrestore instructions.
Craig Topper
1
-0
/
+1
2015-10-12
[X86] Add XSAVE intrinsic family
Amjad Aboud
1
-0
/
+4
2015-10-08
Move the MMX subtarget feature out of the SSE set of features and into
Eric Christopher
1
-1
/
+2
2015-09-15
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
1
-1
/
+1
2015-09-15
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
1
-1
/
+1
2015-09-15
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
1
-1
/
+1
2015-09-15
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
1
-1
/
+1
2015-09-01
rename "slow-unaligned-mem-under-32" to slow-unaligned-mem-16" (NFCI)
Sanjay Patel
1
-2
/
+2
2015-08-25
make fast unaligned memory accesses implicit with SSE4.2 or SSE4a
Sanjay Patel
1
-0
/
+7
2015-08-21
[x86] invert logic for attribute 'FeatureFastUAMem'
Sanjay Patel
1
-1
/
+1
2015-08-14
don't repeaat function names in comments; NFC
Sanjay Patel
1
-11
/
+8
2015-07-10
MC: Remove MCSubtargetInfo::InitCPUSched()
Duncan P. N. Exon Smith
1
-4
/
+1
2015-07-09
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
1
-3
/
+2
2015-07-05
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
1
-6
/
+5
2015-06-17
Re-land "[X86] Cache variables that only depend on the subtarget"
Reid Kleckner
1
-2
/
+1
2015-06-17
Revert "[X86] Cache variables that only depend on the subtarget"
Reid Kleckner
1
-1
/
+2
2015-06-17
[X86] Cache variables that only depend on the subtarget
Reid Kleckner
1
-2
/
+1
2015-06-10
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
1
-1
/
+1
2015-06-04
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
1
-2
/
+0
2015-06-03
X86: Added MPX feature and bound registers.
Elena Demikhovsky
1
-0
/
+1
2015-06-03
Revert "make reciprocal estimate code generation more flexible by adding comm...
Rafael Espindola
1
-0
/
+2
2015-06-02
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
1
-2
/
+0
2015-05-23
Revert "make reciprocal estimate code generation more flexible by adding comm...
Rafael Espindola
1
-0
/
+2
2015-05-22
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
1
-2
/
+0
2015-05-12
Migrate existing backends that care about software floating point
Eric Christopher
1
-0
/
+1
2015-02-05
[X86] Remove two feature flags that covered sets of instructions that have no...
Craig Topper
1
-2
/
+0
2015-02-03
Fix program crashes due to alignment exceptions generated for SSE memop instr...
Sanjay Patel
1
-1
/
+1
2015-02-02
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
1
-1
/
+1
2015-01-26
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
1
-44
/
+4
2014-11-21
Add a feature flag for slow 32-byte unaligned memory accesses [x86].
Sanjay Patel
1
-0
/
+1
2014-11-21
[X86] For Silvermont CPU use 16-bit division instead of 64-bit for small posi...
Alexey Volkov
1
-1
/
+2
2014-11-11
Initialize new subtarget feature variable for generating reciprocal estimate ...
Sanjay Patel
1
-0
/
+1
2014-11-01
Remove redundant calls to isMaterializable.
Rafael Espindola
1
-6
/
+1
2014-10-24
Use rsqrt (X86) to speed up reciprocal square root calcs
Sanjay Patel
1
-0
/
+1
2014-10-01
constify TargetMachine parameter for X86TargetLowering.
Eric Christopher
1
-1
/
+1
2014-09-03
Remove resetSubtargetFeatures as it is unused.
Eric Christopher
1
-18
/
+2
2014-09-02
Reinstate "Nuke the old JIT."
Eric Christopher
1
-2
/
+1
2014-08-21
[x86] Enable Broadwell target.
Robert Khasanov
1
-0
/
+1
2014-08-14
Fix whitespace error from r215279, NFC
Duncan P. N. Exon Smith
1
-1
/
+1
2014-08-09
Initialize X86 DataLayout based on the Triple only.
Eric Christopher
1
-12
/
+14
2014-08-09
Move some X86 subtarget configuration onto the subtarget that's being
Eric Christopher
1
-1
/
+22
2014-08-07
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
1
-1
/
+2
2014-08-07
Nuke the old JIT.
Rafael Espindola
1
-2
/
+1
2014-07-31
Add support for the X86 secure guard extensions instructions in assembler (SGX).
Kevin Enderby
1
-0
/
+1
2014-07-21
[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.
Robert Khasanov
1
-0
/
+3
2014-07-15
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
1
-15
/
+2
2014-06-11
Move to a private function to initialize the subtarget dependencies
Eric Christopher
1
-12
/
+12
[next]