Commit History

作者 SHA1 備註 提交日期
  svenbarth 5b71ba2a9b * treat a missing genericdef with no symname set as an internal error 5 年之前
  svenbarth ef6c9e930b * correctly handle the genericdef being a procdef, otherwise no code will be generated (and no error either :/ ) 5 年之前
  michael 6a36bec296 * Better explanation of connection 5 年之前
  michael bcee247240 * Simple, read-only example, no authentication 5 年之前
  Jonas Maebe 0802edb710 * fix Linux/i386 and Win32 after r43578 5 年之前
  svenbarth be99031570 * rework checking for compiler files in .gitignore: ignore all ppc* files in the compiler directories except those with known extensions (*.lpi and *.pas, though for the later there currently is none) 5 年之前
  svenbarth abc3fd6f8d + add some more extensions to .gitignore 5 年之前
  Jonas Maebe ec227bb759 * fixed safecall for non-LLVM after r43578 5 年之前
  florian c6116258fd o patch by J. Gareth Moreton: 5 年之前
  Jonas Maebe e775ecdc43 * cleaned up safecall support: use a hidden localvarsym instead of result 5 年之前
  florian acdff47554 + optimize integer expressions like 2*x*4; which were not found by the node simplifier yet 5 年之前
  florian 94b728005d * more RemoveCurrentP usage 5 年之前
  florian 9e307f5c3a - removed code not used for years 5 年之前
  florian d444f750f9 * factored out TX86AsmOptimizer.OptPass1Cmp 5 年之前
  florian dea1855126 o patch by J. Gareth Moreton, resolves #36352: 5 年之前
  florian 030d376bac + .gitignore (for git mirrors), based on proposal by Kevin Lyda, resolves #35597 5 年之前
  florian bdd36d20ac * patch by Alfred: remove superfluous linker script entry, resolves #36345 5 年之前
  svenbarth 39f4b97ea5 + add test for a problem reported by Michael van Canneyt which is fixed by the previous revision 5 年之前
  svenbarth 1abc9c1fe7 * when specializing a routine all nested specializations must go to the para- or localsymtable as otherwise the symbol can't be found to be registered 5 年之前
  svenbarth 6edf6cad2c * also check for Nil symtables in tsymtable.includeoption 5 年之前
  svenbarth d79e2ee9da * also store, reset and restore the current module's procinfo 5 年之前
  pierre c882828fd0 Minimalist change to avoid Invalid Typecast error on class when compiled with '-CriotR -O2' for i386-go32v2 target 5 年之前
  michael f7d6192905 * Show --stop-on-parser-error in help 5 年之前
  michael 77103fe7f2 * Report error with correct exit code 5 年之前
  michael a23ed797e6 * Fix bug ID #0036335: console pops up when getting compiler info 5 年之前
  pierre 8ea92a8280 Use correct macro to for 64-bit riscv CPU 5 年之前
  Jonas Maebe ff919184d8 * restored original behaviour of shl/shr constant evaluation outside 5 年之前
  Jonas Maebe 0f46207776 * fixed (harmless) range error when expanding ~ 5 年之前
  michael cf203a6590 * Add column separator 5 年之前
  michael 0c25ada935 * Add header row 5 年之前