.. |
aoptcpu.pas
|
e8ebc00b3b
* redundant code removed, work is meanwhile done by aasmcpu.optimize_ref
|
hace 6 años |
aoptcpub.pas
|
9b0ff05ee8
- get rid of MaxOps, it is redundant with max_operands
|
hace 6 años |
aoptcpud.pas
|
3c2dab9878
* i386 peephole assembler uses largely the common peephole optimizer infrastructure, the resulting code is besides a few improvements the same
|
hace 9 años |
cgcpu.pas
|
4686f61002
* keep track of the temp position separately from the offset in references,
|
hace 7 años |
cpubase.inc
|
518cdf9674
* replaced the saved_XXX_registers arrays with virtual methods inside
|
hace 7 años |
cpuelf.pas
|
901275b4a1
Switch back to emitting BLX instructions and fix calculation of constant offsets(should rarely/never happen).
|
hace 10 años |
cpuinfo.pas
|
aec03309ef
+ added CPUX86_HAS_SSE2 to x86 tcpuflags
|
hace 8 años |
cpunode.pas
|
a0efde8167
* automatically generate necessary indirect symbols when a new assembler
|
hace 9 años |
cpupara.pas
|
c530e031b1
* synchronize get_saved_registers_int and get_volatile_registers_int for all
|
hace 7 años |
cpupi.pas
|
72416edcc4
+ support for tlsm_general on i386-linux
|
hace 6 años |
cputarg.pas
|
4431ba2c08
merged/updated AROS/i386 target to trunk from AROS branch, to support Marcus Sackrow's work on AROS support which will hopefully benefit all Amiga-like targets (classic, MorphOS) on the long run. Compiler only, RTL comes in the next run.
|
hace 11 años |
hlcgcpu.pas
|
4cd6f59bc3
* changed create_hlcodegen into a procvar, so that we don't have to insert
|
hace 6 años |
i386att.inc
|
8943c0584e
+ patch by J. Gareth Moreton to support BMI2 instructions
|
hace 6 años |
i386atts.inc
|
8943c0584e
+ patch by J. Gareth Moreton to support BMI2 instructions
|
hace 6 años |
i386int.inc
|
8943c0584e
+ patch by J. Gareth Moreton to support BMI2 instructions
|
hace 6 años |
i386nop.inc
|
8943c0584e
+ patch by J. Gareth Moreton to support BMI2 instructions
|
hace 6 años |
i386op.inc
|
8943c0584e
+ patch by J. Gareth Moreton to support BMI2 instructions
|
hace 6 años |
i386prop.inc
|
8943c0584e
+ patch by J. Gareth Moreton to support BMI2 instructions
|
hace 6 años |
i386tab.inc
|
8943c0584e
+ patch by J. Gareth Moreton to support BMI2 instructions
|
hace 6 años |
n386add.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
hace 8 años |
n386cal.pas
|
f5f895e2a3
syscalls: unify call reference creation across 4 different CPU archs. less copypasted code, brings x86_64 AROS support up to speed
|
hace 8 años |
n386flw.pas
|
3b9f5a5e96
* moved finalization of code generator temps to a node, so it can be getcopy'd
|
hace 6 años |
n386inl.pas
|
aefa317474
+ fast and branchless implementation of abs(int64) for i386
|
hace 8 años |
n386ld.pas
|
3c6aa91a96
* factored out the loading of threadvars in its own method, and put the
|
hace 10 años |
n386mat.pas
|
8c5606b41d
+ support mmx shifting
|
hace 7 años |
n386mem.pas
|
3318703ece
* moved nf_typedaddr to addrnodeflags (anf_typedaddr)
|
hace 7 años |
n386set.pas
|
d0db391d7c
* cleanup of unused units
|
hace 12 años |
r386ari.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386att.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386con.inc
|
8b0bbdcaab
* fix flag subregs after r38206
|
hace 7 años |
r386dwrf.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386int.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386iri.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386nasm.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386nor.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386nri.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386num.inc
|
8b0bbdcaab
* fix flag subregs after r38206
|
hace 7 años |
r386ot.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386rni.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386sri.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386stab.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
r386std.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
hace 8 años |
ra386att.pas
|
757ed4e8d3
* standard assembler reader for i386
|
hace 20 años |
ra386int.pas
|
6c6bf452ca
* Fixed level 2 comment warnings.
|
hace 17 años |
rgcpu.pas
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
hace 19 años |
symcpu.pas
|
f402b0d7df
* changed getpointerdef() into a tpointerdef.getreusable() class method
|
hace 10 años |