Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Maebe 49cb7b2564 LLVM: use llvm.dbg.declare instead of llvm.dbg.addr for variable declarations vor 1 Jahr
  florian f562a8d9fd * hopefully final fix after 9848349610219cd0d2dadc67b112fb09a8317e91 vor 3 Jahren
  florian cc7d67d08c * i8086 compiler fixed after 9848349610219cd0d2dadc67b112fb09a8317e91 vor 3 Jahren
  florian 9848349610 * allocate registers correctly for method pointers on 16 bit address cpus, resolves #39603 vor 3 Jahren
  florian a401898139 * spelling fixes vor 3 Jahren
  Jonas Maebe a76038e1d1 hlcgobj: new getlocal and recordnewsymloc methods vor 3 Jahren
  Nikolay Nikolov 0a383d8c0f * fixed WebAssembly method pointer assignment vor 4 Jahren
  florian cc64d9eb4e * do not swap left/right code generation for assignment nodes if vor 4 Jahren
  florian 69fcacc948 * use fld/fst on i386 to copy doubles vor 5 Jahren
  pierre 5d6d47bad1 Amend commit 46484: Do not accept LOC_CSUBSETREF location type as this represents read-only memory region which should never be modified vor 5 Jahren
  pierre a4cfade86b Avoid internalerror 200203273 by handling LOC_CSUBSETREG and LOC_CSUBSETREF as LOC_SUBSETREG in tcgassignmentnode.pass_generate_code vor 5 Jahren
  pierre 57b8f28574 Avoid overflow errors on z80 CPU by changing local variable type from aint to tcgint vor 5 Jahren
  florian 8f91920c9b * use the fpu on suitable x86 targets to copy extended values vor 5 Jahren
  Jonas Maebe 4ba19f5418 * add support for creating non-address-only procvars to vor 5 Jahren
  Jonas Maebe 1e3f72403e * renamed getintparaloc to getcgtempparaloc vor 5 Jahren
  svenbarth da1312698b * correctly check for the system unit vor 5 Jahren
  svenbarth 6151f7af29 * check the localswitches of the node instead of the global ones vor 5 Jahren
  florian 4064c5f39b * section thread vars need to be access with the symbol type AT_TLS vor 6 Jahren
  Jonas Maebe eb0f02348d * fixed loading parent frame pointer for nested procvars on targets that vor 6 Jahren
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would vor 6 Jahren
  Jonas Maebe 9c3e9e80a3 * fixed type correctness of and simplified the threadvar loading size vor 6 Jahren
  Jonas Maebe 04d295f186 * first step towards supporting 32 bit targets with the LLVM code generator: vor 6 Jahren
  Jonas Maebe f98a9bea3c * cap the assumed alignment of pass-by-reference parameters to the minimum of vor 6 Jahren
  florian 9f16c34329 + initial work for tls-based threadvar support on arm-linux vor 7 Jahren
  yury 7c94d00a4a * Fixed bug #17413 (and the tw17413 test) for aarch64 by adding additional check. vor 7 Jahren
  Jonas Maebe 52e7678033 * ensure that load nodes only substitute temps in case both references point vor 7 Jahren
  Jonas Maebe 5ca8893987 * fixed temppos of loaded nested variables: invalid rather than the temppos vor 7 Jahren
  Jonas Maebe 4686f61002 * keep track of the temp position separately from the offset in references, vor 7 Jahren
  Jonas Maebe ad73453e64 * fixed alignment of threadvars (used uninitialised field value) vor 7 Jahren
  florian 31f78ea2b6 + implementation of the vectorcall calling convention by J. Gareth Moreton vor 7 Jahren