summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* + create subarch directories if a subarch is passed to a makefiletarget-subdirflorian2015-05-022-1/+26
* + branch to implement support for sub directories in unit directoriesflorian2015-04-070-0/+0
* * Patch from Laco to fix assigning transaction/database when database/transac...michael2015-04-071-33/+32
* fcl-db: cosmeticlacak2015-04-072-37/+37
* * fixed warnings during compilation of an i8086 cross compilernickysn2015-04-071-2/+2
* + also fill the "size" field in the SEGDEF recordsnickysn2015-04-071-3/+4
* + also fill "overlay name" in the SEGDEF recordsnickysn2015-04-071-4/+4
* * build the list of SEGDEF records from the ObjSectionList, instead of using anickysn2015-04-071-11/+6
* + count omf sections and set their index starting with 1nickysn2015-04-071-0/+16
* + added property PrimaryGroup to TOmfObjSection; fill it with 'dgroup' ifnickysn2015-04-071-3/+23
* + added omf-specific properties to TOmfObjSection and fill them in the constr...nickysn2015-04-061-0/+48
* + added descendant class TOmfObjSection (empty for now) for storing omf secti...nickysn2015-04-061-0/+12
* + TOmfObjData.writeReloc: write the actual offset of the symbol in the sectio...nickysn2015-04-061-0/+5
* * align non-code sections with zeros, instead of nops in the nasm asm outputnickysn2015-04-061-1/+3
* + define to be able to use epiktimer for time measurementsflorian2015-04-061-5/+35
* - remove unneeded variableflorian2015-04-061-1/+0
* * silence another warning from r30449jonas2015-04-061-0/+1
* * Patch from Tony Whyman, adding DisplayWidth stored modified to TFIeld prope...michael2015-04-062-1/+8
* * Fix for record no, recno tests passmichael2015-04-061-6/+15
* * fixed warnings after r30449/r30450jonas2015-04-062-2/+4
* * fixed ppu dump for objc categoriesjonas2015-04-061-2/+1
* * updated ppudump for changes in ppu version 174jonas2015-04-061-1/+5
* * Implemented RETURNING clause as a way of updating fieldsmichael2015-04-065-21/+157
* * Check changecount before deciding to cancel updatesmichael2015-04-061-1/+1
* * Fixed typo, part 2 (bug 27789)michael2015-04-061-1/+1
* * Fixed typo (bug 27789)michael2015-04-061-1/+1
* + support align directive with a given use_op/fillop in the NASM asm writernickysn2015-04-061-0/+2
* + very early (and incomplete/broken) implementation of FIXUPP records in the omfnickysn2015-04-061-2/+79
* * handle aitconst_farptr with a constant (nil) directly in the internal asmnickysn2015-04-051-1/+7
* + handle aitconst_farptr in the internal asm writer as a new relocation type ...nickysn2015-04-052-0/+7
* + support aitconst_farptr in tai_const.sizenickysn2015-04-051-0/+2
* + write a MODEND (end of module) record at the end of the omf filenickysn2015-04-052-0/+56
* * fixed definition of the ALUSInt type on 16-bit CPUsnickysn2015-04-051-1/+1
* + start writing actual section content (without fixups and probably still buggy)nickysn2015-04-051-2/+141
* + define types depending on the ALU register size of the CPU, e. g. for most ...florian2015-04-051-1/+25
* * limit number of possible units with initialization/finalization for a certa...florian2015-04-055-376/+382
* + give an error if allocated temps. overflow the normally max. available spaceflorian2015-04-052-0/+15
* + added class for reading/writing a FIXUP subrecord in a FIXUPP omf recordnickysn2015-04-051-0/+175
* Try to fix error introduced in commit 28925 leading to corruption of HelpFil...pierre2015-04-052-30/+35
* * IsJumpToLabel checks number of operandsflorian2015-04-051-5/+8
* * make offsets passed to tconst of type asizeint instead of aintflorian2015-04-051-12/+12
* * use volatile registers firstflorian2015-04-051-9/+6
* * tai returned by GetNextInstructionUsingReg must be checked if it is really ...florian2015-04-051-0/+1
* - jmp_instructions shouldn't include call/ret instructionsflorian2015-04-051-3/+4
* + create defines for CPU ALU sizeflorian2015-04-051-0/+10
* * disable lineinfo unit for avr for nowflorian2015-04-052-86/+87
* * moved comment so it is recognized by lazarus as a method descriptionflorian2015-04-051-2/+4
* * check registers of ait_regalloc for a valid color when translating and comp...florian2015-04-051-1/+7
* * Implemented sqoCancelUpdatesOnRefresh, remedy bug ID 21989michael2015-04-051-20/+28
* + added omf fixup related enumsnickysn2015-04-051-0/+47