aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpmtypes.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename the enumeration cbsfinddelete to finddelete in anticipation of it bein...Gareth Rees2013-05-311-0/+12
* Eliminating unnecessary use of varargs in segment split and merge functions.Richard Brooksby2013-05-161-2/+2
* Converting varags on buffer and ap creation into keyword argument lists.Richard Brooksby2013-05-091-1/+2
* Replacing varargs passed to seginit with keyword argument list.Richard Brooksby2013-05-091-1/+1
* Moving arena varags parsing into arena class method, similar to pools. much ...Richard Brooksby2013-05-081-1/+2
* Pushing varargs decoding into a pool class method. much simpler.Richard Brooksby2013-05-081-0/+1
* Converting pools to use keyword arguments, mostly, and so far inconsistently,...Richard Brooksby2013-05-081-1/+1
* First draft of keyword arguments. mainly checking in in order to try working...Richard Brooksby2013-05-021-1/+6
* change mps_clock_t to word.Nick Barnes2012-10-301-1/+1
* Merging recent improvements from custom/cet/main to masters, but carefully ex...Richard Brooksby2012-09-131-0/+1
* Eliminating interface puns that break the strict aliasing rule. the last of ...Richard Brooksby2012-09-121-6/+6
* Further elimination of type puns that violate the strict aliasing rule. this...Richard Brooksby2012-09-121-13/+0
* Further reduction of interface puns that violate the strict aliasing rule, th...Richard Brooksby2012-09-121-9/+1
* Fixing bugs introduced by type puns passed through scanning methods, discover...Richard Brooksby2012-09-071-3/+3
* Eliminating type puns on scan states, location dependencies, and allocation p...Richard Brooksby2012-09-071-3/+1
* Partial merge of branch/2012-07-23/cet-transform, excluding cet-specific parts.Richard Brooksby2012-09-061-1/+4
* All tests listed under the "all" target in gc.gmk are now building, and all b...Richard Brooksby2012-05-241-0/+1
* Fixing up occurences of "unsigned long" in the main mps and test code so that...Richard Brooksby2012-04-231-1/+1
* Consistently passing closure sizes as size_t and not casting back and forth t...Richard Brooksby2012-03-271-1/+1
* Introducing ulongest type. see design/types/#ulongest.Richard Brooksby2012-03-271-2/+3
* mps br/vmem: simple-chunk-return:Richard Kistruck2010-03-231-0/+1
* Mps br/padding: new pooltraceendmethod: do end-of-trace workRichard Kistruck2009-08-201-0/+1
* Mps br/timing: traceanc.c -- all this ancillary stuff was makingRichard Kistruck2008-12-091-15/+12
* Mps br/timing: new type "clock", internal equivalent of mps_clock_t.Richard Kistruck2008-11-111-0/+1
* Mps: removing unused traceband stuff introduced byDavid Jones2007-07-101-14/+0
* Mps br/diag: trace: new field in tracestruct: traceband band forRichard Kistruck2007-06-291-0/+15
* Mps br/diag: rename #def "diagnostics" as "statistics", as all theRichard Kistruck2007-06-291-3/+3
* Mps mpmtypes.h (comment only) messagetypegcstart matches mps_message_type_gc_...Richard Kistruck2006-12-121-1/+1
* Mps integrate gcgenmsg into master:Richard Kistruck2006-12-121-3/+22
|\
| * Mps gcgenmsg: 2006 copyrightsRichard Kistruck2006-12-121-2/+2
| * Mps _gc_start: make tracestartmessage reasons specific trigger names, not bro...Richard Kistruck2006-12-111-5/+8
| * Mps: (comment only) fix typo, and clarify messagetypelimit is not a message typeRichard Kistruck2006-12-111-2/+2
| * Mps: added (untested) internals for messagetypegcstartDavid Jones2003-02-191-0/+16
* | Mps: (comments only) add cross-refs from mpmtypes.h to must-match identifiers...Richard Kistruck2005-10-211-11/+12
|/
* Fixed various tagging and cross-referencing errors.Richard Brooksby2002-06-241-1/+1
* Changing global graphics copyright notice to say "portions copyright" to avoi...Richard Brooksby2002-06-181-1/+1
* Merging branch mps/2002-05-22/open-source-prep.Richard Brooksby2002-06-181-95/+137
|\
| * Eliminating "impl" type tags and replacing them with uri-style file references.Richard Brooksby2002-06-071-35/+35
| * Updating cross references to design documents to html style, to go with maste...Richard Brooksby2002-06-071-58/+58
| * Adding forward reference to licenses from copyright notices.Richard Brooksby2002-06-061-1/+1
| * Adding licenses to source code files.Richard Brooksby2002-06-061-0/+42
* | Integrate changes from global graphics.Nick Barnes2002-06-181-7/+14
|/
* Remove trailing whitespace.Nick Barnes2001-12-171-9/+9
* Removing hopenames from the master sources.Richard Brooksby2001-12-071-1/+0
* Adding hopenames back into the master sources, so that they can be included i...Richard Brooksby2001-12-061-0/+1
* Updating copyright messages to say copyright 2001 ravenbrook throughout.Richard Brooksby2001-12-051-1/+1
* Changing hopename keywords to id keywords throughout, to work with perforce.Richard Brooksby2001-12-051-1/+1
* Merging changes from union to masters. this incorporates pekka's updates: tu...Richard Brooksby2001-12-051-1/+1
* Branch imports for masters.Nick Barnes2001-10-311-0/+439