Károly Balogh
|
6a856f109e
m68k: made setjmp and longjmp code work when register calling convention is the default
|
8 年 前 |
pierre
|
6557ccbc84
* Separate x86 register inc files into regdatx86 target
|
8 年 前 |
pierre
|
3df9ac43a5
* cpubase unit, function findreg_by_number and dwarf_reg:
|
8 年 前 |
pierre
|
fd6d3b4971
Regenerated after change in mipsreg.dat
|
8 年 前 |
pierre
|
f870b0f8fc
Fix stabs number for FPU register, which start at 38 instead of 32
|
8 年 前 |
Károly Balogh
|
4ee4099fca
m68k: introduce a register calling convention, inspired by VBCC. volatile registers are used to pass arguments
|
8 年 前 |
marcus
|
f8a7708741
AROS: startupcode for arm-aros
|
8 年 前 |
michael
|
01550dd625
* Solution for solidus character, bug ID #30870
|
8 年 前 |
michael
|
5693bbf9ad
* Remove unused unit from uses clause
|
8 年 前 |
michael
|
9926d37dda
* Fix bug #30869, introduce CheckIndex in TStringList
|
8 年 前 |
florian
|
a27b07b342
+ more restrictions on pred/succ to dec/inc optimization
|
8 年 前 |
Károly Balogh
|
a02ac161d6
aros: enable arosunits on ARM
|
8 年 前 |
Károly Balogh
|
ee3274166f
fpmkunit: enable AROS on arm
|
8 年 前 |
florian
|
a705525e9b
* allow prec/succ on non-consecutive enums if pred/succ are generated internally
|
8 年 前 |
florian
|
f4d1331bbe
* fpcmake has been updated
|
8 年 前 |
Károly Balogh
|
7c1c964c28
arm-aros: enabled basic AROS on ARM build
|
8 年 前 |
florian
|
9553e8b5a8
* fix building of ppudump
|
8 年 前 |
Károly Balogh
|
657aa06360
arm: arm-aros syscall support
|
8 年 前 |
pierre
|
89c1b68b14
* Delete regvars unit.
|
8 年 前 |
Károly Balogh
|
ce5ff8ecd5
forgotten file, this should have been part of the previous commit
|
8 年 前 |
Károly Balogh
|
c7c37f66ed
* refactored syscall types for unified naming,first bits of ARM AROS syscall support
|
8 年 前 |
marcus
|
86940dfb32
AROS: added arm-aros target to compiler and fpcmake
|
8 年 前 |
michael
|
c822e07f91
* Some minor changes:
|
8 年 前 |
marcus
|
e54fdc3853
m68k: fixed compilation without FPU after 34785
|
8 年 前 |
florian
|
0bc1e7e23b
* "inherit" the nf_internal flag in tinlinenode.getaddsub_for_incdec
|
8 年 前 |
florian
|
4242949453
* write more information into the interference graph
|
8 年 前 |
florian
|
ef81009362
* set nf_internal for nodes being generated by constant folding
|
8 年 前 |
florian
|
834d58f54c
* better execution weighting for while loops: the condition must be evaluated with an increased execution weight as well
|
8 年 前 |
florian
|
64e2c2b914
+ simplify succ/pred(<const>/x+/-x<const>)
|
8 年 前 |
florian
|
4862e64b53
* type conversions of constants require that unneeded bits are cut off
|
8 年 前 |