index
:
~cnx/roux
this commit
main
Alternative QBE compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
amd64
Age
Commit message (
Expand
)
Author
2024-01-02
dbgloc: add column argument
Drew DeVault
2024-01-02
revert 5af33410
Quentin Carbonneaux
2023-12-30
Fix IBT/BTI by instrumenting function calls
Tobias Heider
2023-08-28
comments in amd64 isel
Quentin Carbonneaux
2023-08-26
Fix conversion from float/double to unsigned int
Michael Forney
2023-08-18
file,loc become dbgfile,dbgloc
Quentin Carbonneaux
2023-06-06
implement line number info tracking
Thomas Bracht Laumann Jespersen
2023-04-02
amd64_apple: one more thread-local symbols fix
Quentin Carbonneaux
2023-04-02
amd64_apple: support thread-local addresses
Quentin Carbonneaux
2023-04-02
amd64_sysv: fix offsets in thread-local Oaddr
Quentin Carbonneaux
2023-04-02
amd64_sysv: thread-local support in Oaddr
Quentin Carbonneaux
2023-03-22
rename blknew() to newblk()
Quentin Carbonneaux
2023-03-19
naming nit
Quentin Carbonneaux
2023-03-16
silence format warning more reliably
Quentin Carbonneaux
2023-03-15
silence some warnings
Quentin Carbonneaux
2022-12-25
new UNDEF Ref
Quentin Carbonneaux
2022-12-14
new blit instruction
Quentin Carbonneaux
2022-12-12
new rsval() helper for signed Refs
Quentin Carbonneaux
2022-11-27
new hlt block terminator
Quentin Carbonneaux
2022-11-22
use a new struct for symbols
Quentin Carbonneaux
2022-10-12
thread-local storage for amd64_apple
Quentin Carbonneaux
2022-10-08
mark apple targets with a boolean
Quentin Carbonneaux
2022-10-08
"rel" fields become "reloc"
Quentin Carbonneaux
2022-10-08
add support for thread-local storage
Quentin Carbonneaux
2022-10-03
fix case of Pool constants
Quentin Carbonneaux
2022-10-03
add new target-specific abi0 pass
Quentin Carbonneaux
2022-08-31
drop -G flag and add target amd64_apple
Quentin Carbonneaux
2022-06-14
do not fold cnst+cnst in amd64's isel
Quentin Carbonneaux
2022-03-17
amd64: restore previous name of amd64_sysv target
Michael Forney
2022-03-15
new -t? flag to print default target
Quentin Carbonneaux
2022-03-14
dynamic stack allocs for arm64
Quentin Carbonneaux
2022-03-08
flag types defined as unions
Quentin Carbonneaux
2022-03-08
cosmetics
Quentin Carbonneaux
2022-02-02
shared linkage logic for func/data
Quentin Carbonneaux
2022-01-28
amd64/isel: nits
Quentin Carbonneaux
2022-01-28
implement float -> unsigned casts
Bor Grošelj Simić
2022-01-28
implement unsigned -> float casts
Bor Grošelj Simić
2022-01-23
Add a negation instruction
Eyal Sawady
2021-11-22
reuse previous address constants in fold()
Michael Forney
2021-11-08
amd64: avoid reading past end of passed struct
Michael Forney
2021-10-22
make variadic args explicit
Quentin Carbonneaux
2021-10-17
amd64/sysv: unbreak env calls
Quentin Carbonneaux
2021-10-13
add size suffix to frame setup.
Andrew Chambers
2021-08-29
amd64/isel: fix floating point == and != result with NaN
Michael Forney
2021-08-27
amd64/isel: fix floating < and <= result with NaN
Michael Forney
2021-08-23
amd64/emit.c: fix %x =k sub %x, %x
Eyal Sawady
2021-07-30
err when an address contains a sum $a+$b (afl)
Quentin Carbonneaux
2021-07-28
handle fast locals in amd64 shifts (afl)
Quentin Carbonneaux
2021-07-28
fix amd64 addressing selection bug (afl)
Quentin Carbonneaux
2021-06-17
amd64: fix conditional jump when compare is swapped and used elsewhere
Michael Forney
[next]