Historique des commits

Auteur SHA1 Message Date
  J. Gareth "Curious Kit" Moreton 1ab46c909a * Reduced the number of expensive calls to "GetUserCode" in DFA il y a 1 an
  J. Gareth "Curious Kit" Moreton 5c090fce2c * Node dumps now output the convention if it's not pocall_default il y a 1 an
  Jonas Maebe 50040a2cab default values: store as staticvarsyms in staticsymtable il y a 2 ans
  florian 0d3ec87492 * also initalize default helper variables of initialization sections, resolves #40183 il y a 2 ans
  Jonas Maebe 0e46041717 WPO: also consider NewInstance to detect class instancing il y a 2 ans
  florian 342524c312 * run dead store elimination multiple times if needed il y a 2 ans
  Jonas Maebe d12bf094ab cs_opt_consts: disable when non-local gotos are active il y a 2 ans
  Jonas Maebe 3d6c53ee74 parentfpstruct: explicitly trash before initialising il y a 3 ans
  Sven/Sarah Barth f8b1801a8f + implement necessary functionality in tcgprocinfo to initialize and populate the capturer il y a 3 ans
  Sven/Sarah Barth 4dbdb4f0f1 + initial support for anonymous functions, for now as essentially nested functions il y a 4 ans
  Sven/Sarah Barth ee187f78f4 * have read_body return the created procdef il y a 4 ans
  Sven/Sarah Barth f6a444c6fc * combine the Boolean parameters of read_proc and read_proc_dec into a set il y a 4 ans
  florian 4c8e802dd3 * continue const. propagation after a for loop when possible il y a 3 ans
  florian a1ee4e04ed * if a for loop does not change a variable, we can propate it if it is a constant, resolves #39726 il y a 3 ans
  Pierre Muller 5acd7a7b83 Rename tsymtable.insert and delete methods to insertsym ands deletesym il y a 3 ans
  Karoly Balogh 60919b4979 * m68k: disable the frame pointer optimization on subarchs that don't support long displacements for now, until the shortcomings of the cg can be addressed il y a 3 ans
  florian 2b66f60a88 * do not throw an internal error in case of a misplaced string, resolves #39609 il y a 3 ans
  Florian Klämpfl a47f153dae * avoid to create a stack frame on aarch64 if possible il y a 6 ans
  Yuriy Sydorov b78761efd3 * Removed obsolete OLDREGVARS ifdefs. il y a 3 ans
  florian d0fdda6da7 + TDFABuilder.redodfainfo il y a 3 ans
  Nikolay Nikolov c96e203780 * moved the 'end_block' WebAssembly instruction before the 'exit' label right il y a 3 ans
  florian 1e072aef31 + for loop optimizations can be controller by a switch (-Oo(no)forloop) il y a 3 ans
  florian 468975aa30 + move often used floating point constants into registers il y a 4 ans
  florian d2921dfb55 * move more node tree optimizations to tcgprocinfo.OptimizeNodeTree il y a 3 ans
  nickysn 940738a3a1 * synchronized with trunk il y a 4 ans
  florian fe57cd3536 * fix LLVM after r48828 il y a 4 ans
  florian 4c2e0b9ff0 * for setjmp based exception handling, get the type of the exception reason from the setjmp result il y a 4 ans
  nickysn 64bb0359d2 * synchronized with trunk il y a 4 ans
  yury 64c586b86d * Removed/ifdefed lots of unused variables. il y a 4 ans
  nickysn 96de6c4b96 * synchronize with trunk il y a 4 ans