| Commit message (Expand) | Author | Age | Files | Lines |
* | * Rework the constexprint to allow operations from low(int64) to high(qword). | daniel | 2007-06-13 | 1 | -1/+1 |
* | * secrel32 relocation support required by dwarf2 under windows | peter | 2007-04-25 | 1 | -2/+5 |
* | * OS/2 compilation fixes (not completely finished yet) | hajny | 2007-03-20 | 1 | -0/+50 |
* | * Merged 2.3 branch changes: | jonas | 2007-03-04 | 1 | -10/+14 |
* | * don't write alignment for .comm and .lcomm, it seems to be only | peter | 2007-02-27 | 1 | -9/+4 |
* | * wince doesn't like the lcomm with two parameters too | oro06 | 2007-02-27 | 1 | -3/+3 |
* | * win32 doesn't like the lcomm with two parameters either | florian | 2007-02-25 | 1 | -3/+4 |
* | * fixed arm-linux | florian | 2007-02-25 | 1 | -2/+4 |
* | * use .comm again for global variables | peter | 2007-02-25 | 1 | -13/+17 |
* | * proper section names for sec_debug_line, sec_debug_info and | jonas | 2007-02-01 | 1 | -0/+15 |
* | * .init section support | florian | 2007-01-07 | 1 | -3/+5 |
* | * disable generation of smartlinkable code for Darwin for now since | jonas | 2006-12-26 | 1 | -0/+4 |
* | + workaround for old Amiga GNU AS, which vomits for .fpc sections | karoly | 2006-12-26 | 1 | -1/+5 |
* | + avoidin .sections in the generated asm file for m68k-amiga, | karoly | 2006-12-05 | 1 | -1/+3 |
* | * fixed darwin compilation | jonas | 2006-11-10 | 1 | -0/+5 |
* | * section "fpc" was renamed to ".fpc". | yury | 2006-11-10 | 1 | -3/+10 |
* | * fixed invalid typecast | peter | 2006-11-02 | 1 | -1/+1 |
* | * Remove dos,strings units, use SysUtils instead | peter | 2006-10-30 | 1 | -25/+6 |
* | * germanism removed (aktfilepos -> current_filepos) | florian | 2006-10-30 | 1 | -1/+1 |
* | * order of named sections added | peter | 2006-10-30 | 1 | -12/+23 |
* | * settings refactored | florian | 2006-10-30 | 1 | -9/+9 |
* | * remove ttype | peter | 2006-10-29 | 1 | -4/+4 |
* | * remove ifdef fpc | peter | 2006-10-07 | 1 | -4/+0 |
* | * splitup dwarf2/dwarf3 | marc | 2006-09-30 | 1 | -1/+1 |
* | * fix NOP opcode | peter | 2006-09-26 | 1 | -1/+1 |
* | * write align opcode in text sections in case of gas output, fixes #7440 | florian | 2006-09-24 | 1 | -3/+8 |
* | * support for creating smartlinkable files under darwin. Don't turn on | jonas | 2006-09-12 | 1 | -0/+4 |
* | + Added dwarf .debug_line info | marc | 2006-09-10 | 1 | -2/+4 |
* | fixed generation of dwarf lineinfo in win32 | marc | 2006-07-13 | 1 | -0/+9 |
* | - Removed need of assembler startup files for wince. Now compiler directly cr... | yury | 2006-06-02 | 1 | -0/+2 |
* | * fixed .toc section label generation | tom_at_work | 2006-05-25 | 1 | -0/+1 |
* | * enable rodata for ppc (+ darwin renaming to ".const") | jonas | 2006-05-23 | 1 | -1/+6 |
* | * use .rodata directive on arm | florian | 2006-05-22 | 1 | -0/+5 |
* | * fixed for darwin | jonas | 2006-05-02 | 1 | -1/+2 |
* | * initial gprof code for ppc64/linux | tom_at_work | 2006-04-18 | 1 | -1/+7 |
* | * fixed compilation on winx64 | florian | 2006-04-17 | 1 | -1/+4 |
* | * fixed section smartlinking with ld.exe | peter | 2006-04-02 | 1 | -1/+5 |
* | Merged revisions 3072-3073 via svnmerge from | peter | 2006-03-30 | 1 | -2/+2 |
* | * leb128 gets always a 64bit int | peter | 2006-03-27 | 1 | -6/+6 |
* | * leb128 support for binary writers | peter | 2006-03-26 | 1 | -35/+18 |
* | Merged revisions 2827,2831,2837,2932-2980 via svnmerge from | peter | 2006-03-19 | 1 | -2/+2 |
* | * fixed r2970 (% instead of #) | jonas | 2006-03-19 | 1 | -1/+1 |
* | * fix writing of @object for arm | peter | 2006-03-19 | 1 | -14/+9 |
* | Merged revisions 2921-2922,2925 via svnmerge from | peter | 2006-03-16 | 1 | -11/+11 |
* | * removed "inline" directive from TGNUAssembler.WriteInstruction | jonas | 2006-03-11 | 1 | -2/+2 |
* | * fix section flags for stabs | peter | 2006-03-10 | 1 | -5/+5 |
* | * factered WriteInstruction out of TGNUAssembler into its own class | jonas | 2006-03-09 | 1 | -14/+93 |
* | Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,... | peter | 2006-03-05 | 1 | -22/+25 |
* | + more darwin i386 support | jonas | 2006-02-15 | 1 | -4/+5 |
* | * fixed open arrays with dwarf | florian | 2006-02-05 | 1 | -1/+9 |