summaryrefslogtreecommitdiffstats
path: root/lldb/utils/lit-cpuid/lit-cpuid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Utils] Add back utils directoryJonas Devlieghere2019-07-231-0/+37
| | | | | | | Due to a bug my earlier commit removed the whole utils directory: https://reviews.llvm.org/D65123 llvm-svn: 366830
* [Utils] Remove legacy scriptsJonas Devlieghere2019-07-231-37/+0
| | | | | | | As pointed out by Nathan in D65155, these scrips don't seem to serve any real need anymore. llvm-svn: 366827
* [lldb] [lit] Add tests for reading ZMM registers (AVX512)Michal Gorny2019-04-291-0/+2
| | | | | | Differential Revision: https://reviews.llvm.org/D61212 llvm-svn: 359439
* [lldb] [lit] Add register read tests for YMM registers (AVX)Michal Gorny2019-04-261-0/+2
| | | | | | Differential Revision: https://reviews.llvm.org/D61074 llvm-svn: 359304
* [lldb] [lit] Add feature flags for native CPU featuresMichal Gorny2019-04-261-0/+33
Add a new lit-cpuid tool that detects CPU features used by some of the tests, and use it to populate available_features in lit. For now, this means that the test for MM/XMM register read will be run only when the host CPU support SSE instruction set. However, this is going to make it possible to introduce additional tests relying on AVX. Differential Revision: https://reviews.llvm.org/D61073 llvm-svn: 359303
OpenPOWER on IntegriCloud