~boringcactus/crowbar-qbe

1dbd3fd0 — Melody Horn 4 years ago main
make debugging easier
6d107542 — Melody Horn 4 years ago
fix?? some pieces of win ABI
5107b84f — Melody Horn 4 years ago
get closer to implementing win64 fastcall
17b693c3 — Melody Horn 4 years ago
clarify which unreachable was reached
93d1ad8a — Melody Horn 4 years ago
make gdb more useful
2ec4e27f — Melody Horn 4 years ago
add amd64_win target
a27f008f — Melody Horn 4 years ago
make test infrastructure msvc compatible
c79c6eba — Melody Horn 4 years ago
clean up msvc path stuff
6f04243c — Melody Horn 4 years ago
make config.h via msbuild
aeff30dd — Melody Horn 4 years ago
cmd why
926d4ce0 — Melody Horn 4 years ago
more windows debugging!!
794dedbf — Melody Horn 4 years ago
add msys2 travis build
1cd1ae7b — Melody Horn 4 years ago
this does kinda suck tbh
bb292562 — Melody Horn 4 years ago
i am very tired
9653e7c8 — Melody Horn 4 years ago
windows smdh
13968734 — Melody Horn 4 years ago
god is dead and windows has killed him
5f2168ef — Melody Horn 4 years ago
fix Travis setup
4794700f — Melody Horn 4 years ago
add CI
7f785b18 — Melody Horn 4 years ago
make things build on windows
fold: zero-initialize padding bits of constants

Otherwise, if a constant is stored as a float and retrieved as an
int, the padding bits are uninitialized. This can result in the
generation of invalid assembly:

  Error: suffix or operands invalid for `cvtsi2ss'

Reported by Hiltjo Posthuma.
Next
Do not follow this link