Commit Verlauf

Autor SHA1 Nachricht Datum
  florian 4103b3d180 * formatting vor 1 Jahr
  J. Gareth "Curious Kit" Moreton 0e5da37533 * Flags specific to TAsmNode have been moved to their own field vor 1 Jahr
  J. Gareth "Curious Kit" Moreton 7854152304 * Adjustment to TBLockNode.pass_1 to actually strip nothing nodes vor 2 Jahren
  Sven/Sarah Barth e050a019a2 * fix #29859: ensure that it's correctly passed down into generate_specialization whether a unit name was provided for the specialization and if so search the generic only in that unit vor 2 Jahren
  Jonas Maebe 3e98429418 Revert " * patch by J. Gareth Moreton: Nothing (NOP) node optimisation, resolves #38194" vor 3 Jahren
  florian c2ff85ac5b * patch by J. Gareth Moreton: Nothing (NOP) node optimisation, resolves #38194 vor 4 Jahren
  yury 64c586b86d * Removed/ifdefed lots of unused variables. vor 4 Jahren
  florian 85afaf5289 * patch by J. Gareth Moreton: Unitialized result variable fix on non-x86 debug builds, resolves #38371 vor 4 Jahren
  florian 089e13396a * ensure that changed compiler options do not cause values vor 4 Jahren
  florian 637976e83f * patch by Marģers to unify internal error numbers, resolves #37888 vor 4 Jahren
  Jonas Maebe a88288bab3 - reverted r46457, accidentally committed (breaks -Oooptcse) vor 5 Jahren
  Jonas Maebe f26735fc77 * execute the tempinitcode whent the tempcreate node gets processed rather vor 5 Jahren
  florian 2500f8432f * ti_const must be part of tempinfostoreflags as well vor 5 Jahren
  florian 62c417c8bf * temporarily fix #37034 by disabling the problematic optimization until the real cause is fixed vor 5 Jahren
  florian 84a1f614d9 * fix several double ; vor 5 Jahren
  florian de805fddcd * properly force the result type after r45217 vor 5 Jahren
  florian e3870079b2 * remove tempref mess for simple inlined functions vor 5 Jahren
  florian 9dd25d836d * include ti_nofini in tempinfostoreflags vor 5 Jahren
  Jonas Maebe ac1e0f96bd * replaced tentryfile.get/putsmall/normalset() with a common tget/putset vor 5 Jahren
  Jonas Maebe 0f57327bff * maybereplacewithtemp/maybereplacewithtempref: also create a temp in case vor 6 Jahren
  Jonas Maebe 0a91fcb44f * LLVM-specific support for bsr*/bsf* vor 6 Jahren
  pierre 243c967967 Commit of new debug feature implemented by J. Gareth Moreton vor 6 Jahren
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would vor 6 Jahren
  yury e5c2d13671 * Do not set pi_needs_got in current_procinfo.flags at the node level, since the GOT usage can only be estimated there. Instead set the pi_needs_got flag at places where the GOT register is accessed during the code generation. This eliminates generation of the unneeded initialization of the GOT register and fixes linker errors when the _GLOBAL_OFFSET_TABLE_ symbol is referenced but no actual GOT references are present. vor 6 Jahren
  Jonas Maebe ea69a5b372 * finalizetemps nodes should never be considered equal and have side effects vor 6 Jahren
  Jonas Maebe 3b9f5a5e96 * moved finalization of code generator temps to a node, so it can be getcopy'd vor 6 Jahren
  svenbarth 116230f759 * forgot to commit extension to tspecializenode vor 6 Jahren
  florian 800ce23499 * fixed some issues to get correct values of section_count, works better than before but it is still not perfect for unknown reasons vor 6 Jahren
  svenbarth 0ba14c7ad8 * fix memory leak when freeing a temp delete node: also call the inherited destructor so that e.g. tnode.optinfo is freed. vor 7 Jahren
  florian 1497b64804 * the temp. locations created by cse were not properly cleanup up, this patch fixes this vor 7 Jahren