reiniero
|
420e0165a2
fcl-db: sqlconnection:
|
11 年之前 |
sergei
|
6baba5065c
* i386: Perform all CPU-related initialization in fpc_cpucodeinit, instead of having it scattered between fpc_cpuinit,fpc_cpucodeinit and check_sse_support. Simplifies things quite a bit.
|
11 年之前 |
sergei
|
a9b0a92873
* cpuid_support: translated to ATT syntax and optimized a bit.
|
11 年之前 |
Jonas Maebe
|
4dfc731bdc
+ support for nested classes in the WPO devirtualisation and VMT
|
11 年之前 |
Jonas Maebe
|
80863a8361
* fixed warning/compilation
|
11 年之前 |
Jonas Maebe
|
5dd4389f78
* made internalerror unique
|
11 年之前 |
sergei
|
17b5359db0
* Win32 SEH: handle 'Athlon prefetch bug' and SSE detection exceptions in __FPC_default_handler.
|
11 年之前 |
nickysn
|
a176c2d4f5
+ add overloaded versions of HexStr(pointer) for i8086 near and far pointers
|
11 年之前 |
sergei
|
3fb304cbe2
- Removed Win64 SEH code specific to results of managed types returned in registers. Since r26228 managed types are always returned in parameters.
|
11 年之前 |
sergei
|
1d5dc8c3bd
* More comments can never harm.
|
11 年之前 |
nickysn
|
1ef9a0509b
- rm packset 1, because that's already the default in delphi mode
|
11 年之前 |
nickysn
|
238c4f91d8
* fixed dos.getftime returning a wrong value for 'time' on i8086-msdos
|
11 年之前 |
nickysn
|
ee34761646
* changed some longint vars to integer and cleaned up some unused vars from the
|
11 年之前 |
nickysn
|
ac6611ceb9
- rm unused variable from LFNFindFirst
|
11 年之前 |
nickysn
|
044a744ba8
+ implemented dos.SwapVectors for i8086-msdos
|
11 年之前 |
nickysn
|
07c3762164
+ ported the go32v2 CD-ROM support code for dos.disksize and dos.diskfree to
|
11 年之前 |
Jonas Maebe
|
8d4c372d50
* removed ifdef jvm from ncgvmt
|
11 年之前 |
Jonas Maebe
|
73a3f5ced4
* moved ncgutil.maybechangeloadnodereg() to hlcg.maybe_change_load_node_reg()
|
11 年之前 |
Jonas Maebe
|
dab8754bb6
* moved joinreg64 from cg64f32 to cgobj (joinreg128 is also declared
|
11 年之前 |
Jonas Maebe
|
d8e228e82d
- removed unnecessary JVM-specific code
|
11 年之前 |
Jonas Maebe
|
d46c353849
* migrated JVM-specific second_nil_to_methodprocvar code to njvmcnv
|
11 年之前 |
Jonas Maebe
|
84442d05f9
* renamed fobjcforcedprocname to fforcedprocname and also use it for the
|
11 年之前 |
Jonas Maebe
|
908bbed312
* moved jvm-specific tarrayreftype from cgutils to jvm/cpubase
|
11 年之前 |
sergei
|
c003f934c5
* Included cs_opt_peephole into genericlevel1optimizerswitches, so it is re-enabled for all targets after r27106.
|
11 年之前 |
sergei
|
d728a1636d
+ Implemented back-tracing with Win32 SEH (not very clean, but works).
|
11 年之前 |
reiniero
|
fb8cbfdc92
fcl-db: dbtestframework: cosmetic
|
11 年之前 |
nickysn
|
41d28f91e5
- rm asmmode intel from the i8086-msdos rtl, as that is the default asm mode on
|
11 年之前 |
nickysn
|
2425eb243a
* DebugWrite and DebugWriteLn moved to the implementation part of the system
|
11 年之前 |
nickysn
|
3ec4c378aa
+ added the ObjpasInt type (an integer type equivalent to Objpas.Integer) to the
|
11 年之前 |
sergei
|
baa18dfcb4
* Introduced a new function CaptureBacktrace, using it to handle most of back-tracing in heaptrc unit.
|
11 年之前 |