| Commit message (Expand) | Author | Age | Files | Lines |
* | * fixes masm code generation for rep mov* | florian | 2015-11-06 | 1 | -0/+5 |
* | * store a pointer to the used tasminfo record in every assembler writer, so | jonas | 2015-09-12 | 1 | -18/+18 |
* | * factored out the output file handling (mostly writing data) from the | jonas | 2015-09-12 | 1 | -142/+140 |
* | * synchronized with privatetrunk till r30095 | jonas | 2015-03-05 | 1 | -0/+5 |
|\ |
|
| * | * fix assembling with masm according to #25858 | florian | 2015-02-05 | 1 | -0/+5 |
* | | * synchronised with r28168 of trunk | jonas | 2014-07-05 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | + create a special 'heap' segment with reserved space equal to heapsize (i.e. | nickysn | 2014-06-19 | 1 | -0/+2 |
| * | * Put under {$ifndef x86_64} more cases of instructions that do not exist in ... | sergei | 2014-06-11 | 1 | -2/+5 |
| * | + generate the stack segment for i8086 far data memory models from within fpc | nickysn | 2014-05-27 | 1 | -0/+2 |
* | | * grouped all tai_real* types into a single tai_realconst type, | jonas | 2014-07-01 | 1 | -12/+17 |
|/ |
|
* | Separate out nasm assembler for i8086, i386 and x86_64 cpus, also separte ba... | pierre | 2014-01-21 | 1 | -4/+7 |
* | * use FixNonCommutativeOpcodes in agx86int.pas as well (fixes compilation for... | nickysn | 2013-04-06 | 1 | -15/+16 |
* | - removed no longer used/supported af_allowdirect flag (direct assembler | jonas | 2012-10-21 | 1 | -4/+4 |
* | * merged avx support in inline assembler developed by Torsten Grundke | florian | 2012-10-06 | 1 | -1/+2 |
|\ |
|
| * | --- Merging r20490 into '.': | florian | 2012-05-03 | 1 | -1/+2 |
* | | * fix compilation with -dextdebug | florian | 2012-06-26 | 1 | -2/+2 |
|/ |
|
* | * replaced most (if not all) remaining fields/parameters in the compiler | jonas | 2012-04-29 | 1 | -2/+2 |
* | + generic implementation of ReplaceForbiddenAsmSymbolChars() instead | jonas | 2012-04-11 | 1 | -0/+4 |
* | * converted tai directive string from pshortstring to ansistring (some | jonas | 2012-04-11 | 1 | -2/+1 |
* | win64 unwinding, misc fixes: | sergei | 2011-09-26 | 1 | -1/+2 |
* | x86 external Intel assembler: | sergei | 2011-09-15 | 1 | -3/+17 |
* | 64-bit masm writer: | sergei | 2011-06-10 | 1 | -7/+14 |
* | * External assemblers: moved some common code into the base class, 4 copies r... | sergei | 2011-05-26 | 1 | -76/+10 |
* | + user section type | florian | 2011-03-20 | 1 | -3/+3 |
* | * MASM and NASM assembler writers, added check for InlineLevel>0 so it suppre... | sergei | 2010-12-17 | 1 | -1/+1 |
* | * Intel assembler writer, don't truncate written values to 32 bits, as this c... | sergei | 2010-12-10 | 1 | -2/+2 |
* | * renamed mark_InlineStart/mark_InlineEnd to mark_NoLineinfoStart/ | jonas | 2009-12-04 | 1 | -2/+2 |
* | - removed aitconst_indirect_symbol, replaced with tai_directive | jonas | 2009-11-12 | 1 | -4/+3 |
* | * changed assembler directives for darwin lazy/non-lazy symbol pointers | jonas | 2009-11-09 | 1 | -0/+8 |
* | * the objc1 unit has been renamed to objc | jonas | 2009-09-27 | 1 | -0/+18 |
* | * fixed several omissions that could cause the dynamic linker not to | jonas | 2009-09-08 | 1 | -0/+2 |
* | * Fixed warnings and notes. | yury | 2009-05-13 | 1 | -1/+2 |
* | + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable | jonas | 2009-03-08 | 1 | -0/+50 |
* | * changed the supported targets for assembler writers to a set, and | jonas | 2009-01-28 | 1 | -4/+4 |
* | * Removed/ifdefed/commented unused local variables. | yury | 2008-07-23 | 1 | -0/+2 |
* | + Haiku support by Olivier Coursière based on old BeOS support | florian | 2008-05-19 | 1 | -1/+1 |
* | - garbage was being output sometimes instead of source lines when compiling w... | peter | 2007-11-25 | 1 | -9/+10 |
* | * there can be a tai_stab between lock/rep and the next opcode | peter | 2007-10-01 | 1 | -2/+6 |
* | * split off sec_rodata_norel from sec_rodata, and only put constant data | jonas | 2007-09-26 | 1 | -2/+2 |
* | + .fini section support | florian | 2007-07-28 | 1 | -0/+2 |
* | * secrel32 relocation support required by dwarf2 under windows | peter | 2007-04-25 | 1 | -1/+4 |
* | * .init section support | florian | 2007-01-07 | 1 | -0/+2 |
* | * AsmSymbolDict changed to FPHashObjectList | peter | 2006-11-01 | 1 | -20/+18 |
* | * Remove dos,strings units, use SysUtils instead | peter | 2006-10-30 | 1 | -7/+7 |
* | * settings refactored | florian | 2006-10-30 | 1 | -7/+7 |
* | * remove ifdef fpc | peter | 2006-10-07 | 1 | -4/+0 |
* | - Removed need of assembler startup files for wince. Now compiler directly cr... | yury | 2006-06-02 | 1 | -2/+2 |
* | * fix typecast | peter | 2006-04-29 | 1 | -2/+2 |
* | Merged revisions 2827,2831,2837,2932-2980 via svnmerge from | peter | 2006-03-19 | 1 | -1/+1 |
* | Merged revisions 2921-2922,2925 via svnmerge from | peter | 2006-03-16 | 1 | -17/+17 |