summaryrefslogtreecommitdiff
path: root/compiler/ngtcon.pas
Commit message (Expand)AuthorAgeFilesLines
...
| * initialize pd to fix a warning with O3+karoly2015-01-221-0/+1
| * * synchronised with trunk till r29513blocksjonas2015-01-211-14/+17
| |\
| | * * Refactor tasmlisttypedconstbuilder so it emits string/PChar data, if any, i...sergei2015-01-201-13/+16
| | * * Fixed another case of emitting data without defining a section. Mantis #26473.sergei2014-10-031-1/+1
| | * * don't free node before using its resultdef in an error messagejonas2014-09-201-1/+1
| * | - reverted partial commit of mergejonas2015-01-211-17/+14
| * | * synchronised with trunk r29513jonas2015-01-211-14/+17
| * | + support for http://en.wikipedia.org/wiki/Blocks_(C_language_extension)jonas2014-07-181-5/+23
| |/
* | * use ttai_typedconstbuilder.emit_ord_const() when emitting ordinal constantsjonas2014-10-061-45/+9
* | * factored out emitting a guid constjonas2014-10-061-31/+2
* | * renamed ttai_lowleveltypedconstbuilder to ttai_typedconstbuilderjonas2014-10-061-2/+2
* | * moved the recording of aggregate type information during typed constantjonas2014-10-061-14/+17
* | * don't emit padding bytes if there was an error parsing a typed constantjonas2014-10-061-8/+11
* | * split up specifying the type of the section of a typed constant and whetherjonas2014-10-061-3/+3
* | * migrated the handling of ansi/unicodestring constants to the high leveljonas2014-08-061-7/+15
* | * make the string data of p(wide)char string constants local (except whenjonas2014-07-051-2/+2
* | * converted emitting pwidechar typed constants to the typed constant builderjonas2014-07-031-6/+22
* | * create only a single tai_string for shortstrings typed constantsjonas2014-07-021-15/+7
* | * converted most of the asmlist-based typed const parsing to use the newjonas2014-07-011-133/+211
* | * grouped all tai_real* types into a single tai_realconst type,jonas2014-07-011-8/+8
* | * synchronized with trunk up to r27758jonas2014-05-121-1/+1
|\ \ | |/
| * * fixed i8086 far pointer typed constants that are initialized with nilnickysn2014-04-031-1/+1
* | * write elements of bitpacked arrays grouped per the number of bits thatjonas2014-03-061-12/+18
|/
* * set the code page of rawbytestring typed constants to the same value asjonas2014-01-051-0/+6
* * fixes several issues which cause warnings by the dfa code when using it to ...florian2013-12-011-12/+11
* Extract tdef.is_related plus its overrides in tobjectdef, trecorddef and tstr...svenbarth2013-10-251-1/+1
* * specify AT_DATA when refering to the 'RESSTR' symbols; among other things,nickysn2013-10-151-2/+2
* * specify AT_DATA in all references to the tobjectdef.vmt_mangledname symbol.nickysn2013-10-151-4/+4
* * check range of enums and booleans in typed constant expressions whenjonas2013-05-141-4/+17
* * support pointer constants as initialisation values for procvar typedjonas2012-05-201-0/+2
* * do not create a global symbol in the middle of ansi/unicodestringjonas2012-05-191-12/+21
* * synchronised with trunk up to r21067jonas2012-04-261-3/+3
* * merged trunk up to r20882jonas2012-04-151-50/+87
* * typecast the indices generated for array constants in the node-basedjonas2011-08-201-2/+2
* * make it possible to override parts of the typed constant code generationjonas2011-08-201-6/+14
* * same extension as other filesjonas2011-08-201-0/+2021