Age | Commit message (Expand) | Author |
2024-08-08 | Makefile: Move `--no-warn-rwx-segments' into xcompile | Nico Huber |
2024-08-01 | xcompile: Apply -Wextra with temporary exceptions to GCC | Felix Singer |
2024-07-23 | xcompile: Drop CC_RT_EXTRA_GCC for PPC64 | Nico Huber |
2024-07-10 | xcompile: Use one line per CLANG_CFLAGS_${TARCH} flag | Elyes Haouas |
2024-06-04 | util/xcompile: Use new GCC's warning options only if supported | Elyes Haouas |
2024-03-30 | util/xcompile: Use a more complete clang target | Arthur Heymans |
2024-03-26 | util/xcompile: Add target architecture to CPPFLAGS | Arthur Heymans |
2023-08-28 | util/xcompile: Fix libpayload compilation with clang/llvm | Arthur Heymans |
2023-07-17 | util/xcompile: Add NASM to xcompile | Arthur Heymans |
2023-05-27 | libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option | Felix Held |
2022-11-28 | Makefile.inc: Decrease minimal pagesize from 4 kB to 1 kB | Paul Menzel |
2022-11-13 | util/xcompile: Fix building for clang + 64bit | Arthur Heymans |
2022-09-17 | riscv: Enable the newfangled way of selecting instruction sets | Patrick Georgi |
2022-07-15 | util/xcompile/xcompile: Define GCOV_${TARCH} | Yu-Ping Wu |
2022-05-13 | xcompile,clang: increase the number of bracket-depth for CPP | Arthur Heymans |
2021-07-28 | util/xcompile: Allow overriding default compiler path | Patrick Georgi |
2020-12-29 | util/xcompile: fix XGCCPATH handling | rnhmjoj |
2020-07-08 | util/xcompile: Look for the host compiler in XGCCPATH, too (and first) | Patrick Georgi |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | util/: Replace GPLv2 boiler plate with SPDX header | Patrick Georgi |
2020-05-09 | AUTHORS, util/: Drop individual copyright notices | Patrick Georgi |
2020-03-20 | util/xcompile: Split $CFLAGS_GCC | Nico Huber |
2020-03-16 | Revert "crossgcc: Upgrade GCC to 9.2.0" | Patrick Rudolph |
2020-02-26 | crossgcc: Upgrade GCC to 9.2.0 | Elyes HAOUAS |
2020-02-24 | xcompile: Use GCC wrappers for ar, nm | Jacob Garber |
2020-02-03 | xcompile: Disable null pointer optimizations | Jacob Garber |
2019-11-22 | util/xcompile: Only use -Wno-address-of-packed-member if supported | Patrick Georgi |
2019-11-20 | Remove MIPS architecture | Julius Werner |
2019-11-19 | xcompile: Explicitly disable warning address-of-packed-member | Elyes HAOUAS |
2019-07-25 | xcompile: Store XGCCPATH | Nico Huber |
2019-06-21 | Move -Wlogical-op into xcompile | Nico Huber |
2019-06-19 | xcompile: Fix harmless typo | Nico Huber |
2019-05-29 | xcompile: Remove --rtlib switch from clang CFLAGS | Damien Zammit |
2019-05-28 | util/xcompile/xcompile: apply -march to clang as well as gcc | Alan Green |
2019-03-06 | pci_drivers/cpu_drivers: Fix constructed arrays on x86_64 | Patrick Rudolph |
2018-12-28 | util/xcompile/xcompile: Use tab for indent | Elyes HAOUAS |
2018-12-20 | util/xcompile/xcompile: Enable x86_64 support | Patrick Rudolph |
2018-11-30 | arch/power8: Rename to ppc64 | Jonathan Neuschäfer |
2018-07-26 | util: Add description.md to each util | Tom Hiller |
2018-05-09 | util/xcompile: prefer riscv64 over riscv | Patrick Georgi |
2017-09-02 | clang: Enable integrated assembler on clang builds | Damien Zammit |
2017-06-27 | clang: Allow initializer overrides | Stefan Reinauer |
2017-06-27 | xcompile: silence clang when referencing packed structs' members | Patrick Georgi |
2017-06-27 | xcompile: Also try clang variants under the $triplet-clang scheme | Patrick Georgi |
2017-06-26 | libpayload: Enable building libpayload with march=i586 | Lee Leahy |
2017-06-25 | xcompile: Fix clang compiler runtime detection | Stefan Reinauer |
2017-05-16 | xcompile: replace -print-librt-file-name with -print-libgcc-file-name | Patrick Georgi |
2017-01-31 | util/xcompile: parallelize compiler checks | Patrick Georgi |
2016-10-28 | util/xcompile/xcompile: Add a space before `&&` | Paul Menzel |
2016-09-12 | arch/arm: Add armv7-r configuration | Hakim Giydan |
2016-08-17 | xcompile: add riscv64 name to riscv toolchain | Iru Cai |
2016-05-03 | xcompile: test if gcc is really available | Stefan Tauner |
2016-04-21 | xcompile: support being called from payloads/external/.../.../ | Stefan Reinauer |
2016-04-18 | More compatible use of mktemp | Stefan Reinauer |
2016-04-14 | util/xcompile/xcompile: Remove -Wno-unused-but-set-variable from CFLAGS | Paul Menzel |
2016-04-04 | crossgcc: Fix compiler detect for POWER8 big endian mode switch. | Timothy Pearson |
2016-02-23 | xcompile: Add parameter to aid in debugging | Martin Roth |
2016-02-21 | Support arm-linux-gnueabi compilers. | Vladimir Serbinenko |
2016-02-03 | xcompile: Add a way to specify -march=i586 | Martin Roth |
2016-01-31 | buildgcc: Rename armv7-a-eabi compiler to arm-eabi | Stefan Reinauer |
2016-01-26 | xcompile: fill in power8 64bit LE | Patrick Georgi |
2016-01-26 | xcompile: also look for *-linux compiler triplet | Patrick Georgi |
2016-01-26 | xcompile: document all the variables! | Patrick Georgi |
2016-01-23 | util/xcompile: Add gnatbind tool | Nico Huber |
2016-01-15 | xcompile: Add core count to .xcompile | Martin Roth |
2016-01-14 | xcompile: More updates on ARM64 Erratum flags | Martin Roth |
2016-01-07 | xcompile: Quote variables to prevent globbing and splitting. | Martin Roth |
2016-01-07 | xcompile: Use local variables in the test functions | Martin Roth |
2016-01-07 | xcompile: use $() instead of backticks | Martin Roth |
2016-01-07 | xcompile: Only include arm64 erratum check in arm64 section | Martin Roth |
2016-01-07 | xcompile: Put compiler variables outside of 'if' to allow checking | Martin Roth |
2016-01-07 | xcompile: Separate flags from clang executable | Martin Roth |
2016-01-07 | xcompile: Add XGCCPATH to clang compiler | Martin Roth |
2016-01-07 | xcompile: Add separation for architectures to improve readability | Martin Roth |
2016-01-07 | xcompile: Use tabs for indentation | Martin Roth |
2016-01-05 | xcompile: Remove warnings about missing tools & architectures | Martin Roth |
2015-12-07 | xcompile: Don't warn on missing power8 compiler | Martin Roth |
2015-12-03 | add support for power8 to xcompile script | Ronald G. Minnich |
2015-11-20 | build system: tighten down .xcompile handling some more | Patrick Georgi |
2015-11-20 | xcompile: Redirect the objdump stderr to /dev/null | zbao |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-08-28 | arm64: xcompile: Add support for A53 erratum 843419 | Julius Werner |
2015-08-25 | xcompile: Force localization of objdump to C | Martin Roth |
2015-08-10 | xcompile: crossgcc lookup in parent paths, for painless libpayload support | Paul Kocialkowski |
2015-07-09 | libpayload: Use top level xcompile | Stefan Reinauer |
2015-07-09 | xcompile: switch around armv7 TCARCHes | Stefan Reinauer |
2015-07-07 | Unconditionally compile romstage with -Wa,--divide | Stefan Reinauer |
2015-07-07 | xcompile: Fix compiler invocation in testcc | Stefan Reinauer |
2015-07-06 | util/xcompile/xcompile: use env(1) to find bash | Jonathan A. Kollasch |
2015-07-04 | xcompile: ask for compiler runtime using appropriate CFLAGS | Patrick Georgi |
2015-06-20 | xcompile: x86-64-elf wants -Wa,--divide, too | Stefan Reinauer |
2015-06-16 | xcompile: Don't print error messages | Stefan Reinauer |
2015-06-16 | xcompile: add support for x86-64 | Stefan Reinauer |
2015-06-08 | xcompile: Fix errors thrown during make gitconfig | Stefan Reinauer |
2015-06-04 | build system: move more clang handling to xcompile | Patrick Georgi |
2015-06-04 | build system: move compiler runtime determination to xcompile | Patrick Georgi |
2015-06-04 | xcompile: Detect clang compilers | Patrick Georgi |
2015-06-04 | xcompile: Rename internal variable CFLAGS to CFLAGS_GCC | Patrick Georgi |
2015-05-27 | xcompile: Add CROSS_COMPILE_* variable | Furquan Shaikh |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |