aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86VZeroUpper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-179/+167
* Merging r196391:Bill Wendling2013-12-071-4/+4
* Merging r196261:Bill Wendling2013-12-071-8/+27
* Fix PR17631Michael Liao2013-10-231-1/+10
* I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...Elena Demikhovsky2013-07-241-5/+10
* Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...Elena Demikhovsky2013-02-131-0/+10
* Check for empty YMM use-def lists in X86VZeroUpper.Jakob Stoklund Olesen2012-10-171-1/+1
* Don't cache the MBB in the class. Its only used by one function. Change a for...Craig Topper2012-08-221-5/+3
* Mark a function as static since it doesn't use anything in the class.Craig Topper2012-08-221-1/+1
* Whitespace.Chad Rosier2012-08-011-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-1/+1
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-221-1/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-1/+1
* Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...Eli Friedman2011-11-041-27/+207
* Use internal storage for command line option.Benjamin Kramer2011-09-031-1/+1
* Introduce a pass to insert vzeroupper instructions to avoid AVX toBruno Cardoso Lopes2011-08-231-0/+105