nickysn
|
28f7f16fc7
+ implemented reading of the LNAMES omf record
|
10 年之前 |
Károly Balogh
|
e5a05f2c27
amunits: syscallified AHI
|
10 年之前 |
Károly Balogh
|
b24db8a9c4
Amiga/MorphOS: enabled AThreads to build default for MorphOS and Amiga/68k. AROS might follow later.
|
10 年之前 |
nickysn
|
be57d4900d
+ started implementing TOmfObjInput.ReadObjData - we go through the expected
|
10 年之前 |
florian
|
9216e561e2
+ make use of sbi/cbi
|
10 年之前 |
florian
|
a3553a7320
+ adds missing ct_atmega168 and ct_atmega368 symbols, thanks to mischi
|
10 年之前 |
Károly Balogh
|
0abb517ffb
amicommon: AThreads now supports calling suspend from the thread itself
|
10 年之前 |
Károly Balogh
|
6e6b00377f
amicommon: since system units now contain CREATE_SUSPENDED const, use that instead of a hardwired value
|
10 年之前 |
Jonas Maebe
|
337716d413
* fixed subscripting classes in llvm
|
10 年之前 |
Jonas Maebe
|
6c5f1327f4
* generate the correct llvm type description for classrefdef
|
10 年之前 |
Jonas Maebe
|
dd3d0ae5bc
* set the type of the hidden $vmt parameter to the correct classrefdef and
|
10 年之前 |
Jonas Maebe
|
e9800ad3f9
* make the resultdef of left and right equal when comparing a procvar
|
10 年之前 |
Jonas Maebe
|
0d00c1a19d
* fixed type used when subscripting implicit pointer types (don't add
|
10 年之前 |
Jonas Maebe
|
26044b604f
* don't import org.freepascal.rtl.* as this also includes our System
|
10 年之前 |
Jonas Maebe
|
a0a77f3105
* suppress (harmless) range error
|
10 年之前 |
Jonas Maebe
|
3f736f6114
* handle the loading of VMT entries at the node level, so it's done in a
|
10 年之前 |
Jonas Maebe
|
822b943d08
- removed most special handling of self (the self parameter has had the
|
10 年之前 |
Jonas Maebe
|
fa9ba26cb4
* fixed the type of self in Objective-C category methods
|
10 年之前 |
Jonas Maebe
|
703e31512d
* moved JVM-specific code of tloadvmtaddrnode.pass_1 to njvmmem
|
10 年之前 |
Jonas Maebe
|
033c28e5ac
* removed unnecessary and potentially wrong typecast
|
10 年之前 |
Jonas Maebe
|
48ffe7b033
* don't create RTTI for internally generated recorddefs (doing so can cause
|
10 年之前 |
Jonas Maebe
|
0eab091e1a
* factored symansistr-define-conditional handling of fforcedprocname into
|
10 年之前 |
florian
|
e9ef6347d2
* ATmega16 support by Anton Kavalenka, resolves issue #28217
|
10 年之前 |
Károly Balogh
|
0997122c4c
AThreads: less random Hungarian swearing as accidentally left in debug code :)
|
10 年之前 |
Károly Balogh
|
cdea58317e
classes: since AThreads supports suspended thread creation, enable resume code in AfterConstruction for Amiga-like platforms too
|
10 年之前 |
Károly Balogh
|
eacc41d3b3
AThreads: use ThreadInfo block pointer as ThreadID, instead of the ProcessPtr itself, because after the process exited that can be reused and leads to ID collisions in the list. Also added a small helper for Int to HexStr printing, so we could avoid a bunch of pointer casting all over the code.
|
10 年之前 |
florian
|
6a26268793
* correct number of interrupt vectors
|
10 年之前 |
florian
|
cf552b2a0b
+ ATmeag168/ATmeag368 support
|
10 年之前 |
florian
|
0cd521fc8b
+ ATmega48/ATmega88 support
|
10 年之前 |
florian
|
aadcf9f6bc
* do not convert JMP into RJMP in assembler blocks, resolves issue #280208
|
10 年之前 |