Jonas Maebe
|
cf2e46c2c1
* reworked external symbol handling on llvm to deal with the fact that
|
10 years ago |
Jonas Maebe
|
b39bc5888a
* moved the import name handling entirely to hlcgobj so it can be
|
10 years ago |
Jonas Maebe
|
54dd25b448
* support llvm aliases for defs other than procdef
|
10 years ago |
Jonas Maebe
|
4eea652576
* fixed writing non-default linkage and visibility of llvm alias declarations
|
10 years ago |
Jonas Maebe
|
1019a6b090
* use the def of the paraloc rather than the parasym's vardef in
|
10 years ago |
Jonas Maebe
|
b9c9422fa7
* fixed type of reference used to store an ansichar that was converted
|
10 years ago |
Jonas Maebe
|
2cdf969649
* don't define asmsymbols for weak external functions as local/global
|
10 years ago |
Jonas Maebe
|
75a6ba4113
- removed symcpu dependencies
|
10 years ago |
Jonas Maebe
|
ab0d445999
* fixed truncation errors for a*int/word in ppudump for architectures
|
10 years ago |
Jonas Maebe
|
acd88cac92
* fixed selection of startup code files for all iOS and simulator targets
|
10 years ago |
Jonas Maebe
|
8e406cc7bd
* fixed bug in test exposed by r31038
|
10 years ago |
Jonas Maebe
|
d57a85a2de
* fixed compilation on non-Windows systems after r31035
|
10 years ago |
Jonas Maebe
|
e54d0a41af
* fixed ppoll for infinite timeouts (patch by Edmund Grimley Evans)
|
10 years ago |
florian
|
ab43e07320
* reduce code size after r31031
|
10 years ago |
florian
|
c0dd2047f9
* cosmetics, entries are now properly aligned
|
10 years ago |
florian
|
919c539ff5
* better estimation of callparanode complexity
|
10 years ago |
michael
|
d9fec2035a
* Add some compiler intrinsics
|
10 years ago |
michael
|
b9fa0d0934
* Mimic minfloat for fpdoc
|
10 years ago |
michael
|
633c8c7118
* Make sure TSystemTime is seen by fpdoc
|
10 years ago |
michael
|
bb7e0f645f
* Fake some types when running under FPDOC
|
10 years ago |
michael
|
ebf465a42b
* Default intrinsic and some base types added
|
10 years ago |
Jeppe Johansen
|
353682db67
Enable SUBARCH directive for avr-embedded target.
|
10 years ago |
Jeppe Johansen
|
ab9c8bb569
Fixed startup assembler code for the case where there's no data in .bss and/or in .data.
|
10 years ago |
Jeppe Johansen
|
03880c2f74
Added some peephole optimizations, and fixed generic unconditional jump optimizations, for AVR.
|
10 years ago |
Jeppe Johansen
|
c5b24c5ce3
Changed cast to allow more loop iterations than the native bit-ness of the architecture.
|
10 years ago |
svenbarth
|
b0fa341006
Fix for Mantis #28271.
|
10 years ago |
lacak
|
8214e72841
fcl-db: memds: implemented basic blob support. Blobs are allocated in memory only. Saving to stream/file is not supported yet. Bug #26476
|
10 years ago |
michael
|
1ec8a3bde9
* Small corrections to previous patch from Denis Kozlov (bug ID 13518)
|
10 years ago |
michael
|
a3e542eba4
* Patch for incomplete backtraces on error
|
10 years ago |
lacak
|
b641ffa0e0
fcl-db: base: declare procedure DatabaseErrorFmt with parameter Args as Const Args: array of const. Fixes memleak in 2.6 and also makes procedure signature Delphi compatible.
|
10 years ago |