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
*
[X86] Convert PICStyles::Style to scoped enum class. NFCI.
Simon Pilgrim
2019-11-03
1
-7
/
+7
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-6
/
+5
*
[X86] Add prefer-128-bit subtarget feature.
Craig Topper
2019-09-07
1
-0
/
+2
*
[TargetMachine] Don't try to create COFFSTUB references on windows on non-COFF
Martin Storsjo
2019-08-20
1
-0
/
+3
*
[GlobalISel] Make the InstructionSelector instance non-const, allowing state ...
Amara Emerson
2019-08-13
1
-1
/
+1
*
[COFF] Use COFF stubs for extern_weak functions
Reid Kleckner
2019-05-07
1
-3
/
+6
*
[X86] Make post-ra scheduling macrofusion-aware.
Clement Courbet
2019-04-01
1
-0
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MinGW] Move code for indicating "potentially not DSO local" into shouldAssum...
Martin Storsjo
2018-09-04
1
-10
/
+5
*
[X86] Make Feature64Bit useful
Craig Topper
2018-08-30
1
-6
/
+15
*
[MinGW] [X86] Add stubs for references to data variables that might end up im...
Martin Storsjo
2018-08-29
1
-0
/
+8
*
[AArch64] Add Tiny Code Model for AArch64
David Green
2018-08-22
1
-0
/
+2
*
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...
Reid Kleckner
2018-07-23
1
-8
/
+36
*
Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...
Jonas Devlieghere
2018-06-28
1
-25
/
+9
*
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...
Reid Kleckner
2018-06-25
1
-9
/
+25
*
Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"
Reid Kleckner
2018-06-21
1
-24
/
+8
*
[X86] Implement more of x86-64 large and medium PIC code models
Reid Kleckner
2018-06-21
1
-8
/
+24
*
[X86] NFC Use member initialization in X86Subtarget
Gabor Buella
2018-06-09
1
-110
/
+1
*
[x86] invpcid LLVM intrinsic
Gabor Buella
2018-05-25
1
-0
/
+1
*
[X86][CET] Changing -fcf-protection behavior to comply with gcc (LLVM part)
Alexander Ivchenko
2018-05-18
1
-1
/
+0
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
[X86] Initialize HasPTWRITE member of X86Subtarget
Gabor Buella
2018-05-10
1
-0
/
+1
*
[x86] Introduce the pconfig instruction
Gabor Buella
2018-05-08
1
-0
/
+1
*
[X86] movdiri and movdir64b instructions
Gabor Buella
2018-05-01
1
-0
/
+2
*
[X86] Revert r330638 - accidental commit
Gabor Buella
2018-04-23
1
-2
/
+0
*
[X86] movdiri and movdir64b instructions
Gabor Buella
2018-04-23
1
-0
/
+2
*
[X86] WaitPKG instructions
Gabor Buella
2018-04-20
1
-0
/
+1
*
[X86] Remove remaining itinerary support from instructions and target (PR37093)
Simon Pilgrim
2018-04-13
1
-2
/
+0
*
[X86] Introduce cldemote instruction
Gabor Buella
2018-04-13
1
-0
/
+1
*
[X86] Describe wbnoinvd instruction
Gabor Buella
2018-04-11
1
-0
/
+1
*
Intrinsics calls should avoid the PLT when "RtLibUseGOT" metadata is present.
Sriraman Tallam
2018-02-23
1
-2
/
+5
*
[X86] Don't make 512-bit vectors legal when preferred vector width is 256 bit...
Craig Topper
2018-02-11
1
-1
/
+3
*
[X86] Emit 11-byte or 15-byte NOPs on recent AMD targets, else default to 10-...
Simon Pilgrim
2018-01-29
1
-0
/
+2
*
Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...
Chandler Carruth
2018-01-22
1
-0
/
+2
*
Break false dependencies for POPCNT, LZCNT, TZCNT
Marina Yatsina
2018-01-22
1
-0
/
+2
*
[X86] Add support for passing 'prefer-vector-width' function attribute into X...
Craig Topper
2018-01-20
1
-1
/
+11
*
[X86] Add intrinsic support for the RDPID instruction
Craig Topper
2018-01-18
1
-0
/
+1
*
[X86] Move HasNOPL to a subtarget feature bit. Plumb MCSubtargetInfo through ...
Craig Topper
2018-01-10
1
-0
/
+1
*
[X86] Add missing initialization for the HasPREFETCHWT1 subtarget variable.
Craig Topper
2017-12-22
1
-0
/
+1
*
[X86] Fix uninitialized variable sanitizer warning from rL321074
Simon Pilgrim
2017-12-19
1
-0
/
+1
*
X86/AArch64/ARM: Factor out common sincos_stret logic; NFCI
Matthias Braun
2017-12-18
1
-9
/
+0
*
AArch64/X86: Factor out common bzero logic; NFC
Matthias Braun
2017-12-18
1
-13
/
+0
*
Remove redundant includes from lib/Target/X86.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
Control-Flow Enforcement Technology - Shadow Stack support (LLVM side)
Oren Ben Simhon
2017-11-26
1
-0
/
+2
*
[x86][icelake]GFNI
Coby Tayree
2017-11-26
1
-0
/
+1
*
[X86] Don't report gather is legal on Skylake CPUs when AVX2/AVX512 is disabl...
Craig Topper
2017-11-25
1
-6
/
+6
*
[x86][icelake]BITALG
Coby Tayree
2017-11-21
1
-0
/
+1
*
[x86][icelake]VNNI
Coby Tayree
2017-11-21
1
-0
/
+1
*
[x86][icelake]vbmi2
Coby Tayree
2017-11-21
1
-0
/
+1
*
[x86][icelake]vpclmulqdq introduction
Coby Tayree
2017-11-21
1
-0
/
+1
[next]