Jonas Maebe 
							
						 
					 
					
						
						
						
						
							
						
						
							6165536b5e 
							
						 
					 
					
						
						
							
							+ added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable  
						
						... 
						
						
						
						the use of Objective-C 1.0 constructs. Because it is a mode switch, it
    can be used cumulatively with every syntax mode. Note that a {$mode xxx}
    statement resets all mode switches as well, so you cannot use the
    -Mobjectivec1 variant if you have such a statement in a unit. This
    modeswitch is currently only enabled for Darwin/PowerPC and Darwin/i386,
    as the backend support is not yet implemented for other platforms.
  + implemented selector() statement that can be used to create an Objective-C
    selector for the message with the specified *constant* name (in the future,
    it will also work for Objective-C method identifiers)
  + added SEL type to the system unit (the selector() statement returns it)
  + added all Objective-C segments to the assembler writers
  + (currently mostly dummy) objc1 unit that is automatically included if the
    {$modeswitch objectivec1} statement is used
  + some tests for the selector() statement
git-svn-id: trunk@12870 - 
						
					 
					
						2009-03-08 18:40:32 +00:00 
						 
				 
			
				
					
						
							
							
								Jonas Maebe 
							
						 
					 
					
						
						
						
						
							
						
						
							108c6f4d73 
							
						 
					 
					
						
						
							
							* unified nppcset for ppc32/ppc64 since virtually identical  
						
						... 
						
						
						
						* fixed case bug for ppc64 regarding qwords (must be handled via
    genlinearcmplist)
git-svn-id: trunk@5406 - 
						
					 
					
						2006-11-16 18:56:28 +00:00 
						 
				 
			
				
					
						
							
							
								Jonas Maebe 
							
						 
					 
					
						
						
						
						
							
						
						
							7cdf9bbaac 
							
						 
					 
					
						
						
							
							* moved the indirect symbol stuff from nppcld to cgobj and ncgld, since  
						
						... 
						
						
						
						darwin/x86 needs the same code
  - removed now empty nppcld unit
git-svn-id: trunk@2821 - 
						
					 
					
						2006-03-09 18:27:11 +00:00 
						 
				 
			
				
					
						
							
							
								fpc 
							
						 
					 
					
						
						
						
						
							
						
						
							790a4fe2d3 
							
						 
					 
					
						
						
							
							* log and id tags removed  
						
						... 
						
						
						
						git-svn-id: trunk@42 - 
						
					 
					
						2005-05-21 09:42:41 +00:00 
						 
				 
			
				
					
						
							
							
								fpc 
							
						 
					 
					
						
						
						
						
							
						
						
							50778076c3 
							
						 
					 
					
						
						
							
							initial import  
						
						... 
						
						
						
						git-svn-id: trunk@1 - 
						
					 
					
						2005-05-16 18:37:41 +00:00 
						 
				 
			
				
					
						
							
							
								peter 
							
						 
					 
					
						
						
						
						
							
						
						
							e417e34496 
							
						 
					 
					
						
						
							
							* truncate log  
						
						
						
					 
					
						2005-02-14 17:13:06 +00:00 
						 
				 
			
				
					
						
							
							
								peter 
							
						 
					 
					
						
						
						
						
							
						
						
							e820bc93f2 
							
						 
					 
					
						
						
							
							* interface wrapper generation moved to cgobj  
						
						... 
						
						
						
						* generate interface wrappers after the module is parsed 
						
					 
					
						2005-01-24 22:08:32 +00:00 
						 
				 
			
				
					
						
							
							
								florian 
							
						 
					 
					
						
						
						
						
							
						
						
							8a9758c5e2 
							
						 
					 
					
						
						
							
							* logs truncated  
						
						
						
					 
					
						2004-06-20 08:55:28 +00:00 
						 
				 
			
				
					
						
							
							
								florian 
							
						 
					 
					
						
						
						
						
							
						
						
							61f15e4ec4 
							
						 
					 
					
						
						
							
							* make cycle fixed  
						
						... 
						
						
						
						+ pic support for darwin
  + support of importing vars from shared libs on darwin implemented 
						
					 
					
						2004-03-02 17:32:12 +00:00 
						 
				 
			
				
					
						
							
							
								florian 
							
						 
					 
					
						
						
						
						
							
						
						
							d43895d744 
							
						 
					 
					
						
						
							
							+ initial interface support added  
						
						
						
					 
					
						2003-12-10 01:10:25 +00:00 
						 
				 
			
				
					
						
							
							
								florian 
							
						 
					 
					
						
						
						
						
							
						
						
							7ec9711f9a 
							
						 
					 
					
						
						
							
							* fixed several issues with nested procedures  
						
						
						
					 
					
						2003-04-24 11:24:00 +00:00 
						 
				 
			
				
					
						
							
							
								florian 
							
						 
					 
					
						
						
						
						
							
						
						
							af4302bc67 
							
						 
					 
					
						
						
							
							* more fixes for ppc calling conventions  
						
						
						
					 
					
						2002-08-13 21:40:55 +00:00 
						 
				 
			
				
					
						
							
							
								Jonas Maebe 
							
						 
					 
					
						
						
						
						
							
						
						
							9ba736bd04 
							
						 
					 
					
						
						
							
							+ powerpc-specific genlinearlist  
						
						
						
					 
					
						2002-08-11 11:39:12 +00:00 
						 
				 
			
				
					
						
							
							
								Jonas Maebe 
							
						 
					 
					
						
						
						
						
							
						
						
							f1f27e99b4 
							
						 
					 
					
						
						
							
							+ abs, sqr, sqrt implementations  
						
						
						
					 
					
						2002-08-10 17:15:00 +00:00 
						 
				 
			
				
					
						
							
							
								carl 
							
						 
					 
					
						
						
						
						
							
						
						
							18b102ce95 
							
						 
					 
					
						
						
							
							+ moved target_cpu_string to cpuinfo  
						
						... 
						
						
						
						* renamed asmmode enum.
  * assembler reader has now less ifdef's
  * move from nppcmem.pas -> ncgmem.pas vec. node. 
						
					 
					
						2002-08-10 14:46:29 +00:00 
						 
				 
			
				
					
						
							
							
								Jonas Maebe 
							
						 
					 
					
						
						
						
						
							
						
						
							07089fadb7 
							
						 
					 
					
						
						
							
							+ nppcmem  
						
						
						
					 
					
						2002-07-29 09:22:20 +00:00 
						 
				 
			
				
					
						
							
							
								florian 
							
						 
					 
					
						
						
						
						
							
						
						
							3fe0229843 
							
						 
					 
					
						
						
							
							+ added direct assembler reader for PowerPC  
						
						
						
					 
					
						2002-07-28 20:45:22 +00:00 
						 
				 
			
				
					
						
							
							
								Jonas Maebe 
							
						 
					 
					
						
						
						
						
							
						
						
							0d740d4de8 
							
						 
					 
					
						
						
							
							+ intial implementation of add nodes, only integer/enumeration/pointer/...  
						
						... 
						
						
						
						handling is finished 
						
					 
					
						2002-07-26 12:31:56 +00:00 
						 
				 
			
				
					
						
							
							
								Jonas Maebe 
							
						 
					 
					
						
						
						
						
							
						
						
							33e3b0dda0 
							
						 
					 
					
						
						
							
							+ include ncgset unit  
						
						
						
					 
					
						2002-07-21 16:58:59 +00:00 
						 
				 
			
				
					
						
							
							
								florian 
							
						 
					 
					
						
						
						
						
							
						
						
							336808f6c3 
							
						 
					 
					
						
						
							
							* start of the new generic parameter handling  
						
						
						
					 
					
						2002-07-11 14:41:27 +00:00 
						 
				 
			
				
					
						
							
							
								Jonas Maebe 
							
						 
					 
					
						
						
						
						
							
						
						
							82e23e60f5 
							
						 
					 
					
						
						
							
							* fixed nppccnv and enabled it  
						
						... 
						
						
						
						- removed PPC specific second_int_to_int and use the generic one instead 
						
					 
					
						2002-07-11 07:42:31 +00:00 
						 
				 
			
				
					
						
							
							
								peter 
							
						 
					 
					
						
						
						
						
							
						
						
							06ebac4e27 
							
						 
					 
					
						
						
							
							* readded missing revisions  
						
						
						
					 
					
						2002-05-18 13:34:04 +00:00 
						 
				 
			
				
					
						
							
							
								carl 
							
						 
					 
					
						
						
						
						
							
						
						
							21b3a10f02 
							
						 
					 
					
						
						
							
							+ defines.inc -> fpcdefs.inc to avoid conflicts if compiling by hand  
						
						... 
						
						
						
						+ try to fix temp allocation (still in ifdef)
+ generic constructor calls
+ start of tassembler / tmodulebase class cleanup 
						
					 
					
						2002-05-16 19:46:34 +00:00 
						 
				 
			
				
					
						
							
							
								peter 
							
						 
					 
					
						
						
						
						
							
						
						
							2992e1819c 
							
						 
					 
					
						
						
							
							* removed old logs and updated copyright year  
						
						
						
					 
					
						2002-05-14 19:34:38 +00:00 
						 
				 
			
				
					
						
							
							
								peter 
							
						 
					 
					
						
						
						
						
							
						
						
							51688dade3 
							
						 
					 
					
						
						
							
							* a ppcppc can be build again  
						
						
						
					 
					
						2002-05-13 19:52:46 +00:00 
						 
				 
			
				
					
						
							
							
								Jonas Maebe 
							
						 
					 
					
						
						
						
						
							
						
						
							71a52a4aeb 
							
						 
					 
					
						
						
							
							* several powerpc-related additions and fixes  
						
						
						
					 
					
						2002-04-06 18:10:42 +00:00