Commit History

Author SHA1 Message Date
  yury 627fcb4354 * Do not use the LOC_VOID location to indicate unused parameters. 5 years ago
  yury 9d1c814387 * Added the thlcgobj.a_load_undefined_cgpara() method to pass an undefined value as a parameter to a routine. The generic version passes the 0/nil value if the parameter's location is not a register. 5 years ago
  yury 2808873d1b * Reworked the optimization of unused $parentfp for nested routines. 5 years ago
  yury 7dc6049de9 * Release registers which have been used for a function call before adjusting the stack pointer. On i386 this allows to use eax,ecx,edx in POP instructions for stack adjustment. 5 years ago
  Jonas Maebe 4ba19f5418 * add support for creating non-address-only procvars to 5 years ago
  Jonas Maebe 1e3f72403e * renamed getintparaloc to getcgtempparaloc 5 years ago
  Jonas Maebe 54d3c26e27 * renamed abi_linux386_sysv to abi_i386_dynalignedstack, and also use it 5 years ago
  Jonas Maebe e775ecdc43 * cleaned up safecall support: use a hidden localvarsym instead of result 5 years ago
  florian 52cc02aa3b * values passed to const parameters are not limited to registers and constants 5 years ago
  florian fabe4cc067 * patch by Christo Crause: reg. allocation information if non-volatile registers 5 years ago
  Jonas Maebe dadeff5b09 * fixed Darwin/i386 after r43176 5 years ago
  florian fb91899457 * adapted 16 byte alignment handling on linux: it is now assumed that the callee tries to clear the stack, so in the caller, the stack is re-adjusted 5 years ago
  florian 02deb7d954 * try to avoid to use pic based calls 5 years ago
  florian b3ed34592f + software handling of exceptions on arm 6 years ago
  Jonas Maebe 281b3ad276 * fix case completeness and unreachable code warnings in compiler that would 6 years ago
  Jonas Maebe 04d295f186 * first step towards supporting 32 bit targets with the LLVM code generator: 6 years ago
  florian 4f052e4f90 o fix several issues with floating point exceptions 7 years ago
  Jonas Maebe d69ad8fa41 * removed temppos field again from parameter locations: they're not allocated 7 years ago
  Jonas Maebe 4686f61002 * keep track of the temp position separately from the offset in references, 7 years ago
  florian b1dff29cbf * removed unused units 8 years ago
  Károly Balogh f5f895e2a3 syscalls: unify call reference creation across 4 different CPU archs. less copypasted code, brings x86_64 AROS support up to speed 8 years ago
  Jonas Maebe a25ebbba3e + added volatility information to all memory references 8 years ago
  Jonas Maebe 66be068365 * set the correct resultdef after converting a dynamic array to an open array 9 years ago
  Jonas Maebe 1cb8c0d00c * specify the def of assembler level symbols defined via 9 years ago
  Jonas Maebe f5e4265b1e * "push" zero-sized value parameters for LLVM and JVM, because all parameters 9 years ago
  Jonas Maebe 951ca4e62b * fixed procdef used to call C-style blocks (only relevant for LLVM) 9 years ago
  svenbarth d2a7f17d8c Fix for Mantis #29372. 9 years ago
  Jonas Maebe a249950a45 * fixed types in tcgcallnode.load_block_invoke() 9 years ago
  Jonas Maebe ea0c8e6f38 - reverted accidentally committed code with r32463 9 years ago
  Jonas Maebe 688b9c0a69 * use the correctly typecasted reference in a_bit_set_reg_ref 9 years ago