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
/
clang
/
lib
/
Basic
/
Targets
/
X86.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-4
/
+4
*
[ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structs
Sanjin Sijaric
2018-07-26
1
-1
/
+1
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-0
/
+8
*
Revert r333791 "Cap "voluntary" vector alignment at 16 for all Darwin platfor...
Reid Kleckner
2018-06-04
1
-0
/
+7
*
Cap "voluntary" vector alignment at 16 for all Darwin platforms.
John McCall
2018-06-01
1
-7
/
+0
*
[x86] invpcid intrinsic
Gabor Buella
2018-05-25
1
-0
/
+1
*
This patch aims to match the changes introduced
Alexander Ivchenko
2018-05-18
1
-3
/
+7
*
[X86] ptwrite intrinsic
Gabor Buella
2018-05-10
1
-0
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[x86] Introduce the pconfig intrinsic
Gabor Buella
2018-05-08
1
-0
/
+1
*
[X86] directstore and movdir64b intrinsics
Gabor Buella
2018-05-01
1
-0
/
+2
*
[X86] WaitPKG intrinsics
Gabor Buella
2018-04-20
1
-0
/
+1
*
[X86] Introduce cldemote intrinsic
Gabor Buella
2018-04-13
1
-0
/
+1
*
[x86] wbnoinvd intrinsic
Gabor Buella
2018-04-11
1
-0
/
+1
*
CodeGenCXX: support PreserveMostCC in MS ABI
Saleem Abdulrasool
2018-04-02
1
-0
/
+1
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-0
/
+5
*
[X86] Add 'sahf' CPU feature to frontend
Dimitry Andric
2018-02-17
1
-0
/
+1
*
Add X86 Support to ValidCPUList (enabling march notes)
Erich Keane
2018-02-08
1
-0
/
+2
*
[NFCi] Replace a couple of usages of const StringRef& with StringRef
Erich Keane
2018-02-07
1
-2
/
+2
*
Adjust MaxAtomicInlineWidth for i386/i486 targets.
Wei Mi
2018-01-23
1
-3
/
+6
*
Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...
Chandler Carruth
2018-01-22
1
-0
/
+2
*
[X86] Add rdpid command line option and intrinsics.
Craig Topper
2018-01-20
1
-0
/
+1
*
Added Control Flow Protection Flag
Oren Ben Simhon
2018-01-09
1
-0
/
+6
*
Implement Attribute Target MultiVersioning
Erich Keane
2018-01-08
1
-0
/
+7
*
[x86][icelake][vbmi2]
Coby Tayree
2017-12-27
1
-0
/
+1
*
[x86][icelake][vnni]
Coby Tayree
2017-12-27
1
-0
/
+1
*
[x86][icelake][bitalg]
Coby Tayree
2017-12-27
1
-0
/
+1
*
[x86][icelake][vpclmulqdq]
Coby Tayree
2017-12-27
1
-0
/
+1
*
[x86][icelake][gfni]
Coby Tayree
2017-12-27
1
-0
/
+1
*
[x86][icelake][vaes]
Coby Tayree
2017-12-27
1
-0
/
+1
*
[CodeGen][X86] Fix handling of __fp16 vectors.
Akira Hatanaka
2017-12-09
1
-0
/
+4
*
Toolchain: Normalize dwarf, sjlj and seh eh
Martell Malone
2017-11-29
1
-13
/
+0
*
Revert "Toolchain: Normalize dwarf, sjlj and seh eh"
Martell Malone
2017-11-29
1
-0
/
+13
*
Toolchain: Normalize dwarf, sjlj and seh eh
Martell Malone
2017-11-29
1
-13
/
+0
*
Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...
Oren Ben Simhon
2017-11-26
1
-0
/
+2
*
[MINGW] normalize WIN32 macros
Martell Malone
2017-11-21
1
-17
/
+0
*
Split x86 "Processor" info into its own def file. [NFC]
Erich Keane
2017-11-15
1
-172
/
+2
*
[X86] Make -march=i686 an alias of -march=pentiumpro
Craig Topper
2017-10-26
1
-1
/
+0
*
Pull X86 "CPUKind" checking into .cpp file. [NFC]
Erich Keane
2017-10-23
1
-71
/
+1
*
[X86] Add skeleton support for knm cpu
Craig Topper
2017-10-13
1
-0
/
+5
*
Driver: hoist the `wchar_t` handling to the driver
Saleem Abdulrasool
2017-10-06
1
-4
/
+2
*
[Targets/X86] Remove unneded `return` in setMaxAtomicWidth(). NFCI.
Davide Italiano
2017-09-28
1
-1
/
+0
*
Basic: support Preserve{Most,All} CC on Windows
Saleem Abdulrasool
2017-09-26
1
-0
/
+2
*
[Atomic][X8664] set max atomic inline width according to the target
Wei Mi
2017-09-22
1
-1
/
+7
*
[X86] Remove unnecessary extra encodings from the CPU name enum in clang
Craig Topper
2017-09-16
1
-20
/
+0
*
[Clang][x86][Inline Asm] support for GCC style inline asm - Y<x> constraints
Coby Tayree
2017-08-24
1
-2
/
+5
*
[X86] Implement __builtin_cpu_is
Craig Topper
2017-08-10
1
-0
/
+2
*
Move RTEMS to OSTargets.h
Walter Lee
2017-07-31
1
-34
/
+0
*
[Targets] Move addCygMingDefines into the arch-independent Targets.cpp (NFC)
Martin Storsjo
2017-07-31
1
-24
/
+0
*
Remove Bitrig: Clang Changes
Erich Keane
2017-07-21
1
-21
/
+0
[next]