aboutsummaryrefslogtreecommitdiff
path: root/sim/txvu
AgeCommit message (Collapse)AuthorFilesLines
1998-04-29Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-134/+175
* common/aclocal.m4: call AM_EXEEXT in SIM_AC_COMMON, define AM_CYGWIN32 and AM_EXEEXT. * common/Make-common.in: set EXEEXT, add missing EXEEXTs to run and install-common rules. * common/configure: regenerate And update all subdirectory ChangeLogs and configure files.
1998-04-26 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey5-133/+161
* config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again.
1998-04-24 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey4-51/+1901
* config.in: Ditto. * configure.in: Don't call sinclude.
1998-04-05aclocal.m4: Don't enable inlining when cross-compiling.Andrew Cagney1-20/+25
mips/*: Tune mips simulator - allow all memory transfer code to be inlined.
1998-04-04Cleanup INLINE support for simulators using common framework.Andrew Cagney2-54/+59
Make IGEN responsible for co-ordinating inlining of generated files. By default, aclocal.m4 disabled all inlining.
1998-03-27Do top level sim-hw module for device tree.Andrew Cagney2-2/+6
Add to aclocal.m4, update all configure files.
1998-03-25Re-do --enable-sim-hardware so that each simulator can specify the devicesAndrew Cagney2-47/+53
it wants built. Generate hw-config.h.
1998-03-18* aclocal.m4 (SIM_AC_OPTION_HARDWARE): Set sim_hw_obj, sim_dv_obj,Andrew Cagney2-62/+209
sim_dv_src in Makefile. Take list of devices as parameter to m4 macro.. * configure: Regenerated to track ../common/aclocal.m4 changes.
1998-03-13massive sanitization fixesAngela Marie Thomas1-17/+21
1998-03-11Allow more than just read, write and exec memory spaces in the coreAndrew Cagney2-21/+25
module.
1998-01-28* Very, very early support for vu1 based on sce code.Ian Carmichael9-29/+6350
* Modified Files: * ChangeLog Makefile.in hardware.c vu1.c vu1.h * Added Files: * libvpe.c libvpe.h vpe.h vu.h
1998-01-27* Incorporate GPR_SET() macro from mips/sim-main.hIan Carmichael1-0/+4
1998-01-23- added first batch of PKE codeFrank Ch. Eigler10-166/+435
- PKE memory region registration - basic R/W operations - combined pke[01] -> pke
1998-01-22* Incorporate GPR_SET() macro from mips/sim-main.hIan Carmichael1-3/+1
1998-01-20* Devices now get a issue() call.Ian Carmichael12-68/+125
* * Modified Files: * ChangeLog configure engine-sky.c hardware.h pke0.c pke0.h * pke1.c pke1.h vu0.c vu0.h vu1.c vu1.h
1998-01-16* Initial Device SupportIan Carmichael34-0/+24805
* *Modified Files: * .Sanitize ChangeLog *Added Files: * Makefile.in README.Cygnus config.in configure configure.in * device.c device.h dma.c dma.h engine-sky.c gencode.c gpuif.c * gpuif.h hardware.c hardware.h interp.c m16.igen mdmx.igen * mips.dc mips.igen pke0.c pke0.h pke1.c pke1.h r5900.igen * sim-main.h tconfig.in vr5400.igen vu0.c vu0.h vu1.c vu1.h
1998-01-15Initial file creationIan Carmichael2-0/+43