Age | Commit message (Expand) | Author |
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 |