aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86VZeroUpper.cpp
AgeCommit message (Expand)Author
2013-02-13Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...Elena Demikhovsky
2012-10-17Check for empty YMM use-def lists in X86VZeroUpper.Jakob Stoklund Olesen
2012-08-22Don't cache the MBB in the class. Its only used by one function. Change a for...Craig Topper
2012-08-22Mark a function as static since it doesn't use anything in the class.Craig Topper
2012-08-01Whitespace.Chad Rosier
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-04-20Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-02-22Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-11-04Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...Eli Friedman
2011-09-03Use internal storage for command line option.Benjamin Kramer
2011-08-23Introduce a pass to insert vzeroupper instructions to avoid AVX toBruno Cardoso Lopes