marco
|
1ae1e9310b
* defined -A and -W structs and callback for a couple of functions Mantis #0029762
|
преди 9 години |
nickysn
|
87baa8c43f
* in the internal assembler writer, when starting a new object file, set the
|
преди 9 години |
nickysn
|
c061a98e93
* made the i8086 internal assembler cpu instruction set checking follow the
|
преди 9 години |
nickysn
|
843aee8f4a
* base the CPU name, written in the beginning of each NASM assembler file on the
|
преди 9 години |
nickysn
|
ca868b0bc6
* fixed indentation in TX86NasmAssembler.WriteHeader
|
преди 9 години |
nickysn
|
06b9789928
+ implemented a new {$ASMCPU XXX} directive, allowing to specify a different
|
преди 9 години |
nickysn
|
d0d940f119
* also declare Intel Nehalem and newer CPUs as 'IA64' in the NASM's 'CPU'
|
преди 9 години |
nickysn
|
1a56a1a026
* make the asd_cpu directive (which is currently only implemented in the NASM
|
преди 9 години |
florian
|
73aeea73ed
+ VOpVMov2VOp optimization
|
преди 9 години |
florian
|
260ea81c82
* improve cse on record/array accesses
|
преди 9 години |
florian
|
8fe986ba11
+ write also node complexity when dumping a node tree
|
преди 9 години |
florian
|
ce64d77256
* compilation fixed
|
преди 9 години |
sergei
|
17256e8387
* fpc_exp_real: replaced pushing immediate values on stack with Darwin-style PIC. This change increases performance on Intel E7200 almost twice. On AMD CPUs performance increase is not that large, but still noticeable.
|
преди 9 години |
michael
|
364abc3c07
* Author retracted erf/erfc functions due to copyright issues
|
преди 9 години |
michael
|
7d38224c65
* Do not activate client/server in design mode
|
преди 9 години |
michael
|
3da0f82995
* Add error functions erf/erfc, bug ID #29740
|
преди 9 години |
michael
|
9de8ad93ba
* Make GetObjectNames public
|
преди 9 години |
michael
|
d37d99a24f
* Move simpleipc samples to appropriate directory
|
преди 9 години |
michael
|
b7484d4a81
* Fix bug #29717
|
преди 9 години |
michael
|
532bf25233
* Add possibility to specify JSON options
|
преди 9 години |
nickysn
|
5576caada6
* handle the asd_cpu asd_cpu directive and keep track of the currently selected
|
преди 9 години |
nickysn
|
e1f21fb1e3
+ handle the asd_cpu directive (commented out, but without producing an internal
|
преди 9 години |
nickysn
|
178dab45d3
+ added new asm directive 'asd_cpu' (specifies the CPU's instruction set) in the
|
преди 9 години |
Jonas Maebe
|
0deacf9fba
* fixed missing range checks in r33056
|
преди 9 години |
Jeppe Johansen
|
03d4ada29e
Use a temporary variable to avoid potential problems of overwriting the argument.
|
преди 9 години |
sergei
|
cc3e09ee46
* Handle possible relocation types in assembler reader using a single AS_RELTYPE token, rather than with individual tokens for each case. Since possible relocations are target-dependent, this will allow to support any amount of them without modifying the base tattreader class.
|
преди 9 години |
sergei
|
4e7c0d0670
* MIPS: removed ConvertCalljmp method. Testing shows that it never changes instructions.
|
преди 9 години |
sergei
|
5f6442074a
- MIPS,SPARC: removed method ReadSym which is never used.
|
преди 9 години |
Jonas Maebe
|
356a5aff05
* apparently, Darwin/x86-64 also uses an opaque ISA pointer on OS X 10.11
|
преди 9 години |
svenbarth
|
94c0938edd
Reverted accidentally committed inline if-then-else expression (committed in r33048 when I reverted the IfThen()... -.- )
|
преди 9 години |