index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86VZeroUpper.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
1
-1
/
+1
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-1
/
+1
2015-05-05
use range-based for-loop; NFC
Sanjay Patel
1
-2
/
+2
2015-02-07
Fix typos; NFC.
Andrea Di Biagio
1
-4
/
+4
2015-02-02
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
1
-2
/
+2
2015-01-08
X86: VZeroUpperInserter: shortcut should not trigger if we have any function ...
Matthias Braun
1
-8
/
+12
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-1
/
+1
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-1
/
+1
2014-05-22
Avoid using subtarget features when adding X86 specific passes to
Eric Christopher
1
-1
/
+2
2014-04-22
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-1
/
+2
2014-03-17
[X86] New and improved VZeroUpperInserter optimization.
Lang Hames
1
-165
/
+162
2014-03-09
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-2
/
+2
2014-01-05
AVX-512: Added more intrinsics for convert and min/max.
Elena Demikhovsky
1
-16
/
+7
2013-12-04
[X86] Check YMM31/ZMM31 as well
Michael Liao
1
-4
/
+4
2013-12-03
Enhance the fix of PR17631
Michael Liao
1
-8
/
+27
2013-10-23
Fix PR17631
Michael Liao
1
-1
/
+10
2013-07-24
I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...
Elena Demikhovsky
1
-5
/
+10
2013-02-13
Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...
Elena Demikhovsky
1
-0
/
+10
2012-10-17
Check for empty YMM use-def lists in X86VZeroUpper.
Jakob Stoklund Olesen
1
-1
/
+1
2012-08-22
Don't cache the MBB in the class. Its only used by one function. Change a for...
Craig Topper
1
-5
/
+3
2012-08-22
Mark a function as static since it doesn't use anything in the class.
Craig Topper
1
-1
/
+1
2012-08-01
Whitespace.
Chad Rosier
1
-1
/
+1
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
1
-1
/
+1
2012-04-20
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
1
-1
/
+1
2012-02-22
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
1
-1
/
+1
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
1
-1
/
+1
2011-11-04
Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...
Eli Friedman
1
-27
/
+207
2011-09-03
Use internal storage for command line option.
Benjamin Kramer
1
-1
/
+1
2011-08-23
Introduce a pass to insert vzeroupper instructions to avoid AVX to
Bruno Cardoso Lopes
1
-0
/
+105