summaryrefslogtreecommitdiff
path: root/compiler/sparc64
Commit message (Expand)AuthorAgeFilesLines
* * patch by Marģers to unify internal error numbers, resolves #37888florian2020-10-131-1/+1
* * mark all external assemblers using an LLVM tool using af_llvmjonas2020-07-191-0/+45
* + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSym...nickysn2020-04-251-0/+2
* * fix commentsvenbarth2020-04-171-1/+1
* * disable cs_opt_regvar on all platforms when compiled for LLVM (LLVM doesjonas2020-01-291-2/+2
* * common naming for fpu_none stringflorian2019-12-241-1/+2
* * Set ControllerSupport to false for sparc/sparc64 and x86_64 CPUs.pierre2019-07-041-1/+1
* * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-122-0/+6
* * keep track of the temp position separately from the offset in references,jonas2018-04-222-4/+3
* * take advantage of the fact that SRA reg1,x,reg2 sign extends to the upper 3...florian2017-08-201-4/+1
* * split create_paraloc_info_intern for sparc32 and sparc64florian2017-08-201-0/+317
* + TCGSparc64.a_load_reg_ref_unalignedflorian2017-07-211-0/+28
* Fix check for setting use_unlimited_pic_mode for sparc64pierre2017-07-181-1/+1
* + fccX registersflorian2017-07-039-17/+49
* * integer registers on sparc(64) do not have an explicit size anymore, simpli...florian2017-06-199-45/+61
* * properly handle constants from -2^32 to -1 on sparc64florian2017-06-191-4/+4
* * handling of negative constants in TCGSparc64.a_load_const_regflorian2017-06-181-5/+4
* * basic sparc64 calling convention handling and stack frame handling fixedflorian2017-06-182-0/+55
* + SPARC64 cpugas unitflorian2017-06-101-0/+261
* * split the sparc code generator into a generic base class and separate class...florian2017-06-061-0/+184
* * sparc64 compiler can be build, not working yetflorian2017-06-023-0/+174
* + register .inc files for SPARC64florian2017-05-319-0/+1378
* + basics for sparc64 support, we continue to use the name "sparc" for sparc32...florian2017-05-301-0/+113