summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fixed swap of unsigned16Joel Sherrill1998-05-041-6/+6
* Fixed case where wrong variable was used.Joel Sherrill1998-04-301-1/+1
* Added I386_HAS_BSWAP cpu model feature flag so swap u32 could takeJoel Sherrill1998-04-271-10/+28
* Added swap of unsigned16Joel Sherrill1998-04-2711-3/+69
* Fixed spelling errors.Joel Sherrill1998-04-271-3/+3
* Fixed trace bit manipulation per requests from Eric Norum and Chris Johns.Joel Sherrill1998-04-271-11/+3
* Fixed CVS IdJoel Sherrill1998-04-271-1/+1
* Added bh, ch, dh, bl, cl, and dl register macros.Joel Sherrill1998-04-151-0/+7
* Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-...Joel Sherrill1998-04-142-2/+1
* Refreshing effort from Avenger.Joel Sherrill1998-04-148-322/+1046
* Added "sigemptyset()" call to insure that the memcmp() would work.Joel Sherrill1998-03-311-0/+4
* Changed int to unsigned32 to match cpu.h.Joel Sherrill1998-03-271-1/+1
* m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill1998-03-253-32/+36
* Added _XOPEN_SOURCE definition to allow use of UNIX IPC.Joel Sherrill1998-03-241-0/+1
* Real definition for the beginning of the data section per Eric Norum'sJoel Sherrill1998-03-241-2/+2
* Corrected register constraints per suggestion from Thomas Doerfler, IMDJoel Sherrill1998-03-242-6/+6
* More cpu model flags converted to using cpp predefines.Joel Sherrill1998-03-241-2/+2
* Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill1998-03-242-14/+14
* Fixed spacing to be consistent with other CPUs.Joel Sherrill1998-03-211-1/+1
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-03-201-81/+75
* SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-03-2013-0/+2869
* updated copyright to 1998Joel Sherrill1998-02-1759-59/+59
* Swapped C++ and ASM "endifs"Joel Sherrill1998-02-171-2/+2
* Ralf Corsepius noticed that generally was spelled incorrectly.Joel Sherrill1998-02-0411-11/+11
* Big patch form Ralf Corsepius described in this email:Joel Sherrill1998-01-3011-44/+22
* Change to remove warning on glibc2 systems per Ralf Corsepius'sJoel Sherrill1998-01-281-1/+6
* Solaris port updates from Chris JohnsJoel Sherrill1998-01-231-10/+0
* Removed warning per Chris John's suggestion.Joel Sherrill1998-01-201-1/+1
* Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill1998-01-2011-11/+11
* Changed from .align to .p2align to avoid differences in meaning ofJoel Sherrill1997-12-221-6/+6
* Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1997-12-1011-11/+44
* Patch from Chris Johns to filter out the trace bit on CPU modelsJoel Sherrill1997-11-291-2/+5
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-0865-130/+130
* Removed include directory at "build" point and the link of this directoryJoel Sherrill1997-10-0810-53/+53
* Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill1997-08-221-2/+2
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-311-2/+55
* Strip the trace bit from the SR register when dispatching a thread whenJoel Sherrill1997-07-101-3/+5
* Repository damaged -- files readded.Joel Sherrill1997-07-092-0/+411
* Added sp, sfc, and fpcsr register defines.Joel Sherrill1997-07-091-0/+4
* Added support for context switching the data used by the gcc m68kJoel Sherrill1997-05-283-0/+108
* Patch from Chris John <cjohns@awa.com.au> to add use of a select statementJoel Sherrill1997-04-223-3/+150
* multiprocessing fixed on linux by fixing cpu.c so correct form ofJoel Sherrill1997-04-221-3/+4
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-226-62/+19
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-2266-294/+294
* Added FPSP support for MC68040Joel Sherrill1997-04-163-5/+71
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-0910-1/+104
* added initialization of variable to eliminate warning.Joel Sherrill1997-04-071-1/+1
* added "ifndef" to avoid redefinition warning.Joel Sherrill1997-04-072-0/+4
* added volatile to Switch_necessary structure member to avoid warning.Joel Sherrill1997-04-071-2/+2
* added test to avoid spurious errorJoel Sherrill1997-04-071-1/+1