summaryrefslogtreecommitdiff
path: root/compiler/m68k/hlcgcpu.pas
Commit message (Expand)AuthorAgeFilesLines
* * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/jonas2019-07-071-1/+1
* * changed create_hlcodegen into a procvar, so that we don't have to insertjonas2018-11-291-3/+2
* * keep track of the temp position separately from the offset in references,jonas2018-04-221-8/+8
* m68k: for cdecls with the SVR4 ABI return results both in A0 and D0karoly2017-06-231-1/+24
* m68k: add support register calling convention properly in the interface wrapp...karoly2017-06-141-3/+51
* + added volatility information to all memory referencesjonas2016-11-271-4/+4
* - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():jonas2016-08-051-1/+1
* * specify the def of assembler level symbols defined viajonas2016-07-201-2/+2
* m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFi...karoly2016-04-081-2/+2
* * synchronised with trunk till r30345jonas2015-03-281-24/+85
|\
| * m68k: implemented 68k specific a_bit_set_const_ref and a_bit_set_reg_ref, usi...karoly2015-03-221-8/+37
| * m68k: some initial HLCG, use BSET/BCLR instructions for simple bit manipulationkaroly2015-03-221-2/+46
* | * moved g_external_wrapper() to the hlcg, and also g_intf_wrapper() becausejonas2014-08-191-4/+100
* | + new chlcgobj class reference variable that can be used to call thlcg*jonas2014-07-031-0/+2
|/
* * create/destroy also the high level code generator for all architectures,jonas2011-08-201-0/+45