This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 4f7667c [compiler-rt] Fix minimal stack reserved for unittest on MSVC build new df2829e Add runtime support for __cpu_model (__builtin_cpu_supports) new db6d35e clang-format it new 088ae11 Add default initialization. Add unit test. new 81ba9da Check cpuid supported for i386. new 985d2ff Added comments identifing code source
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/builtins/CMakeLists.txt | 3 +- lib/builtins/cpu_model.c | 799 +++++++++++++++++++++ .../builtins/Unit/cpu_model_test.c | 17 +- 3 files changed, 808 insertions(+), 11 deletions(-) create mode 100644 lib/builtins/cpu_model.c copy lib/builtins/negdf2.c => test/builtins/Unit/cpu_model_test.c (54%)