| Commit message (Expand) | Author | Age | Files | Lines |
* | Second trial to fix commit 48688 | pierre | 2021-02-17 | 1 | -1/+2 |
* | Fix previous commit 48688 to avoid accessing 'invalid' positions in sym.valu... | pierre | 2021-02-17 | 1 | -5/+6 |
* | Avoid writing characters after sym.value.len for conststring constant symbols | pierre | 2021-02-16 | 1 | -4/+8 |
* | Correct check of stringtype inside use_tag_prefix function | pierre | 2021-01-11 | 1 | -1/+1 |
* | * fix compilation on targets that use Stabs debug information: ignore generic... | svenbarth | 2021-01-03 | 1 | -0/+3 |
* | * patch by Marģers to unify internal error numbers, resolves #37888 | florian | 2020-10-13 | 1 | -1/+1 |
* | * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS | jonas | 2020-07-10 | 1 | -1/+1 |
* | * ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because ... | nickysn | 2020-04-26 | 1 | -6/+6 |
* | * added is_normal_fieldvarsym() helper and use it | jonas | 2019-12-24 | 1 | -5/+4 |
* | Use use_tag_types everywhere to get consistent results for 'Tt' versus 't' f... | pierre | 2019-06-09 | 1 | -1/+1 |
* | * fix case completeness and unreachable code warnings in compiler that would | jonas | 2019-05-12 | 1 | -0/+10 |
* | * added extra header to ppu inside a subsection, so we won't run into | jonas | 2019-04-06 | 1 | -2/+2 |
* | * converted Boolean8 to an internal type, and mapped Boolean to the | jonas | 2018-10-16 | 1 | -0/+2 |
* | * more compilation fixes | florian | 2018-06-30 | 1 | -0/+1 |
* | Add explicit '.set nompis16' at front of stabs debug information to solve bu... | pierre | 2017-07-24 | 1 | -0/+10 |
* | * don't write or reference debug information for a unit if it belongs to a/an... | svenbarth | 2016-08-26 | 1 | -1/+1 |
* | * specify the def of assembler level symbols defined via | jonas | 2016-07-20 | 1 | -4/+4 |
* | * changed all debug info labels from AT_DATA to AT_METADATA | jonas | 2016-07-19 | 1 | -4/+4 |
* | * add support in the debug info for the dummy s128bit/u128bit types added | jonas | 2015-12-27 | 1 | -1/+3 |
* | * stabn writing code simplified | florian | 2014-08-30 | 1 | -10/+6 |
* | Do not consider ansi/wide/unicode strings as taggable for stabs | pierre | 2014-04-22 | 1 | -1/+12 |
* | Try to avoid problems with generic types for stabs/stabx | pierre | 2014-04-22 | 1 | -0/+2 |
* | Fix constant string stabx writing | pierre | 2014-04-21 | 1 | -1/+1 |
* | * fixes several issues which cause warnings by the dfa code when using it to ... | florian | 2013-12-01 | 1 | -0/+1 |
* | compiler: change ret_in_param to accept tabstractprocdef instead of tproccall... | paul | 2013-01-16 | 1 | -1/+1 |
* | * write objectdef fieldtypes in appenddef_object() instead of in | jonas | 2012-08-24 | 1 | -1/+1 |
* | * correctly deal with writing debug information in the Stabs writer for class | jonas | 2012-07-26 | 1 | -16/+27 |
* | * Use mips_extra_offset function to give offsets expected by GDB for MIPS cpu | pierre | 2012-06-12 | 1 | -13/+45 |
* | * replaced most (if not all) remaining fields/parameters in the compiler | jonas | 2012-04-29 | 1 | -4/+4 |
* | * synchronised with trunk up to r21067 | jonas | 2012-04-26 | 1 | -6/+17 |
|\ |
|
| * | * align all code/data sections to sizeof(pint), instead of sometimes | jonas | 2012-04-25 | 1 | -4/+4 |
| * | * Add more explicit sizes for array types | pierre | 2012-04-20 | 1 | -2/+13 |
* | | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -185/+294 |
|\ \
| |/ |
|
| * | * do not perform stabstr replacements on mangled names of typed constants | jonas | 2012-04-12 | 1 | -1/+1 |
| * | + stabx support for AIX, which is a variant of stabs. Note that we only | jonas | 2012-04-11 | 1 | -186/+290 |
| * | + generic implementation of ReplaceForbiddenAsmSymbolChars() instead | jonas | 2012-04-11 | 1 | -8/+4 |
| * | * move ReplaceForbiddenChars to cpubase of avr so it can be used in dbgstabs ... | florian | 2011-09-04 | 1 | -0/+8 |
* | | * renamed cchartype to cansichartype | jonas | 2011-08-20 | 1 | -7/+7 |
* | | - removed extra "fordefinition" parameter again from tprocdef.mangledname(), | jonas | 2011-08-20 | 1 | -6/+5 |
* | | * tprocdef.mangledname now gets an extra boolean parameter indicating | jonas | 2011-08-20 | 1 | -5/+5 |
|/ |
|
* | + tai_stab.create_ansistr | florian | 2011-08-16 | 1 | -26/+8 |
* | + initial support for pascal booleans with sizes 2, 4 and 8 | florian | 2011-06-26 | 1 | -2/+8 |
* | * Merged helper branch made by Sven Barth | florian | 2011-04-16 | 1 | -1/+2 |
* | * patch by Jeppe Johansen to be able to generate debug info if an rtl without... | florian | 2011-04-10 | 1 | -1/+14 |
* | + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>size... | florian | 2011-02-26 | 1 | -1/+6 |
* | compiler: reintegrate branch http://svn.freepascal.org/svn/fpc/branches/paul/... | paul | 2010-12-17 | 1 | -10/+10 |
* | * Merged XPCom branch into trunk, added support for constref and changed | joost | 2010-10-17 | 1 | -0/+2 |
|\ |
|
| * | * Implemented constref support, to force constant function-parameters to be | joost | 2010-09-19 | 1 | -0/+2 |
* | | * Fixed spell error revealed by lintian. | mazen | 2010-10-06 | 1 | -2/+2 |
|/ |
|
* | - removed tstoreddef.reset() and overrides, and the associated | jonas | 2010-06-30 | 1 | -1/+3 |