Jonas Maebe
|
9d4c8f68d4
* fixed first_fpu_immreg definition
|
10 年 前 |
Jonas Maebe
|
e12dff9a5e
* support top_para in trgllvm.get_spill_temp()
|
10 年 前 |
Jonas Maebe
|
e750678f37
* factored out spilling code that deals with operand types into virtual
|
10 年 前 |
Jonas Maebe
|
ee7198aa57
* fixed memory leak in case one tai operand is replaced by another
|
10 年 前 |
Jonas Maebe
|
3279cc052a
* moved llvm-specific code from aasmtai to aasmllvm
|
10 年 前 |
Jonas Maebe
|
2ef753faae
* support llvm spilling_get_reg_type() for the destination of call/invoke
|
10 年 前 |
michael
|
1b540a6e8c
* Fix stripping of final delimiters (bug 0019361)
|
10 年 前 |
nickysn
|
7f4c2c0cc2
* added missing 'private' declaration to TOmfRecord_SEGDEF
|
10 年 前 |
Jeppe Johansen
|
e2272c8a7e
Added aitconst_gs for AVR pointer references to Flash.
|
10 年 前 |
michael
|
a4ddc64e78
* Changed CSV export to use CSVBuilder to be more RFC 4180 compliant
|
10 年 前 |
michael
|
6b130438eb
* Implemented CSVDataset
|
10 年 前 |
michael
|
c37720d12d
* Added csdocument, split out in csvreadwrite and csvdocument (bug ID 247
|
10 年 前 |
nickysn
|
ef9c15c165
+ write link pass 1 separator to omf obj output
|
10 年 前 |
nickysn
|
4fc55f97fc
* refactored adding groups to use a method with an 'array of const' parameter
|
10 年 前 |
nickysn
|
1521f88a9d
* fixed off by one error when writing a GRPDEF record
|
10 年 前 |
nickysn
|
a9f10f60eb
+ write the dgroup GRPDEF record
|
10 年 前 |
nickysn
|
a84537dd9b
+ create the default segments and write them in the OMF object file
|
10 年 前 |
nickysn
|
56621e6ee1
+ added class for writing GRPDEF omf records
|
10 年 前 |
nickysn
|
7c90285af1
* improved record length checking in the SEGDEF omf record parsing
|
10 年 前 |
nickysn
|
28d8e915b7
+ implemented parsing of SEGDEF omf records as well
|
10 年 前 |
nickysn
|
f380d67575
- rm unused var
|
10 年 前 |
nickysn
|
65212e7a34
+ added class for encoding a SEGDEF(32) omf record
|
10 年 前 |
Jeppe Johansen
|
7f34ab27d2
Fixed issue with COFF linker. The addend wasn't shifted up by four before being added.
|
10 年 前 |
nickysn
|
1a3bd5fde1
+ added enums for OMF segment alignment and combination
|
10 年 前 |
Jeppe Johansen
|
a3fd3ee3ab
Fixed bug in ARM coff writer. Relocations just ORed the offset onto the instruction instead of adding, but they are emitted as bl 0xFFFFFE, and not bl 0x0.
|
10 年 前 |
Jonas Maebe
|
197e5194b9
* don't crash if we have to spill a register of the last instruction in an
|
10 年 前 |
Jonas Maebe
|
7b4bf9cc33
* fixed comment for emit_ansi/unicodestring_const() after changing those
|
10 年 前 |
lacak
|
ef5d01061a
fcl-db: base: add into DB unit global callback function LoginDialogExProc for Login prompt dialog.
|
10 年 前 |
lacak
|
b968e4f679
fcl-db: mssql: zero length varchar and varbinary values are marked as IsNull.
|
10 年 前 |
nickysn
|
72bfe8d2c4
+ implemented writing of the LNAMES omf record(s)
|
10 年 前 |