summaryrefslogtreecommitdiff
path: root/compiler/mips/hlcgcpu.pas
Commit message (Expand)AuthorAgeFilesLines
* * patch by Marģers to unify internal error numbers, resolves #37888florian2020-10-131-1/+1
* * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/jonas2019-07-071-1/+1
* * synchronised with trunk till r42049jonas2019-05-121-0/+2
|\
| * * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-0/+2
* | * 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-2/+2
* + added volatility information to all memory referencesjonas2016-11-271-5/+5
* - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():jonas2016-08-051-6/+6
* * specify the def of assembler level symbols defined viajonas2016-07-201-2/+2
* * renamed thlcgobj.g_external_wrapper() into a_jmp_external_name(), andjonas2016-07-141-2/+2
* * moved g_external_wrapper() to the hlcg, and also g_intf_wrapper() becausejonas2014-08-191-6/+135
* + new chlcgobj class reference variable that can be used to call thlcg*jonas2014-07-031-0/+2
* * synchronized with trunk up to r27758jonas2014-05-121-2/+2
|\
| * Initial version of mipsel-embedded Target for pic32mx chips.ring2013-07-061-2/+2
* | * pass a list of (pointers to) the paralocs to hlcgobj.a_call/g_call*, asjonas2014-03-061-2/+2
|/
* + MIPS: Use INS and EXT instructions for bit manipulations when target CPU ty...sergei2013-07-021-0/+67
* MIPS: reworked PIC/call code:sergei2013-03-051-46/+12
* Avoid wrong code generation for a_call_name if we create pic codepierre2013-02-011-10/+20
* Use addr_pic_call16 in a_call_name methodpierre2013-01-311-1/+1
* Remove more TABs in sourcespierre2012-09-061-1/+1
* * moved setting the call result to a separate method, so it can still bejonas2012-07-121-2/+2
* * let thlcg.a_call_name() return the tcgpara representing the functionjonas2012-07-111-8/+10
* * Overload hlcg.a_call_ref and a_call_reg methods for cdecl'ared functions t...pierre2012-07-101-17/+47
* Override a_call_name to use _gp loading and call for cdecl (to get PIC comp...pierre2012-07-051-3/+38
* * create/destroy also the high level code generator for all architectures,jonas2011-08-201-0/+45