| Commit message (Expand) | Author | Age | Files | Lines |
* | * Factored code for allocating GOT slots into TElfExeOutput.AllocGOTSlot. | sergei | 2012-11-29 | 3 | -62/+64 |
* | * always mark symbols referenced by properties as "used"; in case the | jonas | 2012-11-27 | 1 | -4/+2 |
* | - disabled Stabs support on 64 bit targets (mantis #23365) | jonas | 2012-11-24 | 5 | -184/+197 |
* | * make ansistring unique before starting to change it using a pchar | jonas | 2012-11-24 | 1 | -0/+2 |
* | * sets with the same base/range can still have a different size (and hence | jonas | 2012-11-24 | 1 | -3/+5 |
* | Removed unused register allocation in tarminlinenode.second_abs_long | masta | 2012-11-22 | 1 | -2/+0 |
* | Fix bug introduced by myself for win32 dwarf info generation Bug 23365 and 2... | pierre | 2012-11-22 | 1 | -1/+1 |
* | * prevent invalid typecast on targets using nestedfpstruct functionality | jonas | 2012-11-22 | 1 | -1/+3 |
* | * make use_fixed_stack for i386 more generic (any target with more than | jonas | 2012-11-22 | 1 | -1/+1 |
* | * setelement nodes itself should not be considered, since setelement | florian | 2012-11-20 | 1 | -2/+6 |
* | * ELF linker: fixed written values of STT_TLS symbols, they must be relative ... | sergei | 2012-11-19 | 2 | -31/+24 |
* | + added comment on movsd hack | florian | 2012-11-18 | 1 | -2/+5 |
* | * merge fixes by Torsten Grundke | florian | 2012-11-18 | 3 | -16/+23 |
* | + started cpupara for aarch64 | florian | 2012-11-18 | 1 | -0/+705 |
* | * Internal linker: made sec_rodata_norel read-only. | sergei | 2012-11-18 | 3 | -8/+27 |
* | * introduce FPC_SUPPORT_X87_TYPES_ON_WIN64 define which allows to build | florian | 2012-11-18 | 2 | -6/+16 |
* | * small changes (copyright, typo, readability) | florian | 2012-11-18 | 1 | -3/+3 |
* | * improved error reporting by printing the type being found in with expressions | florian | 2012-11-18 | 4 | -313/+313 |
* | - 2.0 overlefts removed | florian | 2012-11-18 | 1 | -7/+0 |
* | * Changed section for ansi/wide/unicodestring constants, resourcestrings (con... | sergei | 2012-11-18 | 3 | -5/+5 |
* | * Changed TElf32Header and TElf64Header definitions, making them look closer ... | sergei | 2012-11-16 | 1 | -37/+45 |
* | + Internal linker: generic and ELF-specific support for grouped sections, all... | sergei | 2012-11-15 | 2 | -10/+130 |
* | * clarified -Cb explanation (mantis #23308) | jonas | 2012-11-12 | 3 | -98/+100 |
* | * don't add a separate high parameter for array-of-const parameters on the | jonas | 2012-11-10 | 5 | -6/+31 |
* | * allow type parameters variables being passed to new/dispose, resolves #23270 | florian | 2012-11-09 | 1 | -2/+22 |
* | + Support library grouping in internal linker script, use it to load C librar... | sergei | 2012-11-09 | 2 | -4/+29 |
* | + x86_64/cpuelf.pas: Support writing RELATIVE relocations separately from oth... | sergei | 2012-11-09 | 2 | -33/+86 |
* | + support for automatically generating setters/getters for properties on the | jonas | 2012-11-08 | 11 | -581/+898 |
* | + added search_struct_member_no_helper() to search a struct for a symbol | jonas | 2012-11-08 | 1 | -20/+30 |
* | * don't create the synthetic routines if any errors occurred, since that | jonas | 2012-11-08 | 1 | -0/+4 |
* | * store the "synthetic kind" information about procdefs in ppu files, | jonas | 2012-11-08 | 4 | -28/+49 |
* | * turned getpropaccesslist, add_parameters and add_index_parameter into | jonas | 2012-11-08 | 6 | -69/+97 |
* | * use -iphone_os_min rather than -ios_version_min, because the former | jonas | 2012-11-08 | 1 | -1/+1 |
* | + ELF linker: Support writing RELATIVE dynamic relocations ahead of the rest,... | sergei | 2012-11-08 | 1 | -12/+47 |
* | Avoid range check error in IDE by changing value of sfHasMemInfo constant to... | pierre | 2012-11-07 | 1 | -1/+1 |
* | + is_dynamicstring | florian | 2012-11-04 | 7 | -12/+42 |
* | m68k/cgcpu.pas, tcg64k.fixref: | svenbarth | 2012-11-04 | 1 | -3/+23 |
* | m68k/cgcpu.pas, tcg64f68k: | svenbarth | 2012-11-04 | 1 | -0/+32 |
* | + constant postfixoperator_tokens | florian | 2012-11-04 | 2 | -5/+17 |
* | cg64f32.pas, tcg64f32.a_load64_*_cgpara: | svenbarth | 2012-11-04 | 1 | -14/+42 |
* | m68k/cgcpu.pas, tcg68k.g_concatcopy: | svenbarth | 2012-11-04 | 1 | -3/+20 |
* | m68k/cgcpu.pas, tcg64f68k.a_op64_const_reg: | svenbarth | 2012-11-04 | 1 | -5/+5 |
* | * re-enable jump tables for x86-64, they are fixed, see also | florian | 2012-11-03 | 1 | -4/+0 |
* | * Within the LaTeX help-text, underscores have to be escaped. | joost | 2012-11-03 | 1 | -1/+1 |
* | - Removed generic implementation of TObjData.sectionname, its existence is us... | sergei | 2012-11-02 | 2 | -141/+2 |
* | * ELF linker: moved some code (which must be executed only once when linking ... | sergei | 2012-11-02 | 1 | -50/+38 |
* | m68k/n68kadd.pas: | svenbarth | 2012-11-01 | 1 | -6/+299 |
* | * adapt condition | florian | 2012-11-01 | 1 | -11/+19 |
* | + shifterop for ARM64 | florian | 2012-11-01 | 1 | -2/+6 |
* | + initial implementation of aasmcpu unit for ARM64 | florian | 2012-11-01 | 1 | -0/+2178 |