summary refs log tree commit diff
AgeCommit message (Expand)Author
2021-03-18Revert "arm64: try qemu-system-aarch64"Michael Forney
2021-03-12arm64: fix selcall call data for return of aggregate in memoryMichael Forney
2021-03-12Arrange debug flag table to match pass orderMichael Forney
2021-03-02disable pie for arm64 testsQuentin Carbonneaux
2021-03-02arm64: try qemu-system-aarch64Reini Urban
2021-03-02fix a couple asan complaintsQuentin Carbonneaux
2021-03-02renaming in gas.cQuentin Carbonneaux
2021-03-02add data $name = section "section" ...Drew DeVault
2021-03-02silence a gcc10 warningQuentin Carbonneaux
2021-03-02gas: emit GNU-stack note so that stack is not executableMichael Forney
2021-03-02arm64: handle stack offsets >=4096 in OaddrMichael Forney
2021-02-16docs/llvm: Fix typo jeoparadized -> jeopardizedThomas Bracht Laumann Jespersen
2020-10-05fold: zero-initialize padding bits of constantsMichael Forney
2020-08-06fix a typo in call's BNFQuentin Carbonneaux
2020-08-06amd64: Use member class for aggregate parameter temporaryMichael Forney
2020-08-06rega: Fix allocation of multiple temporaries to the same registerMichael Forney
2020-08-06arm64: Make sure SP stays aligned by 16Michael Forney
2020-08-06Move NPred in parse.c and decrease itMichael Forney
2020-08-06Use a dynamic array for phi argumentsMichael Forney
2019-11-25copy: Fix use of compound literal outside its scopeMichael Forney
2019-07-11minic: fix undefined symbol linkage issueSergei V. Rogachev
2019-05-16Fix a few uses of gassym missed in 9e7e5bffMichael Forney
2019-05-15arm64: Handle stack allocations larger than 4095 bytesMichael Forney
2019-05-15arm64: Handle truncd instructionMichael Forney
2019-05-15arm64: Use 32-bit register name when loading 'b' or 'h' into 'l'Michael Forney
2019-05-15Allow specifying literal global namesMichael Forney
2019-05-14drop dead declarationQuentin Carbonneaux
2019-05-14fix a bad bug in copy detectionQuentin Carbonneaux
2019-05-05add asm diffing in test scriptQuentin Carbonneaux
2019-05-05fuse epilog deduplication with jump threadingQuentin Carbonneaux
2019-05-05revert last commitQuentin Carbonneaux
2019-05-04emit only one epilog per functionQuentin Carbonneaux
2019-05-03gas: use .balign instead of .alignQuentin Carbonneaux
2019-05-02move fillloop() after fold()Quentin Carbonneaux
2019-05-02detect ubiquitous simple copiesQuentin Carbonneaux
2019-05-02revert heuristic to reuse stack slotsQuentin Carbonneaux
2019-04-30isel fix for amd64 memory storesQuentin Carbonneaux
2019-04-29fix folding of unsigned operationsQuentin Carbonneaux
2019-04-29fold: Make sure 32-bit constants get sign extended when necessaryMichael Forney
2019-04-29amd64: Use unordered compare for floating pointsMichael Forney
2019-04-29add missing gas prefixQuentin Carbonneaux
2019-04-26new large test to evaluate performanceQuentin Carbonneaux
2019-04-26update conaddr test to catch early segfaultsQuentin Carbonneaux
2019-04-26Fix config.h dependency when OBJDIR != objMichael Forney
2019-04-26amd64/isel: Error if alloc size doesn't fit in Tmp slot typeMichael Forney
2019-04-26Allow stack allocations larger than SHRT_MAX * 4 bytesMichael Forney
2019-04-26restore some code from b4a98cQuentin Carbonneaux
2019-04-25cleanup amd64 constant addressingQuentin Carbonneaux
2019-04-24Fix default config.h for arm64Michael Forney
2019-04-17avoid some gcc warningsQuentin Carbonneaux