aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-12stage2: build and provide libunwind when compiling for native libcAndrew Kelley
2021-05-13stage2: fix build on OpenBSD/NetBSDIsaac Freund
2021-05-12translate-c: Ensure extra_cflags are passed to clangEvan Haas
2021-05-12stage2: Drop LLVM's host CPU detection method as fallbackLemonBoy
2021-05-12macho: allow overriding stack size in binaryJakub Konka
2021-05-11stage2: link all libc components if using system libcIsaac Freund
2021-05-11stage2: error if requested glibc version too highIsaac Freund
2021-05-11stage2: use system libc when targeting the native OS/ABIIsaac Freund
2021-05-11stage2: Change libc components' linking orderLemonBoy
2021-05-11stage2: Allow building musl/glibc in thumb modeLemonBoy
2021-05-11stage2: Always link -lpthread when using system libcLemonBoy
2021-05-11stage2: Pass -mthumb when compiling C/C++ codeLemonBoy
2021-05-10stage1: remove outdated error message regarding #447jacob gw
2021-05-10translate-c: fix typedefs with multiple namesxackus
2021-05-09zld: adjust signed displacement source target addrJakub Konka
2021-05-09stage2 ARM: Overhaul of genArmBinOpjoachimschmidt557
2021-05-08fix merge conflicts from previous commitAndrew Kelley
2021-05-09Merge pull request #8474 from gracefuu/grace/encode-instructionAndrew Kelley
2021-05-08Merge pull request #8686 from Vexu/tryAndrew Kelley
2021-05-08link/MachO: fix --verbose-link ensureCapacity bugAndrew Kelley
2021-05-08update usage of std.testing in stage2Veikka Tuominen
2021-05-06Merge pull request #8683 from LemonBoy/thumblinuxAndrew Kelley
2021-05-06stage1: improve message for missing fn return typelars
2021-05-06zld: sort tlv offsets by source addressJakub Konka
2021-05-06zld: cleanup relocs and flag errors on unhandled symbol typesJakub Konka
2021-05-05stage2: Fix UAF in ErrorMsg destructorLemonBoy
2021-05-05stage1: Fix other OS targetJay Petacat
2021-05-04stage1: Fix LLVM error in inline asm invocationLemonBoy
2021-05-04zld: port over a few more bits from ld64Jakub Konka
2021-05-04zld: disable most logsJakub Konka
2021-05-04zld: build updated macho backendJakub Konka
2021-05-04zld: rewrite symbol allocationsJakub Konka
2021-05-04zld: resolve GOT loads and stubsJakub Konka
2021-05-04zld: rewrite symbol resolutionJakub Konka
2021-05-04zld: rewrite Object to include pointers to SymbolsJakub Konka
2021-04-30CLI: fix incorrect error message with -cflagsAndrew Kelley
2021-04-28Merge pull request #8472 from sreehax/masterAndrew Kelley
2021-04-28stage2 riscv64: cleanup code and add testsjoachimschmidt557
2021-04-26Merge pull request #8604 from hoanga/haiku-support-sysdefsAndrew Kelley
2021-04-25Merge pull request #8616 from LemonBoy/fn-alignAndrew Kelley
2021-04-25stage1: Use correct alignment for asyncCall frameLemonBoy
2021-04-25Merge pull request #8496 from xackus/isErrorAndrew Kelley
2021-04-25stage2 register manager: Use an array instead of a hashmap for trackingjoachimschmidt557
2021-04-25translate-c: Fix casting of function pointersLemonBoy
2021-04-25stage1: Change how the Frame alignment is computedLemonBoy
2021-04-24Merge pull request #8608 from LemonBoy/fix-8602Andrew Kelley
2021-04-24translate-c: Prevent mistranslation of fp literalsLemonBoy
2021-04-24stage1: Require a block after suspendLemonBoy
2021-04-24zld: new approach at handling static initsJakub Konka
2021-04-24zld: add temp debug info fix by setting mtime=0Jakub Konka