| Commit message (Expand) | Author | Age | Files | Lines |
| * | * fix LLVM after r48828 | florian | 2021-02-27 | 1 | -0/+2 |
| * | * llvm: only set custom parameter alignments for byval parameters, the rest | jonas | 2021-01-06 | 1 | -4/+5 |
| * | * when getting an llvm temporary recorddef, recurse into arrays rather than | jonas | 2020-11-25 | 1 | -39/+55 |
| * | Also accept s80bit real constants when FPC_SOFT_FPUX80 macro is defined | pierre | 2020-11-24 | 1 | -4/+4 |
| * | * LLVM: ensure that the parameter types are processed of procdefs that are | jonas | 2020-10-23 | 1 | -15/+16 |
| * | * LLVM 11.0 support | jonas | 2020-10-17 | 2 | -8/+14 |
| * | * patch by Marģers to unify internal error numbers, resolves #37888 | florian | 2020-10-13 | 9 | -19/+19 |
| * | * add Xcode-11.0 as LLVM target version versin | jonas | 2020-08-23 | 1 | -0/+3 |
| * | * emit the correct declaration for procdefs used to force a procname in LLVM | jonas | 2020-08-23 | 1 | -0/+26 |
| * | * ait_comment,ait_regalloc,ait_tempalloc,ait_varloc instructions produce only... | yury | 2020-08-22 | 1 | -35/+2 |
| * | * ait_varloc instructions are handled and removed by Trgobj.translate_registe... | yury | 2020-08-22 | 1 | -15/+3 |
| * | * Added on option to implement library based smartlinking of the dead stripab... | yury | 2020-08-18 | 1 | -2/+2 |
| * | * made internalerror unique | jonas | 2020-08-04 | 1 | -1/+1 |
| * | * fixed LLVM register allocator after r46199 | jonas | 2020-08-03 | 1 | -0/+5 |
| * | - removed no longer used -target $TARGET parameter (triplet is used instead) | jonas | 2020-07-25 | 1 | -1/+1 |
| * | * mark all external assemblers using an LLVM tool using af_llvm | jonas | 2020-07-19 | 2 | -173/+8 |
| * | * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS | jonas | 2020-07-10 | 1 | -1/+1 |
| * | * implemented a_load_undefined_cgpara for LLVM, fixes LLVM code generator | jonas | 2020-05-21 | 1 | -0/+11 |
| * | * Do not use the LOC_VOID location to indicate unused parameters. | yury | 2020-05-21 | 2 | -13/+7 |
| * | Fixed LLVM compilation after r45143 | marcus | 2020-04-28 | 1 | -1/+2 |
| * | * ReplaceForbiddenAsmSymbolChars renamed ApplyAsmSymbolRestrictions, because ... | nickysn | 2020-04-26 | 1 | -1/+1 |
| * | + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSym... | nickysn | 2020-04-25 | 1 | -0/+2 |
| * | * use typenames in more cases in the generated LLVM IR (results in smaller | jonas | 2020-04-02 | 2 | -17/+11 |
| * | * use tprocvardef.getreusableprocaddr also for non-address-only copies of | jonas | 2020-04-02 | 3 | -3/+3 |
| * | * add support for creating non-address-only procvars to | jonas | 2020-04-02 | 3 | -5/+5 |
| * | + -XlS<x> option to specify a suffix for externally called LLVM utilities, | jonas | 2020-03-30 | 1 | -2/+2 |
| * | * fix LLVM backend compilation (mantis #36833) | jonas | 2020-03-27 | 1 | -1/+2 |
| * | * fixed tdel1/2 tests again for AArch64/LLVM | jonas | 2020-02-16 | 2 | -3/+13 |
| * | + new pio_inline_forbidden flag to indicate that while parsing the | jonas | 2020-01-29 | 1 | -1/+2 |
| * | * use same Windows platform name as clang | jonas | 2020-01-29 | 1 | -3/+3 |
| * | * fix internalerror if adding the object info for LLVM requires creating ne... | jonas | 2020-01-29 | 1 | -0/+6 |
| * | * constrained sitofp is not yet supported in LLVM for all targets | jonas | 2020-01-07 | 3 | -3/+55 |
| * | * handle non-smallset sets in registers in LLVM like arrays and records | jonas | 2020-01-07 | 1 | -1/+4 |
| * | * fixed for targets where currency is implemented via int64 after r43829 | jonas | 2020-01-07 | 1 | -0/+2 |
| * | * fixed LLVM compilation after r43860 | jonas | 2020-01-05 | 1 | -1/+0 |
| * | * fixed missing sign extension when adding a signed integer variable with | jonas | 2020-01-01 | 1 | -0/+10 |
| * | * use maytrap instead of strict FP exception behaviour in LLVM, so constant | jonas | 2020-01-01 | 4 | -7/+15 |
| * | * support for constrained sitofp/uitofp with (the upcoming) LLVM 10.0 | jonas | 2019-12-31 | 3 | -12/+53 |
| * | * the llvm.experimental.constrained.fpext intrinsic doesn't have a rounding | jonas | 2019-12-31 | 1 | -9/+20 |
| * | * fix LLVM code generator after r43808 | jonas | 2019-12-30 | 1 | -11/+21 |
| * | * use LLVM constrained fpext/fptrunc intrinsics when fastmath is not enabled | jonas | 2019-12-30 | 3 | -5/+73 |
| * | * use constrained LLVM fp intrinsics for add/sub/mul/slash/fma/sqrt | jonas | 2019-12-30 | 2 | -94/+173 |
| * | * record whether a function uses fastmath, and define the function as | jonas | 2019-12-30 | 1 | -0/+2 |
| * | * support nf_internal to ignore currency conversion adjustments also on | jonas | 2019-12-30 | 1 | -1/+2 |
| * | + support for LLVM metadata constant string parameters | jonas | 2019-12-30 | 6 | -14/+175 |
| * | * fixed writing of calling convention for function declarations/definitions | jonas | 2019-12-24 | 1 | -1/+1 |
| * | * LLVM support for writing vector types | jonas | 2019-12-24 | 1 | -1/+7 |
| * | * renamed getintparaloc to getcgtempparaloc | jonas | 2019-12-24 | 4 | -12/+12 |
| * | + recognise LLVM 9.0 (no changes needed compared to LLVM 8.0) | jonas | 2019-12-14 | 1 | -3/+6 |
| * | - removed LLVM support for clang < 7.0 and Xcode < 10.0: those versions | jonas | 2019-12-14 | 2 | -129/+43 |