index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86Subtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-48
/
+8
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-52
/
+47
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-5
/
+54
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-309
/
+55
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-4
/
+27
*
Merging r195632:
Bill Wendling
2013-11-26
1
-1
/
+6
*
Adding a feature flag to the llvm backend for x86 TBM instruction set.
Yunzhong Gao
2013-09-24
1
-0
/
+5
*
Prevent extra calls to ToggleFeature for Feature64Bit and FeatureCMOV if they...
Craig Topper
2013-09-18
1
-2
/
+2
*
Fix X86 subtarget to not overwrite the autodetected features by calling InitM...
Craig Topper
2013-09-18
1
-1
/
+1
*
Adds support for Atom Silvermont (SLM) - -march=slm
Preston Gurd
2013-09-13
1
-2
/
+6
*
Move operator to end of previous line to match coding standards.
Craig Topper
2013-09-13
1
-2
/
+2
*
Partial support for Intel SHA Extensions (sha1rnds4)
Ben Langmuir
2013-09-12
1
-0
/
+5
*
Rename mattr names for AVX-512 to from avx-512 -> avx512f, avx-512-pfi -> av5...
Craig Topper
2013-08-21
1
-1
/
+1
*
Fix formatting. No functional change.
Craig Topper
2013-08-20
1
-1
/
+1
*
Add AVX-512 and related features to the CPUID detection code.
Craig Topper
2013-08-20
1
-3
/
+19
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
1
-0
/
+3
*
Re-enable AVX detection on x64 platforms.
Michael Kuperstein
2013-05-07
1
-1
/
+2
*
Unbreaking the non-x86 build bots by protecting the AVX test code properly.
Aaron Ballman
2013-05-03
1
-0
/
+4
*
Correctly testing for AVX support in x86 based off code from Hosts.cpp.
Aaron Ballman
2013-05-03
1
-1
/
+18
*
This patch adds the X86FixupLEAs pass, which will reduce instruction
Preston Gurd
2013-04-25
1
-0
/
+1
*
Formatting.
Eric Christopher
2013-04-02
1
-2
/
+1
*
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
1
-0
/
+5
*
Add ADX CPUID detection
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
/
+1
*
Add HLE target feature
Michael Liao
2013-03-26
1
-0
/
+5
*
Add PREFETCHW codegen support
Michael Liao
2013-03-26
1
-0
/
+5
*
Revert r176166 because it broke one of the lit tests.
Nadav Rotem
2013-02-27
1
-4
/
+4
*
std::string to StringRef.
Nadav Rotem
2013-02-27
1
-4
/
+4
*
Reinitialize the ivars in the subtarget so that they can be reset with the ne...
Bill Wendling
2013-02-16
1
-32
/
+38
*
Temporary revert of 175320.
Bill Wendling
2013-02-15
1
-39
/
+33
*
Reinitialize the ivars in the subtarget.
Bill Wendling
2013-02-15
1
-33
/
+39
*
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-15
1
-40
/
+60
*
added basic support for Intel ADX instructions
Kay Tiong Khoo
2013-02-14
1
-0
/
+1
*
Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...
Evan Cheng
2013-01-30
1
-1
/
+2
*
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
1
-0
/
+5
*
Pad Short Functions for Intel Atom
Preston Gurd
2013-01-08
1
-0
/
+1
*
Revert revision 171524. Original message:
Nadav Rotem
2013-01-05
1
-1
/
+0
*
The current Intel Atom microarchitecture has a feature whereby when a function
Preston Gurd
2013-01-04
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.
Chandler Carruth
2012-12-10
1
-1
/
+1
*
Address a FIXME and update the fast unaligned memory feature for newer
Chandler Carruth
2012-12-10
1
-6
/
+14
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Switch FreeBSD/i386 back to 4byte stack alignment. This partially
Roman Divacky
2012-11-09
1
-3
/
+3
*
Add support of RTM from TSX extension
Michael Liao
2012-11-08
1
-0
/
+5
*
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
1
-11
/
+0
*
Set up MCSchedModel after detecting the CPU type in X86SubTarget.
Preston Gurd
2012-10-03
1
-0
/
+4
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
1
-0
/
+1
*
X86: when auto-detecting the subtarget features, make sure use IsIntel to detect
Manman Ren
2012-08-13
1
-2
/
+2
*
X86: when we are auto-detecting the subtarget features, make sure we turn on
Manman Ren
2012-08-10
1
-2
/
+5
*
Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.
Andrew Trick
2012-08-07
1
-3
/
+3
[next]