index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86VZeroUpper.cpp
Age
Commit message (
Expand
)
Author
2013-02-13
Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...
Elena Demikhovsky
2012-10-17
Check for empty YMM use-def lists in X86VZeroUpper.
Jakob Stoklund Olesen
2012-08-22
Don't cache the MBB in the class. Its only used by one function. Change a for...
Craig Topper
2012-08-22
Mark a function as static since it doesn't use anything in the class.
Craig Topper
2012-08-01
Whitespace.
Chad Rosier
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-04-20
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-02-22
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-11-04
Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ...
Eli Friedman
2011-09-03
Use internal storage for command line option.
Benjamin Kramer
2011-08-23
Introduce a pass to insert vzeroupper instructions to avoid AVX to
Bruno Cardoso Lopes