| Commit message (Expand) | Author | Age | Files | Lines |
| * | [compiler-rt] Don't check XCR0 when detecting avx512 on Darwin. | Florian Hahn | 2019-11-21 | 1 | -0/+8 |
| * | [X86] Add AMD Matisse (znver2) model number to getHostCPUName and compiler-rt... | Craig Topper | 2019-11-18 | 1 | -2/+2 |
| * | [X86] Add support for avx512bf16 for __builtin_cpu_supports and compiler-rt's... | Craig Topper | 2019-09-04 | 1 | -1/+7 |
| * | Move a break into the correct place. NFCI. | Peter Collingbourne | 2019-08-23 | 1 | -1/+1 |
| * | BMI2 support is indicated in bit eight of EBX, not nine. | Eric Christopher | 2019-08-05 | 1 | -1/+1 |
| * | [X86] Add more icelake model numbers to compiler-rt implementation of __built... | Craig Topper | 2019-05-22 | 1 | -0/+8 |
| * | [X86] Add icelake-client and tremont model numbers to compiler-rt's implement... | Craig Topper | 2019-05-20 | 1 | -0/+9 |
| * | [builtins] Use single line C++/C99 comment style | Petr Hosek | 2019-04-28 | 1 | -12/+12 |
| * | [builtins] Reformat builtins with clang-format | Petr Hosek | 2019-04-28 | 1 | -24/+22 |
| * | Make __cpu_model a hidden symbol, to match libgcc. | Sterling Augustine | 2019-03-20 | 1 | -0/+10 |
| * | [X86] Add 'znver2' and 'cascadelake' support to __cpu_indicator_init. | Craig Topper | 2019-02-26 | 1 | -6/+20 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [X86][compiler-rt] Add missing semicolon | Benjamin Kramer | 2018-11-24 | 1 | -1/+1 |
| * | [X86] Make conversion of feature bits into a mask explicitly unsigned by usin... | Craig Topper | 2018-11-24 | 1 | -6/+6 |
| * | [X86][compiler-rt] Attempt to fix a warning about a shift amount being negati... | Craig Topper | 2018-11-24 | 1 | -6/+6 |
| * | [X86][compiler-rt] Add additional CPUs and features to the cpu detection to m... | Craig Topper | 2018-10-20 | 1 | -35/+78 |
| * | [compiler-rt][X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection. | Roman Lebedev | 2018-05-01 | 1 | -2/+2 |
| * | [X86] Add cpu detection for cannonlake. | Craig Topper | 2017-11-19 | 1 | -0/+7 |
| * | [X86] Add Knights Mill CPU to cpu_indicator support to match libgcc. | Craig Topper | 2017-10-11 | 1 | -0/+5 |
| * | [X86][builtins] Sync getX86CpuIDAndInfoEx with llvm's Host.cpp again. | Craig Topper | 2017-07-19 | 1 | -29/+10 |
| * | [compiler-rt][X86] Match the detection of cpu's for __cpu_model to the latest... | Craig Topper | 2017-07-13 | 1 | -309/+109 |
| * | [X86] Sync a few more things from llvm's Host.cpp to cpu_model. | Craig Topper | 2017-07-10 | 1 | -42/+32 |
| * | [X86] Resync cpu_model.c with llvm's Host.cpp in preparation for making it co... | Craig Topper | 2017-07-10 | 1 | -34/+55 |
| * | [builtins] Fix MSVC build | Reid Kleckner | 2017-04-07 | 1 | -6/+13 |
| * | [compiler-rt] Change all asm directives to __asm__ in cpu_model. | Alina Sbirlea | 2016-07-17 | 1 | -36/+36 |
| * | Add runtime support for __cpu_model (__builtin_cpu_supports) | Alina Sbirlea | 2016-07-14 | 1 | -0/+797 |
| * | Revert "Add runtime support for __cpu_model (__builtin_cpu_supports)" | Alina Sbirlea | 2016-07-08 | 1 | -799/+0 |
| * | Add runtime support for __cpu_model (__builtin_cpu_supports) | Alina Sbirlea | 2016-07-08 | 1 | -0/+799 |
| * | Revert r274865-r274870 | Alina Sbirlea | 2016-07-08 | 1 | -799/+0 |
| * | Added comments identifing code source | Alina Sbirlea | 2016-07-08 | 1 | -0/+4 |
| * | Check cpuid supported for i386. | Alina Sbirlea | 2016-07-08 | 1 | -1/+29 |
| * | Add default initialization. Add unit test. | Alina Sbirlea | 2016-07-08 | 1 | -1/+1 |
| * | clang-format it | Alina Sbirlea | 2016-07-08 | 1 | -40/+38 |
| * | Add runtime support for __cpu_model (__builtin_cpu_supports) | Alina Sbirlea | 2016-07-08 | 1 | -0/+769 |