Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-09script: rename few variables in expand_bootlinHEADmainCorentin Le Molgat
2022-11-03Update README.md to report support of POWER and s390x (#284)Guillaume Chatelet
2022-11-03Improve CI (Aarch64, Power) (#285)Mizux
* scripts: Fix shellcheck * script: Bump qemu 5.2.0 -> 7.1.0 * scripts: add bootlin aarch64 toolchains * scripts: Add PowerPC bootlin toolchain * scripts: cleanup linaro toolchains * scripts: cleanup codespace * cmake(ci): Add aarch64 bootlin support * cmake(ci): Add PowerPC bootlin support * ci: Add aarch64 bootlin jobs * ci: Add PowerPC bootlin jobs * Remove conflict with compiler generated preprocessor Co-authored-by: Guillaume Chatelet <gchatelet@google.com>
2022-11-02S390X Support (#274)marquitos0119
* support for s390x * added z15 T01, T02 model checking * removed z15 checking * removed empty strings * added s390x unit tests * added reference url for hwcaps * moved documentation to S390XFeatures struct, updated copyright date, removed unused include statement * changed num_processors to int * removed newlines from test inputs * scripts: Add bootlin s390x support * cmake(ci): Add s390x support * ci: Add s390x workflow Co-authored-by: Marcos <marcos.araque.fiallos@ibm.com> Co-authored-by: Corentin Le Molgat <corentinl@google.com>
2022-03-15Add bazel ci README, update main README (#235)Guillaume Chatelet
2022-03-15Move ci folder and make naming more consistent (#233)Guillaume Chatelet
2022-03-15Add script to generate markdown CI badgesGuillaume Chatelet
2022-03-09Improve the release process (#231)Guillaume Chatelet
2022-03-08Fix release scriptGuillaume Chatelet
2022-01-24Rename 'master' branch into 'main' (#219)Guillaume Chatelet
2021-10-28scripts: Fixup for run_integration.shCorentin Le Molgat
2021-10-26tools: Rework cross compilation scriptsCorentin Le Molgat
- Use stderr for issues - Add usage to run_integration.sh (-h or --help) - deduce toolchain and qemu config from TARGET - Bump QEMU from 2.11.1 to 5.2.0 - fix qemu build on Archlinux - Bump Linaro: toolchain 7.2-2017.11 -> 7.5-2019.12 sysroot 2.25-2017.11 -> 2.25-2019.12 - Bump codescape from 2017.10-08 to 2020.06-01 - migrate from mips-r2-hard to mips-r6-hard
2020-10-16Provides a release script (#142)Guillaume Chatelet
Fixes #141
2019-01-25Remove unneeded sysroot to save on travis cache. (#63)Guillaume Chatelet
2019-01-22Cleanup CMAKE_ADDITIONAL_ARGSGuillaume Chatelet
Making sure to cleanup CMAKE_ADDITIONAL_ARGS between runs
2019-01-22Fix mips qemu (#61)Guillaume Chatelet
* Fix continuous integration for mips * Fix MSVC build * Fix MSVC build
2019-01-21Remove verbosity from scriptGuillaume Chatelet
Users of this script shoud set it from outside: `VERBOSE=1 bash -x scrpts/test_integration.sh`
2019-01-18Update scripts, remove archive once unpackedGuillaume Chatelet
2019-01-18Update scriptsGuillaume Chatelet
2019-01-17Use Ninja by default when locally testing all configurationsGuillaume Chatelet
2019-01-17Fix typoGuillaume Chatelet
2019-01-17Fix running testsGuillaume Chatelet
2019-01-17Fix running testsGuillaume Chatelet
2019-01-17Fix test output.Guillaume Chatelet
2019-01-17Show tests outputGuillaume Chatelet
2019-01-17Allow specifying cmake generator.Guillaume Chatelet
2019-01-16Test windows integration for travis-ciGuillaume Chatelet
2019-01-15Update shebangGuillaume Chatelet
2019-01-15Declare CMAKE_SYSTEM_NAME/SYSTEM for Linaro buildsGuillaume Chatelet
2018-09-07Fix CI for Mipsv0.2.0Guillaume Chatelet
2018-02-21Fixing unneeded whitespacesGuillaume Chatelet
2018-02-16Fix shellcheck warnings.Guillaume Chatelet
2018-02-16Factor in mips-mti-linux-gnu for mipsGuillaume Chatelet
2018-02-16Remove non standard toolsGuillaume Chatelet
2018-02-16Add Mips compilation supportGuillaume Chatelet
2018-02-15Update QEMU config and pathGuillaume Chatelet
2018-02-15Trigger build when run within travisGuillaume Chatelet
2018-02-15Update cross compilation scriptGuillaume Chatelet
2018-02-14Update cross compilation scripts.Guillaume Chatelet
2018-02-14Add aarch64 cross compilation.Guillaume Chatelet
2018-02-14Make toolchain persistent accross runsGuillaume Chatelet
2018-02-14Test travis cross compilationGuillaume Chatelet