| Commit message (Expand) | Author | Age | Files | Lines |
| * | Also avoid invalid typecast for RegLoadedWithNewValue method for mips, sparc... | pierre | 2021-04-12 | 1 | -1/+1 |
| * | Fix for bug report 38549 about wrong code generation | pierre | 2021-03-03 | 1 | -6/+19 |
| * | * patch by Marģers to unify internal error numbers, resolves #37888 | florian | 2020-10-13 | 8 | -13/+13 |
| * | * reworked usage of tcgnotnode.handle_locjump | florian | 2020-08-05 | 1 | -21/+21 |
| * | * mips: Added support for unaligned load/store. It greatly improves performan... | yury | 2020-07-28 | 1 | -0/+12 |
| * | * Fixed the peephole optimization of conditional movs for mips. | yury | 2020-07-22 | 1 | -10/+12 |
| * | Try to fix mipsel-android by making sure P does not point to a freed instruction | pierre | 2020-07-19 | 1 | -1/+3 |
| * | * mark all external assemblers using an LLVM tool using af_llvm | jonas | 2020-07-19 | 1 | -0/+48 |
| * | + some basic stuff for mips64el | florian | 2020-06-07 | 1 | -1/+11 |
| * | + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSym... | nickysn | 2020-04-25 | 1 | -0/+2 |
| * | * disable cs_opt_regvar on all platforms when compiled for LLVM (LLVM does | jonas | 2020-01-29 | 1 | -2/+2 |
| * | * Removed lot of unused local vars. It is useful to turn on the notes in opti... | yury | 2020-01-28 | 1 | -2/+0 |
| * | * renamed getintparaloc to getcgtempparaloc | jonas | 2019-12-24 | 1 | -3/+3 |
| * | * common naming for fpu_none string | florian | 2019-12-24 | 1 | -1/+2 |
| * | Add '.module nomips16' at assembly entry for mips/mipsel unless -a5 option i... | pierre | 2019-11-27 | 1 | -0/+10 |
| * | o patch by J. Gareth Moreton: | florian | 2019-11-20 | 1 | -1/+27 |
| * | * optimization Move removed 4 fixed | florian | 2019-11-16 | 1 | -1/+2 |
| * | * patch by J. Gareth Moreton, issue #36271, part 3: support for the other a... | florian | 2019-11-10 | 1 | -0/+27 |
| * | * read more types of references properly | florian | 2019-11-09 | 1 | -7/+21 |
| * | + MIPS: take care of setnoat | florian | 2019-11-09 | 2 | -0/+5 |
| * | somehow committing went wrong, second part of last commit: | florian | 2019-09-03 | 1 | -3/+0 |
| * | * factored out the conditions under which add nodes need to perform | jonas | 2019-08-03 | 1 | -1/+1 |
| * | * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ | jonas | 2019-07-07 | 1 | -1/+1 |
| * | Systematically include fpcdefs.inc at sart of all units used by compiler | pierre | 2019-07-03 | 1 | -0/+2 |
| * | * synchronised with trunk till r42118 | jonas | 2019-05-25 | 1 | -1/+1 |
| |\ |
|
| | * | * disable regular array -> dynamic array type coversion support unless | jonas | 2019-05-25 | 1 | -1/+1 |
| * | | * synchronised with trunk till r42049 | jonas | 2019-05-12 | 10 | -1/+45 |
| |\ \
| |/ |
|
| | * | * fix case completeness and unreachable code warnings in compiler that would | jonas | 2019-05-12 | 10 | -1/+45 |
| * | | * synchronised with trunk till r41449 | jonas | 2019-02-24 | 1 | -9/+17 |
| |\ \
| |/ |
|
| | * | * let all the case code generation work with tconstexprint instead of aint, | jonas | 2019-02-24 | 1 | -9/+17 |
| * | | * synchronised with trunk till r41423 | jonas | 2019-02-23 | 1 | -4/+11 |
| |\ \
| |/ |
|
| | * | * keep track of whether a routine has a C-style variadic parameter in the | jonas | 2019-02-23 | 1 | -4/+11 |
| * | | * changed create_hlcodegen into a procvar, so that we don't have to insert | jonas | 2018-11-29 | 1 | -3/+2 |
| * | | * synchronised with trunk till r40348 | jonas | 2018-11-18 | 1 | -4/+0 |
| |\ \
| |/ |
|
| | * | - get rid of MaxOps, it is redundant with max_operands | florian | 2018-11-02 | 1 | -4/+0 |
| * | | + fpc_eh_return_data_regno() intrinsic to get the return register numbers | jonas | 2018-10-28 | 1 | -0/+11 |
| |/ |
|
| * | Fix for bug report #34380 | pierre | 2018-10-18 | 1 | -0/+11 |
| * | * removed temppos field again from parameter locations: they're not allocated | jonas | 2018-04-27 | 1 | -1/+1 |
| * | * keep track of the temp position separately from the offset in references, | jonas | 2018-04-22 | 3 | -5/+5 |
| * | * replaced the saved_XXX_registers arrays with virtual methods inside | nickysn | 2018-04-19 | 2 | -14/+10 |
| * | * factored out check to determine whether a variable can be subscripted in | jonas | 2018-01-01 | 1 | -7/+2 |
| * | changes to fix #32043 | florian | 2017-10-06 | 1 | -2/+2 |
| * | * only take into account the location of the parameter at the callee side to | jonas | 2017-05-21 | 1 | -3/+5 |
| * | * fixed check to determine whether a record parameter can be subscripted | jonas | 2017-04-26 | 1 | -3/+4 |
| * | * MIPS: fixed TCpuAsmOptimizer.InstructionLoadsFromReg, it now correctly cons... | sergei | 2017-04-23 | 1 | -2/+2 |
| * | + DebugMsg based debugging for the mips(el) assembler optimizer | florian | 2017-04-22 | 1 | -1/+22 |
| * | - removed unused constants | florian | 2017-03-26 | 1 | -2/+0 |
| * | * use pocalls_cdecl and cstylearrayofconst more consistently instead of | jonas | 2017-02-25 | 1 | -1/+2 |
| * | * reverted r35424, wasn't ready for commit yet | jonas | 2017-02-11 | 1 | -3/+2 |
| * | * fixed check to determine whether a record parameter can be subscripted | jonas | 2017-02-11 | 1 | -2/+3 |