aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder
AgeCommit message (Expand)Author
2020-04-12all: support Go 1.14Elliott Sales de Andrade
2020-04-09builder: work around a bug in ld.lld in LLVM 10Ayke van Laethem
2020-04-09main: switch to LLVM 10Ayke van Laethem
2020-04-07arm: use -fomit-frame-pointerAyke van Laethem
2020-04-07builder: make sure -fshort-enums is used consistentlyAyke van Laethem
2020-04-03builder: run tools (clang, ...) as separate processesAyke van Laethem
2020-03-25compiler: refactor public interfaceAyke van Laethem
2020-03-22all: include picolibc for bare metal targetsAyke van Laethem
2020-03-22builder: refactor compiler-rt libraryAyke van Laethem
2020-03-21compiler: move Optimizer function to transform packageAyke van Laethem
2020-03-19compiler: move NonConstGlobals pass to transform packageAyke van Laethem
2020-03-19compiler: move ApplyFunctionSections to transform packageAyke van Laethem
2020-01-28compiler: move wasm ABI workaround to transform packageAyke van Laethem
2020-01-16gameboy-advance: include compiler-rt in buildAyke van Laethem
2020-01-06targets: add target circuitplay-bluefruitMichael Matloob
2019-12-29Add initial FreeBSD supportDmitri Goutnik
2019-12-24builder: update Clang header locationAyke van Laethem
2019-12-21compiler: add location information to the IR checkerAyke van Laethem
2019-12-14riscv: add support for compiler-rtAyke van Laethem
2019-12-11builder: use builtin Clang when building staticallyAyke van Laethem
2019-11-25Revert "all: use compiler-rt from the llvm-project directory"Ayke van Laethem
2019-11-16all: switch to LLVM 9Ayke van Laethem
2019-11-13all: use compiler-rt from the llvm-project directoryAyke van Laethem
2019-11-13builder: make Clang header detection more robustAyke van Laethem
2019-11-13builder: write a symbol table when writing out the compiler-rt libAyke van Laethem
2019-11-11main: refactor compile/link part to a builder packageAyke van Laethem