Commit History

Author SHA1 Message Date
  Jeppe Johansen f3889a191b Generate bx lr exit instruction in Thumb-2 instead of mov pc,lr as bx lr will trigger an exception return but mov doesn't. 8 years ago
  yury 2ae3ce79bb * ARM: Never use the "BLX label" instruction. Use "BL label" instead. 8 years ago
  Jonas Maebe 880d438704 * renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we can 8 years ago
  Jonas Maebe a25ebbba3e + added volatility information to all memory references 8 years ago
  Jonas Maebe aa1be3276f - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 9 years ago
  florian ad71b8348e * S1..S15 do not need to be marked as volatile as they are sub-registers of double size registers 9 years ago
  florian 1c067e96bf * fix VFPv4 support 9 years ago
  florian 3f2057a2f2 * do not generate blx instructions, the generation of blx instead of bl was introduced some years ago but today it proves to be wrong: if necessary, the linker converts the bl into a blx, this is also how gcc and clang handle it 9 years ago
  yury 61a1976e09 * Removed a leftover of my code. It is not needed anymore. 10 years ago
  yury 40628fa614 * Removed unused vars. 10 years ago
  yury 80e5eb0c5d * ARM: I hope this is a final proper fix for GOT initialization. + Test. 10 years ago
  yury 1dff9bf025 * ARM: Fixed GOT init when optimization is off. 10 years ago
  yury f2c8824963 * ARM: Do not use R9 as a fixed GOT register. 10 years ago
  yury 61c0448903 * Big fix for ARM GOT support to make it work: 10 years ago
  Jeppe Johansen dac294c680 Fix ARMv3/ARMv2A support. 10 years ago
  Jonas Maebe 61e4a1b811 + added tasmlist parameter to getintparaloc() (needed for llvm) 10 years ago
  Jonas Maebe 687bb15299 * renamed getdatalabel() to getglobaldatalabel 10 years ago
  Jonas Maebe bd203a5b57 * synchronised with trunk till r30240 10 years ago
  Jeppe Johansen 914e9e7b49 Merged from trunk 10 years ago
  Jonas Maebe 67b8aceaee * synchronized with privatetrunk till r30095 10 years ago
  Jonas Maebe 2ab7f5c35d * moved x86-specific requirements from the generic bsr/bsf code to the 10 years ago
  florian 80cc09e350 o fix wince compilation: 10 years ago
  Jeppe Johansen 47dbec3111 Rebase to trunk revision 10 years ago
  sergei 472310d83f * ARM: Fixed interface wrapper generation after r28542 for targets without BX instruction. 10 years ago
  Jeppe Johansen 2ac11e4b82 Use proper relocation type for Thumb-2 BLX. 10 years ago
  Jeppe Johansen 6976af8365 Change .thumb_func to be an ait_directive instead of it's own tai type. 10 years ago
  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 years ago
  Károly Balogh 1b0a1f4508 ARM: mimic what GNU C does while calling the profiling mcount on ARM 11 years ago
  Károly Balogh 739c66291d ARM: first naive attempt to get gprofiling work for arm-linux. (Work-In-Progress, but at least for me it doesn't explode) 11 years ago
  florian 3f71b059e5 * improve ldr*/str* handling for arm thumb 11 years ago