masta
|
ca70207bc0
Support 64-bit shifts on ARM.
|
13 years ago |
masta
|
3566956389
Fix ARM-Assembler output for RRX-Shifterops
|
13 years ago |
sergei
|
5be97c7c9e
- Removed TDJCoffObjSection,TPECoffObjSection,TCoffExeSection,TPECoffExeSection,TDJCoffExeSection. These only add complication and no value.
|
13 years ago |
marco
|
31371eade1
* fix misnamed field in lookup related test, mantis #22113, patch by Lacak2.
|
13 years ago |
marco
|
40d26638a7
* skip newline after comment. Patch by Lacak2, #22031
|
13 years ago |
pierre
|
f2e83b0d7e
* Avoid ShortString limitations for LocateExeFile in PATH environment variable is very long
|
13 years ago |
Jonas Maebe
|
d953783a7e
* also delete temporary files if the test crashes
|
13 years ago |
marco
|
b70ed0a407
* fix bug #22300, "C" prefix of configuration file.
|
13 years ago |
masta
|
59c726c829
Support ABS intrinsic on ARM
|
13 years ago |
masta
|
3d9d484bfd
Remove redundant CPU-Check for FPC_HAS_INTERNAL_ABS_LONG
|
13 years ago |
masta
|
aeb15ba2b6
Fixed postfix check in taicpu.is_same_reg_move
|
13 years ago |
Jonas Maebe
|
512351043c
* properly handle loading a value from a larger to a smaller subsetreg
|
13 years ago |
marco
|
48366917f5
* Add bufdataset support to testsuite for ftFixedChar and ftFmtBCD field types
|
13 years ago |
pierre
|
5f656be053
* Fix last commit, rame is in register
|
13 years ago |
pierre
|
74eb121d1c
Fix big endian issues
|
13 years ago |
pierre
|
aa8747f5c9
Add more information to TMipsProcInfo class
|
13 years ago |
pierre
|
f9930e3f46
Use ldc1 and sdc1 for big endian mips CPU directly
|
13 years ago |
pierre
|
d2dc860b1b
Use 4 for mips(eb/el) recordalignmax field
|
13 years ago |
pierre
|
7608182c10
* Frame is in register s8
|
13 years ago |
pierre
|
0c97a49a0e
* Change back mipseb-linux to mips-linux
|
13 years ago |
pierre
|
15252b546d
* Restore 'mips' name as cpumipseb source_cpu_string
|
13 years ago |
pierre
|
6b57f3a3d1
* Use include prt0.as for cprt0, gprt0 and dllprt0 as files
|
13 years ago |
pierre
|
e4ebe2e52e
* Fix wrong .size for _synamic_start
|
13 years ago |
pierre
|
23a3275291
* Define both mipseb and mips for non endian-little MIPS compiler
|
13 years ago |
sergei
|
bd7ebdce18
* ELF relocation cleanup/improvement:
|
13 years ago |
sergei
|
98fffb7981
* Overloaded MemPos_ExeSection and DataPos_ExeSection accepting a TExeSection instead of name.
|
13 years ago |
masta
|
2768e0fc12
Folded Add/Sub/Or Splitter, lots of debug output
|
13 years ago |
masta
|
5498456269
Add LsrAndLsr Peephole Optimizer for ARM
|
13 years ago |
masta
|
92c47148cc
Optimize 8/16 OP_NOT on ARM
|
13 years ago |
svenbarth
|
f90e686be2
Always try to present file/line information for generics even if no source is available or the unit was compiled as release unit. This allows IDE like Lazarus to correctly navigate to an error or warning even if the unit containing the generic was compiled as a release unit.
|
13 years ago |