summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid writing characters after sym.value.len for conststring constant symbolspierre2021-02-161-4/+8
* + (safe) heuristics to use DW_CFA_advance_loc1 in CFIflorian2021-02-161-1/+30
* * generate advance_loc records only if there was code/data since the last a...florian2021-02-151-0/+17
* * arm: better cfiflorian2021-02-151-6/+6
* * initial implementation of CFI support for arm (non-thumb)florian2021-02-152-17/+16
* * arm thumb: generate proper cfiflorian2021-02-143-7/+32
* * ARM: NR_RETURN_ADDRESS_REG is R14florian2021-02-141-1/+1
* * initialize current_settings as early as possible so cs_debugswitch is set...florian2021-02-141-3/+4
* * arm thumb1: several fixes for the internal assembler writerflorian2021-02-146-38/+50
* * forgotten part of last commitflorian2021-02-141-1/+1
* * arm: taicpu uses set instead of boolean to store instruction statesflorian2021-02-144-31/+54
* + throw an error if hardware floating point operations are used in thumb(-1...florian2021-02-134-273/+280
* * factored out tbasecgarm.init_mmregister_allocatorflorian2021-02-131-31/+31
* * do not mess with FPA registers if they are not availableflorian2021-02-131-51/+60
* * handle -Ca (as proposed by Michael Ring) and -Cf in the first option pass...florian2021-02-131-1/+1
* * correctly handle multiple codesign binaries in the PATHjonas2021-02-132-4/+4
* + patch by Dimitrios Chr. Ioannidis: include dwar-3 sections in avr-embedde...florian2021-02-121-0/+6
* * Fixed r48650.yury2021-02-121-10/+10
* - armv5 never existed (without extension), removedflorian2021-02-113-17/+13
* * more helpful message if an unknown field is accessed in the assembler rea...florian2021-02-114-311/+313
* * Fixed expectloc of local variables passed as a formal parameter. This issue...yury2021-02-111-0/+10
* * do not initialize unncessary register allocatorsflorian2021-02-101-7/+6
* + throw a warning in ISO mode if a constant string is assigned to a char an...florian2021-02-094-556/+571
* m68k: write inline floating point immediates as hex consts, instead of scient...karoly2021-02-081-6/+10
* m68k: fix a_loadfpu_ref_reg to call a_loadfpu_reg_reg instead of a_load_reg_r...karoly2021-02-081-9/+11
* m68k: do not use OS_NO for FPU locations, but properly promote location sizes...karoly2021-02-082-4/+4
* * strip codesignature when comparing compiler binaries on Darwinjonas2021-02-072-2/+43
* * create \index entries in the messages.inc for an index of message texts a...florian2021-02-061-0/+3
* * allow sub/add nodes in constant pointer expressions, resolves #34027florian2021-02-052-5/+43
* * the size of the CIE_pointer in an FDE is always 32 bitflorian2021-02-031-1/+2
* * removed accidently committed printnodeflorian2021-01-311-1/+0
* * additional fix for r48449florian2021-01-301-3/+14
* * handle generic with ord call of sub-range and enumeration data excluding ...florian2021-01-291-1/+1
* * fix type conversion for array indicies if the ordinal ranges of the invol...florian2021-01-281-1/+10
* * updated copyright year to 2021florian2021-01-2621-24/+24
* m68k: revert r48224, the fix proposed in that patch was just hiding an underl...karoly2021-01-251-13/+8
* m68k: take rounding requirements into account in a_loadfpu_reg_reg and a_load...karoly2021-01-251-3/+35
* m68k: do not optimize away fmove fpureg0, intreg0; fmove intreg0; fpureg0; co...karoly2021-01-251-20/+24
* * properly mangle interface wrapper names to avoid duplicate label errors, ...florian2021-01-241-1/+1
* * use generic VFP type instead of VFP list prone to changesflorian2021-01-2414-190/+190
* * compiler utils cannot depend on StrUtilsflorian2021-01-242-3/+120
* * rgobj: ungetiftemp can't be used here since it frees only temps of the tt_n...yury2021-01-241-1/+5
* + write message number to docsflorian2021-01-241-22/+38
* * missing programs added to rules, so make clean works betterflorian2021-01-242-105/+105
* * fix linker map generation on Darwinjonas2021-01-241-1/+1
* Add cs_generate_uf2 entry into ppudumppierre2021-01-241-1/+2
* * do not output error numbers for optionsflorian2021-01-241-1/+1
* * Fixed value of the LF_PAD13 enum element.yury2021-01-241-1/+1
* * Removed in_x86mm_last (the duplicate no and unused) from the tinlinenumber ...yury2021-01-241-2/+2
* + modified patch by Christo Crause: if the target support, the switch -Xu c...florian2021-01-247-4/+127