Jonas Maebe
|
110a5642c0
- removed ait_weak/tai_weak, and replaced it with the previously existing
|
9 năm trước cách đây |
sergei
|
f69f6336e9
* Replaced hacks with resetting 'c' to zero and decreasing inputpointer by boolean parameter to skipcomment and skipoldtpcomment. This parameter specifies whether first character of comment should be read.
|
9 năm trước cách đây |
sergei
|
bbfbab7e0c
* Moved handling of comments and line breaks in assembler blocks from scanner to tokenizer level. Handling them at character level was causing compiler to accept comments in the middle of any assembler token, which should never happen. It was also causing Mantis #27459: a newline immediately after closing 'end' token was first handled in asmgetchar and then by normal parser, causing all subsequent line numbering to be off by one.
|
9 năm trước cách đây |
Jonas Maebe
|
8445381929
* merged ait_set and ait_thumb_set into a single tai class
|
10 năm trước cách đây |
Jeppe Johansen
|
914e9e7b49
Merged from trunk
|
10 năm trước cách đây |
Jonas Maebe
|
558b8967b6
+ Aarch64 assembler reader
|
10 năm trước cách đây |
Jonas Maebe
|
1dd5f579e6
* support record fields with the same name as registers in subscripts in
|
10 năm trước cách đây |
Jeppe Johansen
|
7390acc426
Merged from recent trunk.
|
10 năm trước cách đây |
sergei
|
d2187257e7
- removed unused type and variable
|
10 năm trước cách đây |
Jeppe Johansen
|
9e5979e8be
Implemented UAL syntax support in the ARM assembler reader. Can be toggled with a field for now, but not implemented yet. Still using pre-UAL syntax for now.
|
10 năm trước cách đây |
sergei
|
5c48804240
* Moved local label infrastructure into tasmreader, reduces number of global vars. Functionality is not changed.
|
11 năm trước cách đây |
Jeppe Johansen
|
d89b9a4311
Add support in ARM assembler reader for ldr reg, =literal syntax
|
12 năm trước cách đây |
Jeppe Johansen
|
0977d76f42
Mark global symbols with assembler references as non-regable
|
12 năm trước cách đây |
sergei
|
d2995cbf14
- Removed ConcatPasString procedure, it duplicates ConcatString (it the past they probably used to differ, but today both preserve null characters).
|
12 năm trước cách đây |
florian
|
6fb90850e9
* lastdirective should be always AS_END
|
13 năm trước cách đây |
Jeppe Johansen
|
8e00978108
Added support for .section, .set, .weak, and .thumb_set directive for GAS assembler reader
|
13 năm trước cách đây |
pierre
|
c0690d1bdc
+ New virtual method TATTReader.HandleDollar, useful for MIPS reader
|
13 năm trước cách đây |
sergei
|
6a3fe72de9
+ Support .rva directive in AT&T reader. Put it into base class because it generally applies to all targets with COFF output, but enabled for Windows targets only (others need additional testing).
|
14 năm trước cách đây |
sergei
|
89c0663c56
+ AT&T asmreader: added methods that can be overridden in descendant readers to handle target-specific directives.
|
14 năm trước cách đây |
Jonas Maebe
|
780e75bfac
o patch by Jeppe Johansen to fix mantis #17472:
|
14 năm trước cách đây |
Jonas Maebe
|
025ec34e4d
+ "CExtended" type that is the same as "extended", but conforming to the
|
15 năm trước cách đây |
tom_at_work
|
cc911887a8
* undo accidently committed changes from r11398
|
17 năm trước cách đây |
tom_at_work
|
6958bbfdda
* allow explicit conversion of enumeration values (in addition to integers) to object references in Delphi mode
|
17 năm trước cách đây |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 năm trước cách đây |
florian
|
4151029ee5
+ .fini section support
|
18 năm trước cách đây |
tom_at_work
|
99bc1ccb75
* merged some code which was ifdefed separately for POWERPC and POWERPC64 code but is equal
|
18 năm trước cách đây |
Jonas Maebe
|
c866400823
+ support for VMTOFFSET in assembler readers to get VMT offset of virtual
|
18 năm trước cách đây |
Jonas Maebe
|
302a2a3ec2
* fixed calling qualified methods in assembler + tests for ppc/ppc64/
|
18 năm trước cách đây |
florian
|
c238bb15d1
* .init section support
|
18 năm trước cách đây |
yury
|
4092321ae9
* Compiler directives {$...} are allowed in ARM inline assembler. It fixes tb0142.pp and tb0193.pp.
|
18 năm trước cách đây |