Historique des commits

Auteur SHA1 Message Date
  florian eeadf618b8 + abi tag for i386 il y a 6 ans
  florian 0cc3be49fa * GAS readers and writers can handle section flags il y a 6 ans
  Jeppe Johansen f781c8942e Write real atomic operations, and add memory barrier operations. il y a 7 ans
  florian 3ca6034523 * inserted type casts on opr.val again, but depending on the type of opr.val, avoids range check errors il y a 7 ans
  florian d0dd3bd74e * patch by Christo Crause to support ~ in att assembler il y a 7 ans
  florian d16a22e42b * remove type case when loading constant in tattreader.BuildConstantOperand, resolves #33202, should not hurt other targets il y a 7 ans
  nickysn d591e698ac + added parameter 'hasofs' to ConcatConstSymbol. Will be used to support 'dd xx' il y a 7 ans
  nickysn 629be9cee1 + add a 'constsize' parameter to ConcatConstSymbol, so it can be used to il y a 7 ans
  florian a29f968b3b * patch by Christo Crause: generate parameter location information in att assembler mode, resolves #32915 il y a 7 ans
  florian 1a69c49e81 * fix range check errors by explicit casts il y a 7 ans
  nickysn 29558a74cd + support exporting labels from asm blocks in intel syntax asm blocks via the il y a 7 ans
  florian 4cf2a2672a changes to fix #32043 il y a 7 ans
  Jonas Maebe aa82e00615 * fixed check to determine whether a record parameter can be subscripted il y a 8 ans
  Jonas Maebe aa1be3276f - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): il y a 9 ans
  Jonas Maebe 1cb8c0d00c * specify the def of assembler level symbols defined via il y a 9 ans
  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. il y a 9 ans
  Jonas Maebe 110a5642c0 - removed ait_weak/tai_weak, and replaced it with the previously existing il y a 9 ans
  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. il y a 9 ans
  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. il y a 9 ans
  Jonas Maebe 8445381929 * merged ait_set and ait_thumb_set into a single tai class il y a 10 ans
  Jeppe Johansen 914e9e7b49 Merged from trunk il y a 10 ans
  Jonas Maebe 558b8967b6 + Aarch64 assembler reader il y a 10 ans
  Jonas Maebe 1dd5f579e6 * support record fields with the same name as registers in subscripts in il y a 10 ans
  Jeppe Johansen 7390acc426 Merged from recent trunk. il y a 10 ans
  sergei d2187257e7 - removed unused type and variable il y a 10 ans
  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. il y a 10 ans
  sergei 5c48804240 * Moved local label infrastructure into tasmreader, reduces number of global vars. Functionality is not changed. il y a 11 ans
  Jeppe Johansen d89b9a4311 Add support in ARM assembler reader for ldr reg, =literal syntax il y a 12 ans
  Jeppe Johansen 0977d76f42 Mark global symbols with assembler references as non-regable il y a 12 ans
  sergei d2995cbf14 - Removed ConcatPasString procedure, it duplicates ConcatString (it the past they probably used to differ, but today both preserve null characters). il y a 12 ans