summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * Fixed bug ID 8201michael2015-04-053-30/+46
* * Set PacketRecords to -1 if IndexFieldNames is set (bug ID 25387)michael2015-04-052-2/+11
* * Map dfANY to CSV data, allows to use regular Load/Save methods in TCSVDatas...michael2015-04-052-7/+17
* Fix merge error that resulted in wrong position of finalization codepierre2015-04-051-6/+6
* * Adapted patch from Laco to use new login prompt callbackmichael2015-04-052-2/+42
* + implemented getintparaloc() for llvmjonas2015-04-041-0/+10
* + added tasmlist parameter to getintparaloc() (needed for llvm)jonas2015-04-0425-109/+85
* * override instr_get_oper_spilling_info and substitute_spilled_registers forjonas2015-04-041-1/+55
* * fixed first_fpu_immreg definitionjonas2015-04-041-1/+2
* * support top_para in trgllvm.get_spill_temp()jonas2015-04-042-10/+27
* * factored out spilling code that deals with operand types into virtualjonas2015-04-041-122/+139
* * fixed memory leak in case one tai operand is replaced by anotherjonas2015-04-041-2/+1
* * moved llvm-specific code from aasmtai to aasmllvmjonas2015-04-042-8/+54
* * support llvm spilling_get_reg_type() for the destination of call/invokejonas2015-04-041-1/+4
* * Fix stripping of final delimiters (bug 0019361)michael2015-04-042-58/+229
* * added missing 'private' declaration to TOmfRecord_SEGDEFnickysn2015-04-041-0/+1
* Added aitconst_gs for AVR pointer references to Flash.laksen2015-04-045-6/+23
* * Changed CSV export to use CSVBuilder to be more RFC 4180 compliantmichael2015-04-042-89/+31
* * Implemented CSVDatasetmichael2015-04-046-30/+808
* * Added csdocument, split out in csvreadwrite and csvdocument (bug ID 247michael2015-04-043-2/+1192
* + write link pass 1 separator to omf obj outputnickysn2015-04-041-0/+10
* * refactored adding groups to use a method with an 'array of const' parameternickysn2015-04-031-33/+32
* * fixed off by one error when writing a GRPDEF recordnickysn2015-04-031-2/+1
* + write the dgroup GRPDEF recordnickysn2015-04-031-0/+51
* + create the default segments and write them in the OMF object filenickysn2015-04-031-17/+46
* + added class for writing GRPDEF omf recordsnickysn2015-04-031-0/+43
* * improved record length checking in the SEGDEF omf record parsingnickysn2015-04-031-2/+17
* + implemented parsing of SEGDEF omf records as wellnickysn2015-04-021-2/+41
* - rm unused varnickysn2015-04-021-1/+0
* + added class for encoding a SEGDEF(32) omf recordnickysn2015-04-021-0/+130
* Fixed issue with COFF linker. The addend wasn't shifted up by four before bei...laksen2015-04-021-2/+2
* + added enums for OMF segment alignment and combinationnickysn2015-04-021-0/+18
* Fixed bug in ARM coff writer. Relocations just ORed the offset onto the instr...laksen2015-04-021-4/+9
* * don't crash if we have to spill a register of the last instruction in anjonas2015-04-011-0/+2
* * fixed comment for emit_ansi/unicodestring_const() after changing thosejonas2015-04-011-3/+2
* fcl-db: base: add into DB unit global callback function LoginDialogExProc for...lacak2015-04-011-2/+8
* fcl-db: mssql: zero length varchar and varbinary values are marked as IsNull.lacak2015-04-012-3/+5
* + implemented writing of the LNAMES omf record(s)nickysn2015-03-312-0/+143
* * New ManualMergeLog to publicmichael2015-03-311-1/+1
* + added class (and constants) for handling OMF COMENT records. Write a COMENTnickysn2015-03-302-0/+111
* + write the omf header in the omf binary writernickysn2015-03-302-1/+79
* * updated ppc8086.lpi with the latest compiler source filesnickysn2015-03-301-151/+194
* Fix off by 8 error.laksen2015-03-301-2/+2
* Fix broken peephole optimization that was testing the wrong register for modi...laksen2015-03-302-5/+5
* amicommon: the use OS-defined TICKS_PER_SECOND const instead of redefining it...karoly2015-03-301-3/+2
* amicommon: massively improved FindFirst/FindNext implementation in the DOS un...karoly2015-03-301-74/+87
* * use default_settings.packrecords, instead of 0 (since that's different fornickysn2015-03-301-1/+1
* * add console output support to avrsim controller unitflorian2015-03-291-0/+24
* * get memory sizes on avr-embedded from controller info recordsflorian2015-03-291-6/+9
* * make 3.82 fixesflorian2015-03-292-86/+108