svenbarth
|
cc354f9d72
* have the fpc_*_copy compiler intrinsics reference the intrinsic symbol they belong to
|
6 ani în urmă |
florian
|
71e71ad267
* fix currency division on non x86 32 bit targets
|
7 ani în urmă |
florian
|
c230f81719
+ support for <dyn. array>+<dyn. array>, resolves #30463
|
7 ani în urmă |
svenbarth
|
916ff0b92c
+ extend Concat() with support for dynamic arrays
|
7 ani în urmă |
florian
|
7817102727
* patch by Christo Crause to implement 8 bit multiplications for "mul-less" avr types, resolves issue #31925
|
7 ani în urmă |
nickysn
|
34113b930b
* removed the checkoverflow: boolean parameter of the software mul helpers;
|
8 ani în urmă |
svenbarth
|
72c595eefe
+ implement support for Insert() for dynamic arrays; the parameter that is inserted can be a dynamic or static array of the same type, an array constructor or a single element of the arrays type; all that is determined based on the second type
|
8 ani în urmă |
nickysn
|
b14f277e8f
+ use rtl helpers for 64-bit shl/shr/sar/rol/ror modify in place operations, on
|
8 ani în urmă |
florian
|
7213a13081
* split fpc_mul_<64 bit> into separate procedures with and without overflow checking
|
8 ani în urmă |
florian
|
29a2c433f7
* -Sr option for iso mode: in case no command line parameter is passed, the file name for program parameters is derived from their variable name
|
8 ani în urmă |
florian
|
0c238b72e5
+ set/longjmp implementation for avr
|
8 ani în urmă |
nickysn
|
e1792e712a
* changed the 'size' parameter of fpc_zeromem and fpc_fillmem from ptruint to sizeuint
|
8 ani în urmă |
florian
|
9c81e90e08
+ extension to iso mode: reset/rewrite can take a file name as a second parameter
|
8 ani în urmă |
svenbarth
|
26a2ddd3d6
+ extend Delete() intrinsics with Delphi compatible support for dynamic arrays. Also fixes Mantis #30306
|
9 ani în urmă |
svenbarth
|
248490bbf1
* declare fpc_zeromem and fpc_fillmem as inline to avoid one call
|
9 ani în urmă |
svenbarth
|
fd66d70449
innr.inc:
|
9 ani în urmă |
svenbarth
|
a2c9c75e97
Convert Insert() and Delete() to intrinsics in preparation for dynamic array support for these two procedures.
|
9 ani în urmă |
nickysn
|
c78f406d99
+ implemented proper stack checking for the i8086
|
9 ani în urmă |
Jonas Maebe
|
2afd8eb802
- removed FPC_HAS_STR_CURRENCY-related code, FPC 2.6.4 has it
|
10 ani în urmă |
Jonas Maebe
|
e2da416270
+ new file for llvm intrinsics (using external compilerprocs)
|
10 ani în urmă |
florian
|
ba1297b1ab
+ provide also 8 and 16 bit div/mod helper
|
10 ani în urmă |
Jonas Maebe
|
3f736f6114
* handle the loading of VMT entries at the node level, so it's done in a
|
10 ani în urmă |
florian
|
98856437b2
* disable fpc_chararray_enum for now on avr because the register allocator cannot currently handle it
|
10 ani în urmă |
Jonas Maebe
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
10 ani în urmă |
michael
|
3563944752
* Patch to allow changing TVarRec data (bug ID 26773)
|
10 ani în urmă |
Jonas Maebe
|
5c75b6dd6b
* synchronised with trunk up till r28402
|
11 ani în urmă |
nickysn
|
5edbd1cd03
* fixed i8086 ifdef (should be ifdef cpui8086, not i8086, because that's the
|
11 ani în urmă |
nickysn
|
13646c7afe
+ added rtl helper for huge pointer subtraction
|
11 ani în urmă |
Jonas Maebe
|
7949bebb8d
* synchronised with r28168 of trunk
|
11 ani în urmă |
nickysn
|
c306f48c14
+ added rtl helpers for huge pointer comparisons
|
11 ani în urmă |