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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Initialize X86 DataLayout based on the Triple only.
Eric Christopher
2014-08-09
1
-2
/
+3
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+3
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-3
/
+0
*
[x32] Use ebp/esp as frame and stack pointer
Pavel Chupin
2014-08-07
1
-1
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-7
/
+18
*
Add support for the X86 secure guard extensions instructions in assembler (SGX).
Kevin Enderby
2014-07-31
1
-0
/
+4
*
[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX512VL features.
Robert Khasanov
2014-07-21
1
-3
/
+15
*
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
2014-07-15
1
-10
/
+4
*
Move to a private function to initialize the subtarget dependencies
Eric Christopher
2014-06-11
1
-10
/
+13
*
Use unique_ptr for X86Subtarget pointer members.
Eric Christopher
2014-06-10
1
-9
/
+10
*
Move all of the x86 subtarget initialized variables down into the x86 subtarget
Eric Christopher
2014-06-09
1
-1
/
+23
*
[X86] Use ADD/SUB instead of INC/DEC for Silvermont
Alexey Volkov
2014-06-09
1
-0
/
+4
*
Make early if conversion dependent upon the subtarget and add
Eric Christopher
2014-05-21
1
-0
/
+2
*
[X86] Tune LEA usage for Silvermont
Alexey Volkov
2014-05-20
1
-0
/
+5
*
X86: Remove TargetMachine CPU auto-detection.
Jim Grosbach
2014-04-12
1
-4
/
+0
*
Added isTargetWindowsMSVC(), renamed isTargetMingw() to isTargetWindowsGNU()
Yaron Keren
2014-04-02
1
-2
/
+12
*
isTargetWindows() renamed to isTargetKnownWindowsMSVC()
Yaron Keren
2014-04-01
1
-2
/
+2
*
[C++11] Mark more classes in the X86 target as 'final'.
Craig Topper
2014-03-31
1
-1
/
+1
*
X86Subtarget.h: isTargetWindows() should tell whether he is targeting msvc.
NAKAMURA Takumi
2014-03-30
1
-2
/
+1
*
Canonicalise Windows target triple spellings
Saleem Abdulrasool
2014-03-27
1
-3
/
+8
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-2
/
+2
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
[x86] Kill gratuitous X86_{32,64}TargetMachine subclasses, use X86TargetMachine
David Woodhouse
2014-01-08
1
-1
/
+1
*
[x86] Add basic support for .code16
Craig Topper
2014-01-06
1
-1
/
+15
*
Synchronize the NaCl DataLayout strings with the ones in clang.
Rafael Espindola
2013-12-19
1
-1
/
+2
*
Make Triple's isOSBinFormatXXX functions partition triple-space.
Tim Northover
2013-12-10
1
-9
/
+5
*
SHLD/SHRD are VectorPath (microcode) instructions known to have poor latency ...
Ekaterina Romanova
2013-11-21
1
-0
/
+4
*
(this is a corrected patch)
Yaron Keren
2013-10-23
1
-0
/
+2
*
Revert "Calling _chkstk is required on ELF as well as COFF on Windows. Withou...
Rafael Espindola
2013-10-23
1
-2
/
+0
*
Calling _chkstk is required on ELF as well as COFF on Windows.
Yaron Keren
2013-10-23
1
-0
/
+2
*
Enable MI Sched for x86.
Andrew Trick
2013-10-15
1
-1
/
+4
*
Adding a feature flag to the llvm backend for x86 TBM instruction set.
Yunzhong Gao
2013-09-24
1
-0
/
+4
*
Adds support for Atom Silvermont (SLM) - -march=slm
Preston Gurd
2013-09-13
1
-1
/
+1
*
Partial support for Intel SHA Extensions (sha1rnds4)
Ben Langmuir
2013-09-12
1
-0
/
+4
*
Clean up some usage of Triple. The base class has methods for determining if...
Cameron Esfahani
2013-08-29
1
-4
/
+2
*
X86Subtarget.h: Recognize x86_64-cygwin.
NAKAMURA Takumi
2013-08-28
1
-4
/
+1
*
Rename mattr names for AVX-512 to from avx-512 -> avx512f, avx-512-pfi -> av5...
Craig Topper
2013-08-21
1
-2
/
+2
*
I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...
Elena Demikhovsky
2013-07-24
1
-1
/
+14
*
Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.
Charles Davis
2013-07-12
1
-1
/
+7
*
Revert "Temporarily enable MI-Sched on X86."
Andrew Trick
2013-06-25
1
-4
/
+1
*
Temporarily enable MI-Sched on X86.
Andrew Trick
2013-06-24
1
-1
/
+4
*
This patch adds the X86FixupLEAs pass, which will reduce instruction
Preston Gurd
2013-04-25
1
-0
/
+4
*
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
1
-0
/
+4
*
For the current Atom processor, the fastest way to handle a call
Preston Gurd
2013-03-27
1
-0
/
+5
*
Add HLE target feature
Michael Liao
2013-03-26
1
-0
/
+4
*
Add PREFETCHW codegen support
Michael Liao
2013-03-26
1
-0
/
+4
*
Reinitialize the ivars in the subtarget so that they can be reset with the ne...
Bill Wendling
2013-02-16
1
-1
/
+3
*
Temporary revert of 175320.
Bill Wendling
2013-02-15
1
-3
/
+1
*
Reinitialize the ivars in the subtarget.
Bill Wendling
2013-02-15
1
-1
/
+3
*
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-15
1
-1
/
+7
[prev]
[next]