florian
|
3fff969ced
* take care of instruction in between when doing ShiftShiftShift2ShiftShift optimizations
|
12 years ago |
florian
|
f1b8fad6dc
* make AndAnd2And working with other instructions in between
|
12 years ago |
florian
|
fcef2dc3df
* refactored some code and introduced usage of new method RegEndOfLife
|
12 years ago |
florian
|
82f3ec7922
* if cs_opt_level3 is not set, limit lookahead of GetNextInstructionUsingReg to one instruction:
|
12 years ago |
florian
|
a78af5b8fe
+ AndLslXsr2And and AndLsl2Lsl optimization
|
12 years ago |
florian
|
ff522d7e18
* improve ShiftShiftShift2ShiftShift to look further ahead
|
12 years ago |
florian
|
12d0c05ede
* remove bic instructions after lsr if possible
|
12 years ago |
michael
|
f566201a8d
* Notification should be protected
|
12 years ago |
svenbarth
|
632db2229f
Fix for Mantis #23700 .
|
12 years ago |
michael
|
faba932549
* Added generic tree from Mario Ray Mahardhika (bug ID 33654)
|
12 years ago |
florian
|
81e0e3114c
* throw an error if threadvars are used but not supported
|
12 years ago |
yury
|
9b600b9688
* Pass some security switches to LD. They are passed by GCC.
|
12 years ago |
yury
|
0abe1d270b
* Fixed file description.
|
12 years ago |
yury
|
04fd0eeee2
* Simplify arm startup code.
|
12 years ago |
yury
|
2aa9111b7c
* Fixed file description.
|
12 years ago |
yury
|
3ed10a6936
* Rewrite initialization code for i386-android. i386-android works.
|
12 years ago |
pierre
|
9e6a2b868c
Fix -Cp option failure due to cputypestr array that must be uppercased
|
12 years ago |
michael
|
5df0afb5c6
* Corrected statements for tables and system tables
|
12 years ago |
pierre
|
bb418a1c94
Try to convert dllprt0.as code to PIC
|
12 years ago |
pierre
|
5d3a94f9e4
Regenerated after: Use -KPIC option for dllprt0.as for mips/mipsel
|
12 years ago |
pierre
|
84d21fad21
Use -KPIC option for dllprt0.as for mips/mipsel
|
12 years ago |
yury
|
c2fed960c9
* Add android to supported targets for assemblers. It fixes assembling for i386-android.
|
12 years ago |
michael
|
164c677cfd
* Enable property setter by default
|
12 years ago |
michael
|
49e3d2734e
* Added possibility to force use of setter/getter for properties.
|
12 years ago |
paul
|
7c663af588
compiler: also don't allow record constructors with only default arguments
|
12 years ago |
paul
|
fe338013a5
compiler: calculate offset of record fields in taddrnode also for bitpacked structures (Jonas comment in bug #0019357)
|
12 years ago |
paul
|
1b8369dd99
compiler: don't allow parameterless constructors
|
12 years ago |
yury
|
d05912cd8e
* Enable safecall exception handling for arm-android.
|
12 years ago |
yury
|
12fe3bb65d
* Removed leftover from my experiments (calling directly pascal main).
|
12 years ago |
yury
|
7da7908441
* Uses SysUtils to make executable bigger. Otherwise string pointers for FindResource can be less than $10000. They are treated as IDs in such case and the test will fail.
|
12 years ago |