Jonas Maebe
|
1c3fc6e2df
* don't convert the fpu parameters size from tcgsize -> int -> float_tcgsize
|
5 years ago |
florian
|
3ef2ab1019
* cleaning up tcgsize: it makes no sense to declare every combination and type
|
5 years ago |
florian
|
b6e7ebdd3c
-- Zusammenführen von r42272 in ».«:
|
5 years ago |
florian
|
31f78ea2b6
+ implementation of the vectorcall calling convention by J. Gareth Moreton
|
7 years ago |
florian
|
5e969d90cb
+ SPARC64 cpugas unit
|
8 years ago |
florian
|
1f4432af6b
* sparc64 compiler can be build, not working yet
|
8 years ago |
nickysn
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
svenbarth
|
c8202061dc
* get rid of addr_load_indirect again by having tcgx86 provide an internal implementation of both make_simple_ref() and a_load_ref_reg() so that make_direct_ref() can call the latter (and the latter the former) without fear of inifinite recursive calls due to the symbol; a_load_ref_reg() is additionally declared as "final" as a_load_ref_reg_internal() needs to be overloaded instead (which is the case for tcg8086)
|
8 years ago |
Jonas Maebe
|
27bb656cec
* replaced "in_make_direct_ref" field with a trefaddr flag
|
8 years ago |
nickysn
|
0fdc62e0f7
+ initialize DS with the current unit's data segment in the function entry code
|
10 years ago |
florian
|
4d01271944
* due to avr's harvard architecture, loads of code labels need to use the gs(...) macro
|
10 years ago |
Jonas Maebe
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
10 years ago |
Jonas Maebe
|
7fc9d775df
+ support for @page and @pageoffs addressing on AArch64: these are PIC
|
10 years ago |
Jonas Maebe
|
123503a4f7
+ GOT-related (Darwin) address modes
|
10 years ago |
Jonas Maebe
|
67c9d60b72
* factored out the check regarding whether the index of a vecn needs to be
|
10 years ago |
Jonas Maebe
|
bacd303208
* synchronized with trunk up to r27758
|
11 years ago |
nickysn
|
ec6dfb5853
+ added tcgsize2str function
|
11 years ago |
sergei
|
9c54cdc85d
* x86: Cleaned out addr_far,addr_far_ref used to encode far calls/jumps. NASM (and FPC x86 assembler based on it) already have opsize=S_FAR for this purpose.
|
11 years ago |
Jonas Maebe
|
1df3039424
+ LLVM temp allocator based on new R_TEMPREGISTER register class. For every
|
11 years ago |
florian
|
4148637c8c
* fold mov/lea/mov as well if possible
|
11 years ago |
Jonas Maebe
|
2ba22f666e
+ support for R_SUBMMX and R_SUBMMY in generic_regname()
|
12 years ago |
nickysn
|
9dbbffba61
+ added trefaddr.addr_seg for referencing the segment of a symbol
|
12 years ago |
nickysn
|
604b7c9deb
+ added cg.a_call_ref_near and a_call_ref_far
|
12 years ago |
nickysn
|
2279e51a95
+ added trefaddr.addr_far for emitting far calls
|
12 years ago |
nickysn
|
c2e3fb5918
+ emit proper interrupt procedure entry/exit code on i8086
|
12 years ago |
nickysn
|
8d6017348a
* fixed the defines of OS_PAIR and OS_SPAIR for cpus with 16-bit or 8-bit ALU
|
12 years ago |
sergei
|
a519741d89
- Revert {$J-} accidentally committed in r23555.
|
12 years ago |
sergei
|
503b132096
* cgbase.pas: added more MIPS-specific address types, needed to support large GOT model.
|
12 years ago |
pierre
|
493c77bca0
+ Add addr_pic_call16 relocation type for mips
|
12 years ago |
florian
|
283ff05127
* merged avx support in inline assembler developed by Torsten Grundke
|
12 years ago |