summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86VZeroUpper.cpp
Commit message (Expand)AuthorAge
* Avoid using subtarget features when adding X86 specific passes toEric Christopher2014-05-22
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [X86] New and improved VZeroUpperInserter optimization.Lang Hames2014-03-17
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* AVX-512: Added more intrinsics for convert and min/max.Elena Demikhovsky2014-01-05
* [X86] Check YMM31/ZMM31 as wellMichael Liao2013-12-04
* Enhance the fix of PR17631Michael Liao2013-12-03
* Fix PR17631Michael Liao2013-10-23
* I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...Elena Demikhovsky2013-07-24
* Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...Elena Demikhovsky2013-02-13
* Check for empty YMM use-def lists in X86VZeroUpper.Jakob Stoklund Olesen2012-10-17
* Don't cache the MBB in the class. Its only used by one function. Change a for...Craig Topper2012-08-22
* Mark a function as static since it doesn't use anything in the class.Craig Topper2012-08-22
* Whitespace.Chad Rosier2012-08-01
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-22
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...Eli Friedman2011-11-04
* Use internal storage for command line option.Benjamin Kramer2011-09-03
* Introduce a pass to insert vzeroupper instructions to avoid AVX toBruno Cardoso Lopes2011-08-23