| Commit message (Expand) | Author | Age | Files | Lines |
* | Change code so that the condition to use global or local symbol matches | pierre | 2015-01-12 | 1 | -4/+12 |
* | * gen_load_cgpara_loc with OS_(S)32 for 8 bit ALUs fixed | florian | 2014-10-04 | 1 | -4/+4 |
* | - Removed superfluous tai_align, the new_section procedure creates one itself. | sergei | 2014-06-21 | 1 | -1/+0 |
* | * i8086 far data model fixes in the copying of openarray value params | nickysn | 2014-04-04 | 1 | -2/+2 |
* | + initialize the initialloc for push_addr_param parameters correctly in i8086 | nickysn | 2014-04-03 | 1 | -2/+2 |
* | + added size info to the 'Var X located at' comment generated in the asm output | nickysn | 2014-04-03 | 1 | -1/+2 |
* | * i8086 far data memory model fix for except_buf_size | nickysn | 2014-03-30 | 1 | -3/+7 |
* | * moved the EXCEPT_BUF_SIZE const to be local to ncgutils.get_exception_temps, | nickysn | 2014-03-30 | 1 | -2/+2 |
* | * increase refs of hidden high parameter if the corresponding open/const arra... | florian | 2014-03-29 | 1 | -0/+11 |
* | * fixed ncgutil.gen_load_vmt_register and tcgloadvmtaddrnode.pass_generate_code | nickysn | 2014-03-28 | 1 | -6/+6 |
* | * i8086 far data memory model fix in ncgutil.new_exception | nickysn | 2014-03-23 | 1 | -1/+14 |
* | * moved ncgutil.maybechangeloadnodereg() to hlcg.maybe_change_load_node_reg() | jonas | 2014-03-16 | 1 | -246/+4 |
* | * completed thlcgobj.location_force_fpureg(), use it everywhere and removed | jonas | 2014-03-10 | 1 | -26/+0 |
* | Replace forbidden chars in more places in the GAS assembler writer. | laksen | 2014-03-04 | 1 | -2/+2 |
* | Fixed passing of 32bit arguments on 8-bit architectures. | laksen | 2014-03-02 | 1 | -0/+15 |
* | * gen_alloc_symtable: don't use current_procinfo.procdef, the necessary procd... | sergei | 2014-02-03 | 1 | -5/+5 |
* | * Don't emit "Temps allocated between..." comment in assembler listing if pro... | sergei | 2014-02-03 | 1 | -1/+2 |
* | * the function result of constructors always is self, always is valid and is | jonas | 2014-02-02 | 1 | -5/+7 |
* | * spelling fixed | florian | 2014-01-12 | 1 | -1/+1 |
* | * fixed the handling of OS_PAIR/OS_SPAIR-sized parameters in ncgutil.gen_load... | nickysn | 2013-12-24 | 1 | -1/+0 |
* | * Factored reusable (SEH-related) piece of code into separate procedure. | sergei | 2013-12-01 | 1 | -0/+15 |
* | * 16/8-bit ALU fixes in ncgutil.gen_free_symtable | nickysn | 2013-10-13 | 1 | -3/+45 |
* | * 16/8-bit ALU fixes in ncgutil.add_regvars | nickysn | 2013-10-13 | 1 | -3/+45 |
* | * 16/8-bit ALU fixes in ncgutil.gen_alloc_regvar | nickysn | 2013-10-13 | 1 | -3/+45 |
* | * 16/8-bit ALU fix in maybechangeloadnodereg. This fixes the tbopr and trox2 | nickysn | 2013-10-13 | 1 | -2/+2 |
* | - Removed gen_proc_symbol procedure, no longer used, replaced by thlcgobj.gen... | sergei | 2013-08-23 | 1 | -39/+0 |
* | * MIPS: floating point parameters on stack should be loaded to/from FPU regis... | sergei | 2013-07-17 | 1 | -2/+2 |
* | * renamed thlcgobj.tcgsize2orddef to defutil.cgsize_orddef | jonas | 2013-06-01 | 1 | -2/+2 |
* | + support for LOC_(C)MMREGISTER in hlcg | jonas | 2013-05-31 | 1 | -50/+1 |
* | * refactored ncgutil.gen_load_cgpara_loc to use cgpara.locations_count | nickysn | 2013-05-19 | 1 | -54/+57 |
* | * refactored the int64 result passing in ax:bx:cx:dx to use 4 paralocs, inste... | nickysn | 2013-05-19 | 1 | -20/+54 |
* | + generate thumb_func directives for thumb as well | florian | 2013-04-29 | 1 | -1/+1 |
* | * merge i8086 branch by Nikolay Nikolov | florian | 2013-04-25 | 1 | -7/+29 |
|\ |
|
| * | * initial support for system procs that use calling conventions that push lef... | nickysn | 2013-04-21 | 1 | -4/+14 |
| * | * ncgutil: set pushexceptaddr_frametype_cgsize and setjmp_result_cgsize accor... | nickysn | 2013-04-12 | 1 | -3/+3 |
| * | * fpc_PushExceptAddr's parameter Ft changed from LongInt to SmallInt on 16-bi... | nickysn | 2013-03-28 | 1 | -1/+3 |
| * | * the result of FPC_SETJMP changed to 16-bit int on 16-bit CPUs | nickysn | 2013-03-25 | 1 | -1/+7 |
| * | * fixed functions returning longint on i8086 | nickysn | 2013-03-12 | 1 | -2/+6 |
* | | * Moved all code responsible for writing VMTs and interface wrappers (nobj.TV... | sergei | 2013-04-19 | 1 | -58/+0 |
* | | + support of stackframesize for arm thumb | florian | 2013-04-07 | 1 | -9/+2 |
* | | + setlocalloc resets currentregloc | florian | 2013-04-01 | 1 | -1/+2 |
* | | * cosmetic formatting changes | florian | 2013-04-01 | 1 | -9/+5 |
* | | + One more missing call to unget_para (MIPS-specific) | sergei | 2013-03-10 | 1 | -0/+1 |
|/ |
|
* | * gen_load_cgpara_loc, MIPS-specific: added missing calls to unget_para, and ... | sergei | 2013-02-15 | 1 | -0/+6 |
* | compiler: change ret_in_param to accept tabstractprocdef instead of tproccall... | paul | 2013-01-16 | 1 | -1/+1 |
* | * pass the procdef to getintparaloc instead of only the proccalloption, so | jonas | 2013-01-06 | 1 | -8/+15 |
* | * put records with 16 bytes size into two register on 64 bit targets if possible | florian | 2013-01-05 | 1 | -1/+2 |
* | * records with two times the size of a register can be kept in registers | florian | 2013-01-04 | 1 | -5/+22 |
* | o merge of the branch laksen/arm-embedded of Jeppe Johansen: | florian | 2012-10-21 | 1 | -87/+0 |
* | * made internal errors for M68K unique | svenbarth | 2012-10-18 | 1 | -0/+6 |