Jonas Maebe
|
7a8921a060
* define CPULLVM when using the LLVM backend (in addtion to the CPUXXX define
|
10 years ago |
Jonas Maebe
|
2cf17c0487
* don't generate DWARF cfi when targeting LLVM, it will do that itself
|
10 years ago |
Jonas Maebe
|
0d87df71a9
* default to ARMv7/VFPv3 for Darwin/ARM (since that's what most iOS devices
|
10 years ago |
florian
|
29ba426fcc
* call DefaultReplacements for #WRITE and #INCLUDE, resolves #28315
|
10 years ago |
florian
|
73c0422997
+ create defines for CPU ALU size
|
10 years ago |
Jonas Maebe
|
201121d7c9
* synchronised with trunk till r30345
|
10 years ago |
florian
|
3396e2e1f4
* interpret -daaa:=bbb after -Sm was passed as a macro definition, resolves #27529
|
10 years ago |
Jonas Maebe
|
bd203a5b57
* synchronised with trunk till r30240
|
10 years ago |
Jonas Maebe
|
cc071ded4b
* define _CALL_ELF=1 or _CALL_ELF=2 symbol when targeting ppc(64)
|
10 years ago |
Jonas Maebe
|
3946971c73
* default to ppc64le/elfv2 when compiling on a ppc64le platform
|
10 years ago |
Jonas Maebe
|
d4bc74ecc0
* support for -WM10.XX (for 10.10) and defining the correct associated
|
10 years ago |
Jonas Maebe
|
6a70c84258
+ internal bsr/bsf support for ppc32 and ppc64
|
10 years ago |
Jonas Maebe
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
10 years ago |
Tomas Hajny
|
1ecf8dcfa1
* improved paging of help pages so that lines are not missed with 80x25 windows due to lines overflowing the window width
|
10 years ago |
Jonas Maebe
|
dcb6f2baae
+ print Darwin/AArch64-specific command line options in the help
|
10 years ago |
Jonas Maebe
|
a8d05b66e2
+ AArch64 internal bsf/bsr support
|
10 years ago |
Jonas Maebe
|
0a0e74342f
* AArch64 doesn't need the software int64 to double code
|
10 years ago |
Jonas Maebe
|
b7fb862f4a
* enable internal handling of abs(int64) on AArch64
|
10 years ago |
Jonas Maebe
|
79a06b1514
+ iphonesim/x86_64 target (64 bit iOS simulator)
|
10 years ago |
Jonas Maebe
|
f421e83c9a
- don't allow setting the OS X version (-WM) for Darwin/ARM or Darwin/AArch64
|
10 years ago |
Jonas Maebe
|
b0112fa63f
+ initial AArch64 support in systemh.inc, options.pas, version.pas and
|
10 years ago |
Jonas Maebe
|
665a5e509e
* default iOS deployment version for AArch64 is iOS 7
|
10 years ago |
Jonas Maebe
|
f886fe49d6
* only prepend the sysroot path to -Fl paths if these paths are absolute;
|
10 years ago |
florian
|
d20116cd07
* really set alignment as intended when -Os is passed
|
10 years ago |
florian
|
bb01872821
+ handle -CPPACKENUM and -CPPACKRECORD, resolves #27153
|
10 years ago |
pierre
|
5c48eb2d96
Fix problem in handling of tf_pic_default
|
10 years ago |
florian
|
a237648545
+ handle -Cp in the first options processing pass
|
10 years ago |
Tomas Hajny
|
75c61150d9
* option -m made conditional (-dPREPROCWRITE) like its processing
|
10 years ago |
Tomas Hajny
|
fc17e318b0
* add some previously missing options to the help page, add support for listing recognized compiler and RTL features in -i and allow skipping an empty section (controllertypes) in -i listing by providing support of multiple output lines based on one source line in the msg file using $\n as newline
|
10 years ago |
Tomas Hajny
|
3ee3542744
* boolean constant instead of IFDEFs for detection of microcontroller support
|
10 years ago |