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
/
X86VZeroUpper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+1
*
Avoid using subtarget features when adding X86 specific passes to
Eric Christopher
2014-05-22
1
-1
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[X86] New and improved VZeroUpperInserter optimization.
Lang Hames
2014-03-17
1
-165
/
+162
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-2
/
+2
*
AVX-512: Added more intrinsics for convert and min/max.
Elena Demikhovsky
2014-01-05
1
-16
/
+7
*
[X86] Check YMM31/ZMM31 as well
Michael Liao
2013-12-04
1
-4
/
+4
*
Enhance the fix of PR17631
Michael Liao
2013-12-03
1
-8
/
+27
*
Fix PR17631
Michael Liao
2013-10-23
1
-1
/
+10
*
I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...
Elena Demikhovsky
2013-07-24
1
-5
/
+10
*
Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...
Elena Demikhovsky
2013-02-13
1
-0
/
+10
*
Check for empty YMM use-def lists in X86VZeroUpper.
Jakob Stoklund Olesen
2012-10-17
1
-1
/
+1
*
Don't cache the MBB in the class. Its only used by one function. Change a for...
Craig Topper
2012-08-22
1
-5
/
+3
*
Mark a function as static since it doesn't use anything in the class.
Craig Topper
2012-08-22
1
-1
/
+1
*
Whitespace.
Chad Rosier
2012-08-01
1
-1
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-1
/
+1
*
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-22
1
-1
/
+1
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-1
/
+1
*
Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...
Eli Friedman
2011-11-04
1
-27
/
+207
*
Use internal storage for command line option.
Benjamin Kramer
2011-09-03
1
-1
/
+1
*
Introduce a pass to insert vzeroupper instructions to avoid AVX to
Bruno Cardoso Lopes
2011-08-23
1
-0
/
+105