Jonas Maebe
|
1955255dda
* let thlcg.a_call_name() return the tcgpara representing the function
|
13 years ago |
Jonas Maebe
|
aba6923187
* moved g_test_self() from cgobj to hlcgobj
|
13 years ago |
Jonas Maebe
|
276a0918f5
* fixed (harmless) class cast error
|
13 years ago |
pierre
|
c38b78ba65
+ Add missing implementation of pipe syscall
|
13 years ago |
pierre
|
ffd01794fb
Reserve R25 () register for PIC function calling
|
13 years ago |
pierre
|
489b93f2f5
* Overload hlcg.a_call_ref and a_call_reg methods for cdecl'ared functions to use register
|
13 years ago |
pierre
|
3f6c3cbb87
* Call hlcg.a_call_ref and a_call_reg instead of cg methods (needed for MIPS cpu)
|
13 years ago |
sergei
|
31f9a9d420
* Fixed label name in .globl and .type directives, was causing every library to contain an unwanted dynamic reference to "_start".
|
13 years ago |
sergei
|
1112041ff1
* get_pc_addr on x86_64 needs nostackframe attribute to return the correct value.
|
13 years ago |
michael
|
b424ce2aeb
GetDeclaration of "is nested" procedure type is now correct
|
13 years ago |
michael
|
abaff904a1
* Support for Is Nested procedure declarations (Bug ID 21992)
|
13 years ago |
michael
|
f8e6cfc6b8
* Fixed parsing of constref and one more case of deprecated hint
|
13 years ago |
michael
|
c04bfe02e3
* Fixed parsing of deprecated hint texts
|
13 years ago |
sergei
|
3b3da49ad6
* Merged TElfObjSection.secshidx and TCoffObjSection.secidx into TObjSection.index.
|
13 years ago |
pierre
|
75420e78a8
Reset FPU exceptions and retrun after changing sigc_pc value if UContext is assigned
|
13 years ago |
Jonas Maebe
|
99c22b87c1
* moved transformation of char-to-chararray type conversion into helpers
|
13 years ago |
sergei
|
27f342225a
* Changed most fields of ELF structures to unsigned, to conform to their official declarations.
|
13 years ago |
pierre
|
c234eae68a
* cause bits must be clear as flags to avoid a second FPU exception
|
13 years ago |
pierre
|
bc1ecc2e94
Use two parameter versions of get_caller_frame and get_caller_addr to get correct results for MIPS
|
13 years ago |
pierre
|
b0fcb8cb2f
Third field of SignalToRunError must be PUContext type
|
13 years ago |
Jonas Maebe
|
92b4c84dae
* fixed 'int64 shl/shr 0' on ppc32
|
13 years ago |
Jonas Maebe
|
63ab1bae3e
* don't allow ordinal->ptr-based-objectdef conversions on managed platforms,
|
13 years ago |
Jonas Maebe
|
c2be657671
* give an error instead of a note on the JVM target when overriding a
|
13 years ago |
michael
|
8d6557ec35
* Reversed default. Using UTF8 is now the default, old behaviour can be restored
|
13 years ago |
michael
|
a7d55bc92b
* Patch to allow use of UTF8 in ansistring (as requested in Bug ID #22310)
|
13 years ago |
michael
|
5210d2fc94
* Patch from Silvio Clecio to implement TCookie.Expire (bug id 22361)
|
13 years ago |
michael
|
4fb7d7caa5
* Forgot to commit
|
13 years ago |
florian
|
95732625cc
* use r11 as a normal register if no frame pointer is needed
|
13 years ago |
michael
|
518af06016
* Remove wrong lineinfo unit. It does not work with DWARF
|
13 years ago |
michael
|
15f59192ed
* Parse complete expressions for default arguments
|
13 years ago |