florian
|
091b31fc76
* fix avr compilation after r34975 by more tests against feature defines, resolves #31036
|
hace 8 años |
svenbarth
|
6ba85c2a70
* second fix for Mantis #30626: also search in parent classes for a suitable pre-existing specialization
|
hace 8 años |
svenbarth
|
0a1e080089
* only create a new procsym for a specialization if it's indeed needed
|
hace 8 años |
svenbarth
|
ebfeb5b62a
* fix for Mantis #30830: also remove unregistered specializations from the procsym's deflist when they're removed to avoid an access to freed data
|
hace 8 años |
svenbarth
|
bfaa26d16a
Commit r35010 also fixed Mantis #30524.
|
hace 8 años |
svenbarth
|
a535d54bcb
* fix for Mantis #30939: Rework generation of the generic name to be less relying on the type hierarchy as a specialization inside the parameter declaration would want to have the full name of the procdef including its parameters, but those are still parsed at that stage (the pretty name is still a topic onto itself however...)
|
hace 8 años |
svenbarth
|
ee466b9a28
* extend tdef.fullownerhierarchyname() with a parameter that skips the inclusion of a procdef's parameter declaration using the new pno_noparams option
|
hace 8 años |
svenbarth
|
930070a8ca
+ new tprocnameoption pno_noparams to prohibit tprocdef.customprocname() from adding the procdef's parameters
|
hace 8 años |
svenbarth
|
3f77ce3b12
* leave parse_proc_head() (with some error recovery) if the interface could not be found instead of running straight into an access violation
|
hace 8 años |
michael
|
a4e9a6d6e4
* Remove debug writeln
|
hace 8 años |
Jonas Maebe
|
1c820e9c8e
* similar change as in r34976 for the generic code: don't assume that if
|
hace 8 años |
Jonas Maebe
|
26f9dabf56
* write the volatile flag for LLVM load/store operations if set
|
hace 8 años |
Jonas Maebe
|
4d951780d1
+ support for LLVM 3.8 and LLVM 3.9 IR to the llvm assembler writer
|
hace 8 años |
Jonas Maebe
|
3ea976fd2d
* fixed compilation of llvm compiler after r34996
|
hace 8 años |
Károly Balogh
|
74c1f2aec9
m68k: cosmetics (less C-ism)
|
hace 8 años |
florian
|
c32e41b551
+ add missing semicolon in fpc_initialize_array declaration, patch by Maciej Izak
|
hace 8 años |
florian
|
3faff7946d
* fix typo for endif VER3_0_0, patch by Maciej Izak
|
hace 8 años |
florian
|
5d8bcaeb4b
+ additional flag po_staticmethod for procoptions for class operator. Each class operator is also static, patch by Maciej Izak
|
hace 8 años |
michael
|
5786182188
* Proper fix for bug ID #30697
|
hace 8 años |
Jonas Maebe
|
a25ebbba3e
+ added volatility information to all memory references
|
hace 8 años |
Károly Balogh
|
6dff85df58
math: replace trunc() with int() in some functions working with floats to avoid some unnecessary int64->double conversions, as trunc returns an integer, which then has to be converted back to float
|
hace 8 años |
Károly Balogh
|
5c87e870fd
tabs to spaces fix, no functional changes
|
hace 8 años |
Károly Balogh
|
4ee06e7bec
m68k: implemented in_int_real support
|
hace 8 años |
Károly Balogh
|
c3e68d6b2d
inline: implemented the second pass stub calls for inl_int_real nodes
|
hace 8 años |
Károly Balogh
|
c4e954c9a5
m68k: added fint and fintrz instructions
|
hace 8 años |
Jonas Maebe
|
26a05518f8
* implement unary minus for floating point via -1.0*x instead of 0-x,
|
hace 8 años |
Jonas Maebe
|
5dfaecdbcf
- removed duplicate (differing) rule for ctypes unit
|
hace 8 años |
michael
|
76f7f81c85
* Raise exception if BasicEventCreate fails in constructor (bug ID 30769)
|
hace 8 años |
Károly Balogh
|
975dd13dcb
m68k: fixed a copy paste error, which broke cos node on a coldfire fpu, effectively turning it into a sin node
|
hace 8 años |
michael
|
c0f183258f
* Added EProgrammerNotFound and EInvalidOpException, by Silvio Clecio (bug ID 30627)
|
hace 8 años |