Historique des commits

Auteur SHA1 Message Date
  florian 637976e83f * patch by Marģers to unify internal error numbers, resolves #37888 il y a 5 ans
  svenbarth 2b59000d56 + implement compiler support for SEH on Win64 il y a 5 ans
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would il y a 6 ans
  yury 03f4875310 * Removed creation of unused symbol. It was needed before r35492. il y a 8 ans
  svenbarth 04443b0a94 * correctly create relocations for .pdata sections (fixes linking error with ld) il y a 8 ans
  sergei 6a3fe72de9 + Support .rva directive in AT&T reader. Put it into base class because it generally applies to all targets with COFF output, but enabled for Windows targets only (others need additional testing). il y a 14 ans
  sergei a463fbc578 * Reset unwind_info.flags between procedures. Writing non-zero flags without handler ends up in corrupt unwind info. il y a 14 ans
  sergei 85f7914906 * Don't generate .seh_endprologue if SEH directives are present in the text of (pure assembler) procedure, as it results in duplicate .seh_endprologue. il y a 14 ans
  sergei 9eb451756b + Support .seh_handler directive il y a 14 ans
  sergei b997094755 + Generate unwind bytecode for function prologues on win64. il y a 14 ans
  sergei 1365467b0d + Support classes for creating unwind bytecode for Win64. il y a 14 ans