Jonas Maebe
|
c0ccf21c28
* fixed range check error when writing const pointers > high(longint)
|
17 年 前 |
Jonas Maebe
|
79850c5027
* don't crash when someone uses an integer value to declare a wide/unicode
|
17 年 前 |
Jonas Maebe
|
8adde04a0b
* don't warn that a unit won't be smartlinked in case no .a file is
|
17 年 前 |
Károly Balogh
|
d41cb0c251
* another attempt to properly fix the fix for 8391
|
17 年 前 |
Károly Balogh
|
049280bc21
* fix bug #8391 only for arm-wince, because otherwise it breaks other platforms (incl. i386-win32)
|
17 年 前 |
michael
|
b40d826439
* Fixed bug #12323. Bug is in getting default value of string parameters, unterminated memory copy
|
17 年 前 |
michael
|
213f8a41c7
* Large patch from Sergei Gorelkin:
|
17 年 前 |
Károly Balogh
|
7ce0dd43ab
+ re-enable smartlinking for MorphOS
|
17 年 前 |
Károly Balogh
|
a096096de1
+ fixed Sysutils' ExecuteProcess() to allow longer ComLine than 256 chars (smartlinking needs this badly)
|
17 年 前 |
Jonas Maebe
|
4d58c33fb0
* fixed int64 to boolean conversion for loc_(c)reference based on ppc code
|
17 年 前 |
michael
|
ff2372080e
* Initial check-in
|
17 年 前 |
Vincent Snijders
|
2add1ed6fc
* cleanup on shootout maintainers request
|
17 年 前 |
florian
|
7a4f76f262
+ VFP instructions for arm
|
17 年 前 |
Jonas Maebe
|
5347e536c2
+ support for generating non-pic darwin/arm call stubs
|
17 年 前 |
Jonas Maebe
|
253ae0c33e
* changed abi for darwin/arm from eabi to default, as it appears to be
|
17 年 前 |
Vincent Snijders
|
925cfd2fd7
* removed accidentally committed change
|
17 年 前 |
Vincent Snijders
|
f386573a94
+ expected output for meteor benchmark
|
17 年 前 |
Vincent Snijders
|
1c98cda100
* fixed compilation on x86_64
|
17 年 前 |
Vincent Snijders
|
61f26d5a96
* removed compiler directives from source as per Isaac's request
|
17 年 前 |
ivost
|
8fe3b40070
* added helper function "FindPropInfo" with additional TypeKind filter parameter
|
17 年 前 |
Jonas Maebe
|
479d5c7aa3
* forgot inherited call in previous commit for non-darwin
|
17 年 前 |
Jonas Maebe
|
5f39783ec6
* moved adding of '-mfpu=softvfp' for arm/softfloat to overridden
|
17 年 前 |
Jonas Maebe
|
3aa600e569
+ darwin/arm assembler writer
|
17 年 前 |
Jonas Maebe
|
d4c2f52090
* disabled pic default for arm/darwin (pic isn't supported yet for arm)
|
17 年 前 |
Jonas Maebe
|
9d4c96b100
+ darwin/arm versions
|
17 年 前 |
Vincent Snijders
|
4c6d62f954
* fixed mandelbrot shootout benchmark for non i386 targets
|
17 年 前 |
Jonas Maebe
|
afa14de20d
+ some generic changes preparing for darwin/arm support
|
17 年 前 |
ivost
|
456e40bde7
* fixed bug in VarSupports (accessviolation when variant was nil)
|
17 年 前 |
ivost
|
1ec2bf7f94
* implemented VarSupports helpers
|
17 年 前 |
yury
|
1fe90fe7dc
* Removed unused code and unused local variable.
|
17 年 前 |