Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Maebe 2d051f89f7 * don't increase refcounts for variants assigned to (ti_)const nodes, fixes vor 9 Jahren
  Jonas Maebe 26f6d2f39d * emit smallsets as a single byte/word/cardinal, since that is how they vor 9 Jahren
  pierre 2f79e6147b Makefile's regenerated after: vor 9 Jahren
  pierre c3957a0f79 Set GDBMI Makefile environment variable for targets that support vor 9 Jahren
  Károly Balogh de6d7be8df powerpc: converted some partial tabs indentation to spaces. no functional changes. vor 9 Jahren
  Károly Balogh 7a6f18c496 powerpc: reworked syscall generation once more. instead of making various assumptions on the syscallib location based on the calling convention, simply search for the lib and use its location. also unified the call generation itself vor 9 Jahren
  pierre 95520ea767 + Add handling of multiline GDBVersion string, vor 9 Jahren
  pierre fb2a726dbd Add help message to About if GDB version retrieval does not work vor 9 Jahren
  pierre 6d6da7854c Add ExeExt suffix to GDBProgramName if not specified vor 9 Jahren
  pierre 97c2067832 Fix compiler cycling starting from 3.0.0 powerpc64 release compiler vor 9 Jahren
  michael d876d1d1e7 * Patch from Mattias Gaertner: vor 9 Jahren
  michael 504e4fb944 * New patch from Mattias Gaertner vor 9 Jahren
  pierre ca08a3498d Replace -k-bbigtoc by -CTsmalltoc, which is more efficient, thanks to Jonas. vor 9 Jahren
  pierre 55804eb382 Regenerate Mkefile after: vor 9 Jahren
  pierre c239dc128f + Add -bbigtoc linker option for aix IDE with GDBMI vor 9 Jahren
  pierre eca3ddc5ce Regenerate Makefile after change to Makefile.fpc: vor 9 Jahren
  pierre e52c7d5c43 Change default mode to using mi interpreter, with GDB running as an separete process. vor 9 Jahren
  michael 1001bac6bb * Accept quoted identifiers, using double quotes vor 9 Jahren
  michael 394ec97d80 * Min/Max aggregates vor 9 Jahren
  Károly Balogh 54ac4c91c8 fixed builds on 32bit hosts to 64bit targets (broken by r34416) vor 9 Jahren
  pierre f216c359bd Always consider Compilation raised exception internally as an Internal Error vor 9 Jahren
  Károly Balogh d5d62b7675 aros: startup code tweaks for i386, to keep libbase untouched in eax vor 9 Jahren
  Károly Balogh 84abdd8287 powerpc: simplified code generation for MorphOS syscalls vor 9 Jahren
  Károly Balogh 464ecab542 huge syscall support refactor for Amiga-likes. removed large chunks of ancient duplicated code, and in general tried to make the entire thing more maintainable and cleaner. also added support for AROS EAXBase syscall convention vor 9 Jahren
  pierre a0713632a9 Consider a 'Compilation raised exception internally' without Fatal nor Error message as an InternalError vor 9 Jahren
  svenbarth cb27889dea * fix cycling by correctly handling the case that the global symtable of a program file is Nil vor 9 Jahren
  svenbarth 36e5d02e8e * addsymref: do not directly check the top level symtable against the current module's global symtable as that would be false for a specialize symtable; check the module id instead vor 9 Jahren
  svenbarth 80c2e3b51a * special detection of an ongoing specialization for the case that a function that belongs to a generic and has said generic as parameter or result is in turn specialized as a parameter or result of another generic function vor 9 Jahren
  svenbarth 6a14bb5014 * check the owner of current_specializedef as that is Nil if a generic routine is specialized and this is the specialization of one of its parameters or its result type vor 9 Jahren
  svenbarth 08cd62fc7e * rework parse_proc_dec_finish.read_returndef a bit so that specializations as result types of generic routines are handled correctly vor 9 Jahren