| Commit message (Expand) | Author | Age | Files | Lines |
* | * synchronised with r28168 of trunk | jonas | 2014-07-05 | 1 | -1/+5 |
|\ |
|
| * | + create a special 'heap' segment with reserved space equal to heapsize (i.e. | nickysn | 2014-06-19 | 1 | -1/+3 |
| * | + generate the stack segment for i8086 far data memory models from within fpc | nickysn | 2014-05-27 | 1 | -1/+3 |
* | | - removed the globalsymbolmangleprefix/suffix constants that were added for | jonas | 2014-07-05 | 1 | -2/+4 |
* | | * reworked handling of defined/declared symbols in llvm: we now automatically | jonas | 2014-03-06 | 1 | -0/+4 |
* | | + new globalsymbolmangleprefix/suffix constant set to '@"\01' resp. '"' | jonas | 2014-03-06 | 1 | -1/+1 |
|/ |
|
* | * indention fixes | florian | 2013-05-03 | 1 | -8/+10 |
* | * cleanup some unused units from uses clauses | florian | 2012-09-21 | 1 | -1/+0 |
* | + Declare AT_TLS and AT_GNU_IFUNC symbol types, these are needed to handle ob... | sergei | 2012-09-14 | 1 | -1/+5 |
* | + Add global_used callback procedure | pierre | 2012-07-04 | 1 | -0/+14 |
* | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -0/+20 |
|\ |
|
| * | + generic implementation of ReplaceForbiddenAsmSymbolChars() instead | jonas | 2012-04-11 | 1 | -0/+15 |
| * | + avr assemblers do not convert automatically cond. branches with too large j... | florian | 2011-08-24 | 1 | -0/+5 |
* | | + symansistr conditional define that, when activated, makes the symbol/ | jonas | 2011-08-20 | 1 | -6/+6 |
|/ |
|
* | * merge user sections support branch | florian | 2011-04-10 | 1 | -0/+2 |
|\ |
|
| * | + user section type | florian | 2011-03-20 | 1 | -0/+2 |
* | | internal linker support for creating novell netware loadable modules | armin | 2011-03-27 | 1 | -1/+1 |
|/ |
|
* | * Fixed spell error revealed by lintian. | mazen | 2010-10-06 | 1 | -1/+1 |
* | * initial version of internal Mach-O/i386 assembler by Dmitry Boyarintsev | jonas | 2010-01-12 | 1 | -1/+1 |
* | * changed assembler directives for darwin lazy/non-lazy symbol pointers | jonas | 2009-11-09 | 1 | -0/+4 |
* | * the objc1 unit has been renamed to objc | jonas | 2009-09-27 | 1 | -3/+18 |
* | * do not access local data via the GOT on x86_64, because | jonas | 2009-09-27 | 1 | -4/+11 |
* | + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable | jonas | 2009-03-08 | 1 | -1/+26 |
* | + "weakexternal" support for imported procedures and variables. | jonas | 2008-11-01 | 1 | -1/+1 |
* | * new tf_smartlink_library flag | peter | 2007-10-01 | 1 | -6/+21 |
* | * split off sec_rodata_norel from sec_rodata, and only put constant data | jonas | 2007-09-26 | 1 | -0/+3 |
* | + .fini section support | florian | 2007-07-28 | 1 | -1/+2 |
* | * comment about sec_fpc extended to cover current meaning | hajny | 2007-03-17 | 1 | -1/+6 |
* | * .init section support | florian | 2007-01-07 | 1 | -2/+3 |
* | * fixed library creating on x86_64-linux | florian | 2007-01-06 | 1 | -2/+12 |
* | * AsmSymbolDict changed to FPHashObjectList | peter | 2006-11-01 | 1 | -30/+29 |
* | * Remove dos,strings units, use SysUtils instead | peter | 2006-10-30 | 1 | -1/+1 |
* | * order of named sections added | peter | 2006-10-30 | 1 | -0/+2 |
* | * settings refactored | florian | 2006-10-30 | 1 | -1/+1 |
* | - Removed need of assembler startup files for wince. Now compiler directly cr... | yury | 2006-06-02 | 1 | -0/+2 |
* | * properly copy tasmlabels when generating altsymbols | jonas | 2006-05-31 | 1 | -2/+31 |
* | * leb128 gets always a 64bit int | peter | 2006-03-27 | 1 | -10/+11 |
* | * leb128 support for binary writers | peter | 2006-03-26 | 1 | -2/+61 |
* | Merged revisions 2921-2922,2925 via svnmerge from | peter | 2006-03-16 | 1 | -178/+25 |
* | Merged revisions 2775,2788-2789 via svnmerge from | peter | 2006-03-06 | 1 | -2/+2 |
* | Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,... | peter | 2006-03-05 | 1 | -648/+41 |
* | * fixed lengthsleb128 | florian | 2006-02-12 | 1 | -4/+4 |
* | + dwarf for procedures and local symbols | florian | 2006-01-28 | 1 | -0/+48 |
* | + basic dwarf support for variables and types | florian | 2006-01-28 | 1 | -3/+3 |
* | * use alt_dbgframe for call frame info labels | peter | 2006-01-25 | 1 | -2/+2 |
* | + added more dwarf sections | florian | 2006-01-21 | 1 | -4/+10 |
* | * generic compiler patches for ppc64/linux PIC code | tom_at_work | 2006-01-08 | 1 | -2/+5 |
* | * reverted changes from 2214, needs to be split into several commits | tom_at_work | 2006-01-08 | 1 | -8/+0 |
* | * basic code generation for dynamic linking code for ppc64 | tom_at_work | 2006-01-07 | 1 | -0/+8 |
* | * don't give an IE with extdebug on darwin if a symbol is "re-allocated" | jonas | 2006-01-06 | 1 | -1/+2 |