Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | generator to it. For non-bundle instructions, these behave exactly the same as the MC layer API. For properties like mayLoad / mayStore, look into the bundle and if any of the bundled instructions has the property it would return true. For properties like isPredicable, only return true if *all* of the bundled instructions have the property. For properties like canFoldAsLoad, isCompare, conservatively return false for bundles. llvm-svn: 146026 | |||||
* | Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it ↵ | Eli Friedman | 2011-11-04 | 1 | -27/+207 | |
| | | | | | | | | is unnecessary through local analysis. Patch from Bruno Cardoso Lopes, with some additional changes. I'm going to wait for any review comments and perform some additional testing before turning this on by default. llvm-svn: 143750 | |||||
* | Use internal storage for command line option. | Benjamin Kramer | 2011-09-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 139079 | |||||
* | Introduce a pass to insert vzeroupper instructions to avoid AVX to | Bruno Cardoso Lopes | 2011-08-23 | 1 | -0/+105 | |
SSE transition penalty. The pass is enabled through the "x86-use-vzeroupper" llc command line option. This is only the first step (very naive and conservative one) to sketch out the idea, but proper DFA is coming next to allow smarter decisions. Comments and ideas now and in further commits will be very appreciated. llvm-svn: 138317 |