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