Jonas Maebe
|
691c2d655e
* put multiple statements of the else-part of case between begin..end
|
8 years ago |
Jonas Maebe
|
fe6b662c37
* fixed range error
|
8 years ago |
Jonas Maebe
|
bcb7fedb3c
* fixed indentation
|
8 years ago |
nickysn
|
ca46040728
+ added 16-bit versions of the InterLocked* functions for i8086
|
8 years ago |
svenbarth
|
109dff8b56
* allow nested procedures and functions in generic routines (and get rid of an untranslated error message :P )
|
8 years ago |
svenbarth
|
d34acf3bc7
* fix for Mantis #31120: check current_genericdef only if the current_procinfo isn't used
|
8 years ago |
svenbarth
|
779799c406
* only record tokens for real generic routines or those that belong to a generic class/record
|
8 years ago |
svenbarth
|
a76fd967b2
* inherit df_generic and df_specialization from the parent routine and correctly set the genericdef for a specialization
|
8 years ago |
Jonas Maebe
|
c0f4e4db34
* group emitting a label of a try-block and restoring the control flow flags
|
8 years ago |
Jonas Maebe
|
a1c0d1a1ff
* moved exception handling helpers from ncgutil to ncgflw as they are only
|
8 years ago |
Jonas Maebe
|
b75a07b713
* clarified comment for fc_unwind_*
|
8 years ago |
Jonas Maebe
|
880d438704
* renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we can
|
8 years ago |
Jonas Maebe
|
e35f83ba94
* support building the LLVM compiler for Darwin/x86_64 and Linux/x86_64 by
|
8 years ago |
Jonas Maebe
|
d6ccd54da5
- removed unused doexceptlabel
|
8 years ago |
Jonas Maebe
|
5bd03651a9
* clarify/ensure intended order of evaluation
|
8 years ago |
Jonas Maebe
|
b936d8f012
* don't internalerror when performing an LLVM tc_equal conversion from one
|
8 years ago |
svenbarth
|
86207c9b55
- remove no longer valid {otNone} comment
|
8 years ago |
svenbarth
|
a9d14fe30b
* extend TOrdType by entries for 64-bit values
|
8 years ago |
svenbarth
|
460f309035
* fix for Mantis #31123, applied patch by Maciej Izak
|
8 years ago |
svenbarth
|
121a857af8
* fix for Mantis #31118: applied patch by Maciej Izak to fix usage of wrong variable
|
8 years ago |
Károly Balogh
|
cabcc52db1
less occurred, a.k.a. revert of r35128 in fpmkunitsrc.inc. don't break the build by fixing typos with search & replace in generated files
|
8 years ago |
michael
|
e342d3e15c
* Not the complete fix for bug ID #31092 was committed
|
8 years ago |
marco
|
7ef8f00100
* more occured -> occurred spelling fixes.
|
8 years ago |
marco
|
7effa642b8
* more occured
|
8 years ago |
svenbarth
|
7089677a22
* change RecInitTable into a direct reference to avoid an unnecessary indirection as both the full and init RTTI of a record always reside inside the same unit
|
8 years ago |
svenbarth
|
e580e22576
* extend ref_rtti() with the possibility to use a direct reference if really desired
|
8 years ago |
michael
|
d90738c784
* Fix by Graeme Geldenhuys for bug ID #31092
|
8 years ago |
svenbarth
|
12dba952f0
* integration of Part 2 patch of Mantis #30687 with a few adjustments:
|
8 years ago |
svenbarth
|
43212c4507
* use a separate OS set for the Rtti unit than CommonSrcOSes
|
8 years ago |
svenbarth
|
17154fedaa
* move rtti unit from common directory to inc directory as the former is basically for non-Windows files
|
8 years ago |