summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* * Factored code for allocating GOT slots into TElfExeOutput.AllocGOTSlot.sergei2012-11-293-62/+64
* * always mark symbols referenced by properties as "used"; in case thejonas2012-11-271-4/+2
* - disabled Stabs support on 64 bit targets (mantis #23365)jonas2012-11-245-184/+197
* * make ansistring unique before starting to change it using a pcharjonas2012-11-241-0/+2
* * sets with the same base/range can still have a different size (and hencejonas2012-11-241-3/+5
* Removed unused register allocation in tarminlinenode.second_abs_longmasta2012-11-221-2/+0
* Fix bug introduced by myself for win32 dwarf info generation Bug 23365 and 2...pierre2012-11-221-1/+1
* * prevent invalid typecast on targets using nestedfpstruct functionalityjonas2012-11-221-1/+3
* * make use_fixed_stack for i386 more generic (any target with more thanjonas2012-11-221-1/+1
* * setelement nodes itself should not be considered, since setelementflorian2012-11-201-2/+6
* * ELF linker: fixed written values of STT_TLS symbols, they must be relative ...sergei2012-11-192-31/+24
* + added comment on movsd hackflorian2012-11-181-2/+5
* * merge fixes by Torsten Grundkeflorian2012-11-183-16/+23
* + started cpupara for aarch64florian2012-11-181-0/+705
* * Internal linker: made sec_rodata_norel read-only.sergei2012-11-183-8/+27
* * introduce FPC_SUPPORT_X87_TYPES_ON_WIN64 define which allows to build florian2012-11-182-6/+16
* * small changes (copyright, typo, readability)florian2012-11-181-3/+3
* * improved error reporting by printing the type being found in with expressionsflorian2012-11-184-313/+313
* - 2.0 overlefts removedflorian2012-11-181-7/+0
* * Changed section for ansi/wide/unicodestring constants, resourcestrings (con...sergei2012-11-183-5/+5
* * Changed TElf32Header and TElf64Header definitions, making them look closer ...sergei2012-11-161-37/+45
* + Internal linker: generic and ELF-specific support for grouped sections, all...sergei2012-11-152-10/+130
* * clarified -Cb explanation (mantis #23308)jonas2012-11-123-98/+100
* * don't add a separate high parameter for array-of-const parameters on thejonas2012-11-105-6/+31
* * allow type parameters variables being passed to new/dispose, resolves #23270florian2012-11-091-2/+22
* + Support library grouping in internal linker script, use it to load C librar...sergei2012-11-092-4/+29
* + x86_64/cpuelf.pas: Support writing RELATIVE relocations separately from oth...sergei2012-11-092-33/+86
* + support for automatically generating setters/getters for properties on thejonas2012-11-0811-581/+898
* + added search_struct_member_no_helper() to search a struct for a symboljonas2012-11-081-20/+30
* * don't create the synthetic routines if any errors occurred, since thatjonas2012-11-081-0/+4
* * store the "synthetic kind" information about procdefs in ppu files,jonas2012-11-084-28/+49
* * turned getpropaccesslist, add_parameters and add_index_parameter intojonas2012-11-086-69/+97
* * use -iphone_os_min rather than -ios_version_min, because the formerjonas2012-11-081-1/+1
* + ELF linker: Support writing RELATIVE dynamic relocations ahead of the rest,...sergei2012-11-081-12/+47
* Avoid range check error in IDE by changing value of sfHasMemInfo constant to...pierre2012-11-071-1/+1
* + is_dynamicstringflorian2012-11-047-12/+42
* m68k/cgcpu.pas, tcg64k.fixref:svenbarth2012-11-041-3/+23
* m68k/cgcpu.pas, tcg64f68k:svenbarth2012-11-041-0/+32
* + constant postfixoperator_tokensflorian2012-11-042-5/+17
* cg64f32.pas, tcg64f32.a_load64_*_cgpara:svenbarth2012-11-041-14/+42
* m68k/cgcpu.pas, tcg68k.g_concatcopy:svenbarth2012-11-041-3/+20
* m68k/cgcpu.pas, tcg64f68k.a_op64_const_reg:svenbarth2012-11-041-5/+5
* * re-enable jump tables for x86-64, they are fixed, see also florian2012-11-031-4/+0
* * Within the LaTeX help-text, underscores have to be escaped.joost2012-11-031-1/+1
* - Removed generic implementation of TObjData.sectionname, its existence is us...sergei2012-11-022-141/+2
* * ELF linker: moved some code (which must be executed only once when linking ...sergei2012-11-021-50/+38
* m68k/n68kadd.pas:svenbarth2012-11-011-6/+299
* * adapt conditionflorian2012-11-011-11/+19
* + shifterop for ARM64florian2012-11-011-2/+6
* + initial implementation of aasmcpu unit for ARM64florian2012-11-011-0/+2178