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
...
*
Record a TargetMachine instead of a Reloc::Model.
Rafael Espindola
2016-05-19
1
-6
/
+7
*
Remember the relocation model. NFC.
Rafael Espindola
2016-05-19
1
-9
/
+8
*
Style fixes. NFC.
Rafael Espindola
2016-05-19
1
-3
/
+3
*
Add new flag and intrinsic support for MWAITX and MONITORX instructions
Ashutosh Nema
2016-05-18
1
-0
/
+1
*
Simplify handling of hidden stub.
Rafael Espindola
2016-05-17
1
-3
/
+3
*
[X86] Extend some Linux special cases to cover kFreeBSD.
Marcin Koscielnicki
2016-05-05
1
-2
/
+2
*
Differential Revision: http://reviews.llvm.org/D19733
Sriraman Tallam
2016-04-29
1
-2
/
+1
*
Differential Revision: http://reviews.llvm.org/D19040
Sriraman Tallam
2016-04-22
1
-4
/
+11
*
[X86] enable PIE for functions
Asaf Badouh
2016-04-20
1
-0
/
+29
*
Test commit.
Sriraman Tallam
2016-04-11
1
-1
/
+1
*
[X86] Introduction of FeatureX87.
Andrey Turetskiy
2016-03-23
1
-0
/
+1
*
Disable the vzeroupper insertion pass on PS4.
Yunzhong Gao
2016-02-12
1
-0
/
+1
*
Added Skylake client to X86 targets and features
Elena Demikhovsky
2016-01-24
1
-0
/
+1
*
[AVX512] adding AVXVBMI feature flag
Michael Zuckerman
2016-01-17
1
-0
/
+1
*
[x86] adding PKU feature flag
Asaf Badouh
2015-12-15
1
-0
/
+1
*
X86: Don't emit SAHF/LAHF for 64-bit targets unless explicitly supported
Hans Wennborg
2015-12-04
1
-0
/
+10
*
Add MMX to the 3dnow enum and propagate changes around. This makes
Eric Christopher
2015-11-14
1
-1
/
+0
*
[X86] Add fxsr feature flag for fxsave/fxrestore instructions.
Craig Topper
2015-10-16
1
-0
/
+1
*
[X86] Add XSAVE intrinsic family
Amjad Aboud
2015-10-12
1
-0
/
+4
*
Move the MMX subtarget feature out of the SSE set of features and into
Eric Christopher
2015-10-08
1
-1
/
+2
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-1
/
+1
*
rename "slow-unaligned-mem-under-32" to slow-unaligned-mem-16" (NFCI)
Sanjay Patel
2015-09-01
1
-2
/
+2
*
make fast unaligned memory accesses implicit with SSE4.2 or SSE4a
Sanjay Patel
2015-08-25
1
-0
/
+7
*
[x86] invert logic for attribute 'FeatureFastUAMem'
Sanjay Patel
2015-08-21
1
-1
/
+1
*
don't repeaat function names in comments; NFC
Sanjay Patel
2015-08-14
1
-11
/
+8
*
MC: Remove MCSubtargetInfo::InitCPUSched()
Duncan P. N. Exon Smith
2015-07-10
1
-4
/
+1
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
1
-3
/
+2
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-6
/
+5
*
Re-land "[X86] Cache variables that only depend on the subtarget"
Reid Kleckner
2015-06-17
1
-2
/
+1
*
Revert "[X86] Cache variables that only depend on the subtarget"
Reid Kleckner
2015-06-17
1
-1
/
+2
*
[X86] Cache variables that only depend on the subtarget
Reid Kleckner
2015-06-17
1
-2
/
+1
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-1
/
+1
*
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
2015-06-04
1
-2
/
+0
*
X86: Added MPX feature and bound registers.
Elena Demikhovsky
2015-06-03
1
-0
/
+1
*
Revert "make reciprocal estimate code generation more flexible by adding comm...
Rafael Espindola
2015-06-03
1
-0
/
+2
*
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
2015-06-02
1
-2
/
+0
*
Revert "make reciprocal estimate code generation more flexible by adding comm...
Rafael Espindola
2015-05-23
1
-0
/
+2
*
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
2015-05-22
1
-2
/
+0
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-0
/
+1
*
[X86] Remove two feature flags that covered sets of instructions that have no...
Craig Topper
2015-02-05
1
-2
/
+0
*
Fix program crashes due to alignment exceptions generated for SSE memop instr...
Sanjay Patel
2015-02-03
1
-1
/
+1
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-02-02
1
-1
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-44
/
+4
*
Add a feature flag for slow 32-byte unaligned memory accesses [x86].
Sanjay Patel
2014-11-21
1
-0
/
+1
*
[X86] For Silvermont CPU use 16-bit division instead of 64-bit for small posi...
Alexey Volkov
2014-11-21
1
-1
/
+2
*
Initialize new subtarget feature variable for generating reciprocal estimate ...
Sanjay Patel
2014-11-11
1
-0
/
+1
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-6
/
+1
[prev]
[next]