| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ensure that nothing assembly related is generated for generics when a typed... | svenbarth | 2019-11-21 | 1 | -16/+19 |
| * | * removed unused units | florian | 2017-05-09 | 1 | -2/+2 |
| * | huge syscall support refactor for Amiga-likes. removed large chunks of ancien... | karoly | 2016-09-03 | 1 | -1/+1 |
| * | * Removed unused vars. | yury | 2016-09-01 | 1 | -1/+0 |
| * | * make not of public assembler symbols for variables and classes if necessary | svenbarth | 2016-08-12 | 1 | -0/+3 |
| * | * automatically generate necessary indirect symbols when a new assembler | jonas | 2016-07-20 | 1 | -11/+0 |
| * | * specify the def of assembler level symbols defined via | jonas | 2016-07-20 | 1 | -1/+1 |
| * | Only add indirect symbol for constants if tf_supports_packages flag is set i... | pierre | 2016-05-12 | 1 | -7/+10 |
| * | Generate indirect symbols for global variables and (typed) constants. | svenbarth | 2016-03-18 | 1 | -0/+9 |
| * | * synchronized with privatetrunk till r30095 | jonas | 2015-03-05 | 1 | -1/+8 |
| |\ |
|
| | * | * Refactor tasmlisttypedconstbuilder so it emits string/PChar data, if any, i... | sergei | 2015-01-20 | 1 | -1/+6 |
| | * | * Don't place symbols with vo_force_finalize flag into read-only sections, re... | sergei | 2014-09-08 | 1 | -4/+6 |
| * | | * converted most of the asmlist-based typed const parsing to use the new | jonas | 2014-07-01 | 1 | -37/+6 |
| * | | * fixed indentation | jonas | 2014-07-01 | 1 | -13/+13 |
| |/ |
|
| * | * fixes several issues which cause warnings by the dfa code when using it to ... | florian | 2013-12-01 | 1 | -0/+2 |
| * | * factored out code to decide when an asmsym for a staticvarsym has to be | jonas | 2012-08-25 | 1 | -5/+1 |
| * | * synchronised with trunk up to r21067 | jonas | 2012-04-26 | 1 | -3/+4 |
| |\ |
|
| | * | compiler: change ShortString->(Some)String and AnsiString->(Some)String overl... | paul | 2012-04-26 | 1 | -3/+3 |
| | * | * prevent duplicate symbol errors when compiling code with debug info | jonas | 2012-04-21 | 1 | -3/+4 |
| * | | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -2/+10 |
| |\ \
| |/ |
|
| | * | * introduction of in_generic in r20699 was unneeded, replaced by parse_generic | florian | 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 | -1/+10 |
| | * | * handle currency constants correctly on non i386 platforms if they are given... | florian | 2012-04-06 | 1 | -1/+1 |
| | * | + in_generic for testing if currently a generic declaration/definition is par... | florian | 2012-04-03 | 1 | -3/+4 |
| | * | * also show the valid bounds in most cases when signalling a range check | jonas | 2012-03-10 | 1 | -3/+3 |
| | * | compiler: correctly traverse record fields while generating record constant (... | paul | 2011-10-31 | 1 | -12/+21 |
| | * | compiler: | paul | 2011-10-19 | 1 | -1/+1 |
| | * | * patch by alexvin to replace $ifopt by $push/$pop, resolves #20332 | florian | 2011-09-25 | 1 | -17/+2 |
| | * | compiler: replace string codepage comparison to numeric. store codepage as nu... | paul | 2011-09-19 | 1 | -1/+1 |
| | * | compiler: manual merge some cpstrnew changes which was impossible to merge us... | paul | 2011-09-17 | 1 | -1/+2 |
| | * | merge r17484 from cpstrnew branch by michael: | paul | 2011-09-17 | 1 | -1/+25 |
| | * | merge r17434 from cpstrnew branch by michael: | paul | 2011-09-17 | 1 | -0/+2 |
| | * | * Don't include ShortString constants into resourcestring reference table, be... | sergei | 2011-09-09 | 1 | -4/+9 |
| | * | + Mantis #19651: Generate table of typed string constants which are initializ... | sergei | 2011-09-04 | 1 | -2/+16 |
| * | | * make it possible to override parts of the typed constant code generation | jonas | 2011-08-20 | 1 | -2/+2 |
| * | | + support for initialising typed constants via compiler-generated | jonas | 2011-08-20 | 1 | -5/+21 |
| * | | * migrated most typed constant parsing code to separate methods so | jonas | 2011-08-20 | 1 | -26/+38 |
| * | | * moved most code from ptconst to ngtcon; it will be generalised so | jonas | 2011-08-20 | 1 | -1410/+15 |
| * | | - removed extra "fordefinition" parameter again from tprocdef.mangledname(), | jonas | 2011-08-20 | 1 | -3/+3 |
| * | | * tprocdef.mangledname now gets an extra boolean parameter indicating | jonas | 2011-08-20 | 1 | -3/+3 |
| |/ |
|
| * | * Fix handling of Windows WideString typed constants, resolves #15842 and com... | sergei | 2011-08-06 | 1 | -2/+8 |
| * | * Use public/global name 'name' section 'section' without semicolon for Wind... | pierre | 2011-07-01 | 1 | -0/+18 |
| * | * Handle vo_has_section for constants | pierre | 2011-07-01 | 1 | -1/+4 |
| * | + initial support for pascal booleans with sizes 2, 4 and 8 | florian | 2011-06-26 | 1 | -1/+4 |
| * | * aint -> asizeint changes | florian | 2011-02-26 | 1 | -1/+1 |
| * | + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>size... | florian | 2011-02-26 | 1 | -1/+1 |
| * | * renamed is_class_or_interface_or_dispinterface_or_objc() into | jonas | 2010-12-30 | 1 | -2/+2 |
| * | compiler: reintegrate branch http://svn.freepascal.org/svn/fpc/branches/paul/... | paul | 2010-12-17 | 1 | -16/+16 |
| * | * always force range checking for the upper and lower bounds of for-loops if | jonas | 2010-10-24 | 1 | -1/+1 |
| * | * white space fixes | florian | 2010-08-05 | 1 | -1/+1 |