Historique des commits

Auteur SHA1 Message Date
  sergei 5c4abfa75a + Implemented saving/restoring registers using PUSH/POP instructions on i386 targets with non-fixed stack. Provides some advantage in code size (e.g. the compiler becomes about 20KBytes smaller). il y a 12 ans
  florian 94cf650d9a * use lea to adjust stack pointer, this is equal or faster on all modern CPUs than add/sub il y a 12 ans
  paul 51825b6f2e compiler: change ret_in_param to accept tabstractprocdef instead of tproccalloption to allow check more options (required for record constructor implementation) il y a 12 ans
  pierre 5b5a5ab7af + Add EXTDEBUG warning if pi_needs_got was not set in pass_1 il y a 13 ans
  Jonas Maebe b1dc518ac4 * removed systems_need_16_byte_stack_alignment and use target_info.stackalign instead il y a 13 ans
  florian 3a9e3991be * the switch -Oouseebp allows the i386 compiler to use ebp as normal register il y a 13 ans
  Jonas Maebe d6066ed51a * fixed compilation for i386/m68k after r21878/21879 il y a 13 ans
  pierre b9f8934d7e * Fix for go32v2 specific failure in test/cg/tcalval5 with -Aas option il y a 13 ans
  sergei 78c0215447 Preparations to native threadvar support: il y a 13 ans
  florian ce76ce8769 * fixed wrong tmpref usage as mentioned by Pierre on the mailing list il y a 14 ans
  florian 69e7d8b02f * generate correct PIC in tcg386.a_loadaddr_ref_cgpara, resolves #19464 il y a 14 ans
  florian 77f2d6cc0d * introduce usage of TCGInt in the code generator units il y a 14 ans
  svenbarth 35b47e491c Rebase to revision 17306 il y a 14 ans
  sergei c6accaba5c * tcg386.g_copyvaluepara_openarray, improved generated code: il y a 14 ans
  svenbarth 96116a6c3a Several adjustments because virtual methods in helpers are just normal methods and a VMT isn't generated for them either. il y a 14 ans
  paul 56bf42de57 compiler: implement record methods and class methods: il y a 15 ans
  Jonas Maebe 8b0301409a + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and il y a 15 ans
  Jonas Maebe f13f6627c4 * moved use_fixed_stack from cgutils to a method in paramgr so it can il y a 15 ans
  joost 65ab1e820b * Safecall on linux/i386 now behaves like cdecl plus hidden exception support. il y a 15 ans
  joost 181804e4b9 * Fixed passing parameters on the stack to cdecl interface-methods. The 'call' il y a 15 ans
  Jonas Maebe 574d7eb70d * use call/pop instead of call/mov/ret to get the GOT pointer on il y a 15 ans
  Jonas Maebe 283018a3bf * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can il y a 15 ans
  Jonas Maebe 9bc15a5f61 * renamed a_param_* to a_load_*_cgpara il y a 15 ans
  florian 515774b864 * merged armthum branch il y a 16 ans
  florian 53d60f02b2 * lying around newline fixes il y a 16 ans
  Jonas Maebe 6505b4f9c5 * reverted rest of r13469 because it causes crashes for linux/ppc64 il y a 16 ans
  Jonas Maebe f265fbe343 * fixed GOT loading for i386 in stubs for external procedures whose external il y a 16 ans
  Jonas Maebe dc00a747f4 * make references PIC-safe before pushing them as parameter (mantis #13829) il y a 16 ans
  Jonas Maebe c1e327c8c4 * insert register allocation/deallocation information for the exception il y a 16 ans
  florian f49f148e01 + commented why wrappers for cdecl'd methods use subl/call/subl/ret instead of subl/jmp il y a 16 ans