Tomas Hajny
|
f71007d95c
* corrected initialization of cached information about 'MS Windows-compatible' codepage number information (if different from the OS/2 codepage number), removed warnings about implicit string conversions
|
10 years ago |
Károly Balogh
|
56eeabd01b
fixed a warning with DFA
|
10 years ago |
marco
|
afa4f0be8e
* regen nds makefile. Trying to be helpful for mantis #26847
|
10 years ago |
marco
|
86f91f50f5
* avltree rearrangements with new oncompare system. Mantis #27542, patch by Mattias
|
10 years ago |
lacak
|
36a8a903f1
fcl-db: dbase: fix probably copy-paste error in translation units
|
10 years ago |
sergei
|
657ac78304
* Improved handling of registers used in assembler blocks. Assembler nodes no longer have lists of used registers attached to them. Instead, each specified register creates an allocation/deallocation pair and an additional tai_regalloc.markused item directly in the asmlist. This way, register lists are no longer limited to integer registers, and parsing no longer depends on paramanager to know which registers are volatile.
|
10 years ago |
sergei
|
31fddaafe8
+ New subtype of tai_regalloc, "ra_markused". It marks a physical register as used in procedure, triggering saving/restoring that register if it is non-volatile.
|
10 years ago |
Legolas
|
6f93505e08
* Fixed NDS building cycle (resolves bug #0026847)
|
10 years ago |
Jonas Maebe
|
2cacb588aa
* replaced AArch64 setjmp/longjmp code initially taken from NetBSD with
|
10 years ago |
lacak
|
a756cb3d44
fcl-db: dbase: update Polish translation. Bug #26375
|
10 years ago |
nickysn
|
609ebbe120
- rm unused var
|
10 years ago |
nickysn
|
47509b0148
+ added parameter BreakIndex (containing the breakpoint index if we stopped on a
|
10 years ago |
nickysn
|
ec71e47b83
* fixed various debugger crashes after r29993 - read all information from
|
10 years ago |
florian
|
91db2a1698
+ report when compilation of a unit is stopped because it has been already compiled during the recursive search in uses clauses
|
10 years ago |
florian
|
0a17a08b28
- remove accidently committed (commented though) debug statement
|
10 years ago |
Jonas Maebe
|
6149d37e2a
* changed the Mach-O object writer to use symbols instead of section numbers
|
10 years ago |
Jonas Maebe
|
5302024e25
* set the size of the string table to a multiple of 4 bytes instead of to
|
10 years ago |
Jonas Maebe
|
215e2cc5de
* changed the Mach-O types from packed records in to regular records and
|
10 years ago |
Jonas Maebe
|
37a7304a8f
+ added xcoffwriter to Makefile.fpc.fpcmake
|
10 years ago |
pierre
|
e92ce89c0b
Also reset ExecAsyncOutput at start of TGDBWrapper.ReadResponse
|
10 years ago |
pierre
|
e4887f22b6
+ Check success in TGDBController.StartTrace to avoid SIGSEGV
|
10 years ago |
pierre
|
eeda87007e
+ Handle failure of LoadFile method inside TDebugController.SetExe
|
10 years ago |
pierre
|
85a7b9d9cf
Avoid range check error for 64bit cpu by direct writing to FormatParams array
|
10 years ago |
pierre
|
da55d9ded2
Also disable overflow where range check is disabled in aasmcpu unit
|
10 years ago |
marco
|
422df4bc77
* fixed typo removing ppca64, mantis 27533
|
10 years ago |
nickysn
|
7e3ec0ae87
+ x86_64 registers view support added to the IDE
|
10 years ago |
Jonas Maebe
|
879afbb7be
* removed -Oodfa warnings
|
10 years ago |
Jonas Maebe
|
c41759a026
- removed a lot of unused copied internal assembler code
|
10 years ago |
Jonas Maebe
|
2ab7f5c35d
* moved x86-specific requirements from the generic bsr/bsf code to the
|
10 years ago |
Jonas Maebe
|
416d0b3974
* enable internal handling of 64 bit sar() on AArch64
|
10 years ago |