Mattias Gaertner
|
d1830fc589
pastojs: fixed var a: somearray = nil
|
6 년 전 |
Mattias Gaertner
|
a889888f2a
fcl-passrc: added test local var inits
|
6 년 전 |
Legolas
|
a9b015911d
* Updated Wii port to libogc 1.8.22
|
6 년 전 |
florian
|
73c8861929
* suppress warning for targets without MM registers
|
6 년 전 |
nickysn
|
dec03b5ac7
+ added the asmmodes_x86_att set constant - similar to asmmode_x86_intel, but for AT&T asm syntax
|
6 년 전 |
nickysn
|
697f2fcf75
* prettify the "Use of -offset(%esp), access may cause a crash or value may be
|
6 년 전 |
nickysn
|
d2b3da1f14
+ add asmmode_standard to the asmmodes_x86_intel set on i8086, because i8086 defaults to intel syntax
|
6 년 전 |
nickysn
|
ce8ec3ab5d
+ introduced the asmmodes_x86_intel constant set
|
6 년 전 |
nickysn
|
4f2ab3fb11
* prettify the "Use of -offset(%ebp) is not recommended for local variable
|
6 년 전 |
nickysn
|
1e07606cbf
* prettify the "Use of +offset(%ebp) is not compatible with regcall convention"
|
6 년 전 |
pierre
|
49fed0c710
Fix error in commit #42199
|
6 년 전 |
Jeppe Johansen
|
0d97dc7965
avr: Fixed some inconsistencies.
|
6 년 전 |
nickysn
|
2487fa7605
+ added set TNewExeSegmentFlags
|
6 년 전 |
Legolas
|
7c02f2b531
* Nintendo DS port updated to libnds ver.1.7.3
|
6 년 전 |
Legolas
|
4239742b35
* GBA port updated
|
6 년 전 |
florian
|
f92b8d1681
* changes shift parameter of shift helpers into ALUUInt, as there is an "and" used anyways, this does not change semantics but reduces register pressure on 8 bit targets
|
6 년 전 |
pierre
|
14b9032ef2
Use use_tag_types everywhere to get consistent results for 'Tt' versus 't' for stabs for string definitions
|
6 년 전 |
florian
|
fe99252a9b
* lazarus version update
|
6 년 전 |
florian
|
17c48694a5
* fix bootstrapping with 3.0.x and -O3
|
6 년 전 |
michael
|
44987e376d
* Unicode string assertequal (removed doubles)
|
6 년 전 |
michael
|
b3493d1f07
* Unicode string assertequal
|
6 년 전 |
Jonas Maebe
|
1dee4c41dd
- removed "cmp 0/1, pasbool1" optimization for llvm because this discards
|
6 년 전 |
nickysn
|
465e8a99e0
+ added type TNewExeAdditionalHeaderFlags
|
6 년 전 |
nickysn
|
ded3dec22a
+ added enum TNewExeTargetOS
|
6 년 전 |
pierre
|
471cb73c5f
Add {$goto on} if FPC macro is defined
|
6 년 전 |
svenbarth
|
fb0f2fbd35
* enable method implementation tests for i386 (interface tests will be ignored however as stdcall/cdecl are not yet provided without an external manager)
|
6 년 전 |
svenbarth
|
6b7ba589b9
* change fallback implementation of the RTTI memory functions to do nothing so that new platforms are easily detected
|
6 년 전 |
svenbarth
|
c008adb658
* implement memory allocation functions for Unix platforms using mmap/mprotect/munmap
|
6 년 전 |
svenbarth
|
f17c689829
+ add a size parameter to FreeMemory() as some platforms might need that
|
6 년 전 |
svenbarth
|
90278f4859
+ add fpmprotect function to complete fpmmap/fpmunmap
|
6 년 전 |