1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00
emacs/mps/code
Gareth Rees 6c74d9685c Include mv2test in the test suite (although it doesn't pass yet).
Copied from Perforce
 Change: 182027
 ServerID: perforce.ravenbrook.com
2013-05-21 00:30:20 +01:00
..
mps.xcodeproj Include mv2test in the test suite (although it doesn't pass yet). 2013-05-21 00:30:20 +01:00
w3mv
.gdbinit
.p4ignore
abq.c No need for abqdelete: use abqiterate instead. 2013-05-20 23:47:20 +01:00
abq.h No need for abqdelete: use abqiterate instead. 2013-05-20 23:47:20 +01:00
abqtest.c No need for abqdelete: use abqiterate instead. 2013-05-20 23:47:20 +01:00
amcss.c Comment out all calls to mps_arena_commit_limit_set in test case amcsshe. (this test case formerly set the commit limit "in the hope of getting one dynamic collection", but this was unreliable: see job003440 for details.) 2013-03-12 15:15:57 +00:00
amcsshe.c Comment out all calls to mps_arena_commit_limit_set in test case amcsshe. (this test case formerly set the commit limit "in the hope of getting one dynamic collection", but this was unreliable: see job003432 for details.) 2013-03-07 17:08:07 +00:00
amcssth.c The amcssth test case now registers its threads' stacks as roots with the mps. 2013-03-07 14:53:31 +00:00
amsss.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
amssshe.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
apss.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
arena.c Remove "mps_alert_collection_set" from public interface and remove its implementation and test case. client programs should use the messages interface to find out what the mps is doing. 2013-03-12 14:33:27 +00:00
arenacl.c
arenacv.c Add testlib_unused(argc) where necessary, so that test cases build on xci6ll. 2013-03-07 14:32:40 +00:00
arenavm.c Make forward declarations of various functions consistent with their actual declarations. 2013-05-15 14:18:28 +01:00
awlut.c Ensure that the last entry in the table is preserved, so that we don't get a false positive due to the local variable 'string' keeping this entry alive. 2013-03-08 11:36:38 +00:00
awluthe.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
awlutth.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
boot.c
boot.h
bt.c
bt.h
btcv.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
bttest.c
buffer.c Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
cbs.c Make the cbs module more abstract by removing cbsblock from the public interface. avoid re-entrancy problems by removing the callback interface. public interfaces like cbsiteratemethod now operate in terms of address ranges rather than cbsblocks. 2013-05-20 20:45:26 +01:00
cbs.h Make the cbs module more abstract by removing cbsblock from the public interface. avoid re-entrancy problems by removing the callback interface. public interfaces like cbsiteratemethod now operate in terms of address ranges rather than cbsblocks. 2013-05-20 20:45:26 +01:00
cbstest.c Make the cbs module more abstract by removing cbsblock from the public interface. avoid re-entrancy problems by removing the callback interface. public interfaces like cbsiteratemethod now operate in terms of address ranges rather than cbsblocks. 2013-05-20 20:45:26 +01:00
chain.h
check.h
clock.h Use __builtin_readcyclecounter for event_clock if it's available. 2013-05-16 13:37:31 +01:00
comm.gmk Include mv2test in the test suite (although it doesn't pass yet). 2013-05-21 00:30:20 +01:00
commpost.nmk More build/install improvements: 2013-02-05 15:43:41 +00:00
commpre.nmk Port eventsql and friends to windows 7. 2013-01-30 16:06:59 +00:00
config.h
dbgpool.c
dbgpool.h
dbgpooli.c
diag.c
event.c Somehow i introduced an uninitialized variable bug into eventflush(). oops. 2012-11-15 22:07:28 +00:00
event.h
eventcnv.c Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
eventcom.h
eventdef.h Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
eventpro.c
eventpro.h
eventrep.c
eventrep.h
eventsql.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
eventtxt.c Print event code in uppercase hexadecimal for consistency. 2013-02-08 14:52:05 +00:00
exposet0.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
expt825.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
finalcv.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
finaltest.c Add testlib_unused(argc) where necessary, so that test cases build on xci6ll. 2013-03-07 14:32:40 +00:00
fmtdy.c
fmtdy.h
fmtdytst.c
fmtdytst.h
fmthe.c
fmthe.h
fmtno.c
fmtno.h
format.c
fri3gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
fri6gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
gcovfmt.py Test coverage report on os x. 2013-05-15 19:25:16 +01:00
global.c Restore arena serial numbers. 2013-03-12 15:11:22 +00:00
gp.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
ld.c
libcbt.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
lii3gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
lii6gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
lo.h
locbwcss.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
lock.h
lockan.c
lockcov.c Add testlib_unused(argc) where necessary, so that test cases build on xci6ll. 2013-03-07 14:32:40 +00:00
lockix.c
lockli.c
lockutw3.c Adding unused declaration for unused variable. 2013-05-08 14:11:27 +01:00
lockw3.c
locus.c
locusss.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
locv.c Add testlib_unused(argc) where necessary, so that test cases build on xci6ll. 2013-03-07 14:32:40 +00:00
message.c
messtest.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
meter.c Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
meter.h
misc.h
mpm.c
mpm.h
mpmss.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
mpmst.h Remove "mps_alert_collection_set" from public interface and remove its implementation and test case. client programs should use the messages interface to find out what the mps is doing. 2013-03-12 14:33:27 +00:00
mpmtypes.h change mps_clock_t to word. 2012-10-30 08:43:39 +00:00
mps.c Add abq and range modules to mps core; add poolmv2 to supported pools. 2013-05-20 23:21:24 +01:00
mps.h Remove "mps_alert_collection_set" from public interface and remove its implementation and test case. client programs should use the messages interface to find out what the mps is doing. 2013-03-12 14:33:27 +00:00
mpsacl.h
mpsavm.h
mpscamc.h
mpscams.h
mpscawl.h Adding type mps_awl_find_dependent_t that is documented but didn't actually exist. 2013-05-08 00:19:39 +01:00
mpsclo.h
mpscmfs.h Add public interface for mfs pool class. 2012-11-06 17:08:58 +00:00
mpscmv.h
mpscmv2.h New file "mpscmv2.h" just #include "mpscmvt.h", for backwards compatibility. 2012-11-16 14:48:53 +00:00
mpscmvff.h
mpscmvt.h Rename "mpscmv2.h" to "mpscmvt.h" for consistency. 2012-11-16 14:48:14 +00:00
mpscsnc.h
mpsi.c Remove "mps_alert_collection_set" from public interface and remove its implementation and test case. client programs should use the messages interface to find out what the mps is doing. 2013-03-12 14:33:27 +00:00
mpsicv.c Don't accidentally leave the arena in the clamped state after calling mps_arena_collect: 2013-03-08 12:23:44 +00:00
mpsio.h
mpsioan.c
mpsiw3.c Deprecating the mps trampoline by using vectored exception handling on windows. 2013-02-20 12:11:40 +00:00
mpslib.h
mpsliban.c Remove assertion which requires a higher-resolution clock() than freebsd has. document an alternative mps_clock() implementation using getrusage(). 2012-11-15 22:06:49 +00:00
mpstd.h Converting design.mps.config to restructuredtext. rewriting, correcting, clarifying, and generally bringing it up-to-date. 2013-05-11 17:53:40 +01:00
mpsw3.h
mpswin.h
mv2test.c Follow policy of not defining symbols from mpstd.h in the external interface, by removing the definition of mps_t_word from mps.h. 2013-03-08 14:03:10 +00:00
osxc.h
pool.c
poolabs.c
poolamc.c Make forward declarations of various functions consistent with their actual declarations. 2013-05-15 14:18:28 +01:00
poolams.c
poolams.h
poolamsi.c
poolawl.c Make forward declarations of various functions consistent with their actual declarations. 2013-05-15 14:18:28 +01:00
poollo.c
poolmfs.c Add public interface for mfs pool class. 2012-11-06 17:08:58 +00:00
poolmfs.h
poolmrg.c Make forward declarations of various functions consistent with their actual declarations. 2013-05-15 14:18:28 +01:00
poolmrg.h
poolmv.c
poolmv.h
poolmv2.c A little bit more checking. 2013-05-21 00:29:56 +01:00
poolmv2.h
poolmvff.c Use the new cbs interface. 2013-05-20 20:47:10 +01:00
pooln.c
pooln.h
poolncv.c Add testlib_unused(argc) where necessary, so that test cases build on xci6ll. 2013-03-07 14:32:40 +00:00
poolsnc.c Make forward declarations of various functions consistent with their actual declarations. 2013-05-15 14:18:28 +01:00
prmcan.c
prmci3.h
prmci3fr.c
prmci3li.c Fix mutatorfaultcontextsp on lii3* and lii6*. 2013-03-07 15:31:40 +00:00
prmci3w3.c
prmci6.h
prmci6fr.c
prmci6li.c Fix mutatorfaultcontextsp on lii3* and lii6*. 2013-03-07 15:31:40 +00:00
prmci6w3.c
prmcix.h
prmcw3.h
protan.c
proti3.c Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
proti6.c
protix.c
protli.c
protocol.c
protocol.h
protsgix.c
protw3.c Fix typo ("not" for "now"). 2013-04-25 20:10:10 +01:00
pthrdext.c Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
pthrdext.h
qs.c Avoid type puns. 2013-05-06 18:39:26 +01:00
range.c New module range handles common operations on address ranges. 2013-05-20 20:45:52 +01:00
range.h New module range handles common operations on address ranges. 2013-05-20 20:45:52 +01:00
ref.c
replay.c
reserv.c
ring.c
ring.h
root.c
sac.c Private symbols _mps_sac_s and _mps_sac_freelist_block_s now start with underscores, as per external interface policy. 2013-03-08 12:10:44 +00:00
sac.h Private symbols _mps_sac_s and _mps_sac_freelist_block_s now start with underscores, as per external interface policy. 2013-03-08 12:10:44 +00:00
sacss.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
sc.h
seg.c Amc can't omit the guard "segrankset(seg) != ranksetempty" for calling segsetgrey, because amcz uses segments with an empty rank set. 2012-11-01 17:21:57 +00:00
segsmss.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
shield.c
span.c
spi3.c
splay.c
splay.h
ss.c
ss.h
ssan.c
ssixi3.c
ssixi6.c
ssw3i3mv.c
ssw3i6mv.c
steptest.c Make mps_arena_step suitable for purpose: arenastep now calls tracestartcollectall directly (not via arenastartcollect) so that it no longer unclamps the arena as a side effect. 2013-03-08 15:13:16 +00:00
table.c Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
table.h
teletest.c
testlib.c Eventclock has enough entropy on all the platforms we support that we can use it to choose the random number seed. 2013-05-16 13:17:42 +01:00
testlib.h Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
th.h
than.c
thix.c Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
thw3.c Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
thw3.h
thw3i3.c Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
thw3i6.c Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
trace.c Merging spelling corrections contributed by bruce mitchener. 2013-02-18 15:46:39 +00:00
traceanc.c Remove "mps_alert_collection_set" from public interface and remove its implementation and test case. client programs should use the messages interface to find out what the mps is doing. 2013-03-12 14:33:27 +00:00
tract.c
tract.h
version.c Updating mps_release to release/1.111.0 2013-05-08 13:57:31 +01:00
vman.c
vmix.c
vmw3.c
w3i3mv.nmk Port eventsql and friends to windows 7. 2013-01-30 16:06:59 +00:00
w3i6mv.nmk Port eventsql and friends to windows 7. 2013-01-30 16:06:59 +00:00
walk.c
walkt0.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
xci3gc.gmk Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works out of the box. 2013-03-08 17:26:12 +00:00
zcoll.c Improve the usability of the test suite: 2013-03-07 13:13:32 +00:00
zmess.c Don't accidentally leave the arena in the clamped state after calling mps_arena_collect: 2013-03-08 12:23:44 +00:00