aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code (follow)
Commit message (Expand)AuthorAgeFilesLines
* Private symbols _mps_sac_s and _mps_sac_freelist_block_s now start with under...Gareth Rees2013-03-083-8/+8
* Ensure that the last entry in the table is preserved, so that we don't get a ...Gareth Rees2013-03-081-1/+5
* Test suite runs on os x:Gareth Rees2013-03-081-1/+77
* Comment out all calls to mps_arena_commit_limit_set in test case amcsshe. (th...Gareth Rees2013-03-071-3/+12
* Fix to the mpsicv test case: get the arena's committed memory after creating ...Gareth Rees2013-03-071-3/+3
* Fix mutatorfaultcontextsp on lii3* and lii6*.Gareth Rees2013-03-072-2/+2
* The amcssth test case now registers its threads' stacks as roots with the mps.Gareth Rees2013-03-071-0/+5
* Build amcssth test case on os x (xci6ll).Gareth Rees2013-03-071-45/+161
* Add testlib_unused(argc) where necessary, so that test cases build on xci6ll.Gareth Rees2013-03-076-0/+7
* Make amcssth test case runnable on platforms that use gnumake.Gareth Rees2013-03-071-1/+1
* Improve the usability of the test suite:Gareth Rees2013-03-0739-195/+165
* Minor tweaks to allow amcssth test to build under lii3gc at least.Richard Brooksby2013-02-201-7/+10
* Deprecating the mps trampoline by using vectored exception handling on windows.Richard Brooksby2013-02-203-26/+24
* Merging spelling corrections contributed by bruce mitchener.Richard Brooksby2013-02-1814-22/+22
* Integrating branch/2012-10-09/user-guide back to master.Richard Brooksby2013-02-0830-583/+2318
|\
| * Undo changes 180370 and 180390 (which supported interior pointers by checking...Gareth Rees2013-02-081-52/+15
| * Merge 64-bit xcode support from measurement branch.Gareth Rees2013-02-081-14/+8
| |\
| * | Print event code in uppercase hexadecimal for consistency.Gareth Rees2013-02-081-2/+2
| * | More build/install improvements:Gareth Rees2013-02-053-54/+54
| * | Build extra_targets. in particular, build eventsql only if configured to do so.Gareth Rees2013-02-051-2/+12
| * | Improvements to the mps build/installation process:Gareth Rees2013-02-051-5/+24
| * | Avoid error "variable 'res' set but not used" from gcc.Gareth Rees2013-02-041-0/+1
| * | Merge changes 180885 and 180887 from branch/2012-10-10/measurement to branch/...Gareth Rees2013-02-049-101/+197
| |\ \
| | * | Get eventcnv/txt/sql working on fri3gc.Nick Barnes2013-01-315-30/+64
| | * | Port eventsql and friends to windows 7.Nick Barnes2013-01-306-71/+133
| * | | Don't #error if defined(mps_build_ll) and __has_builtin(__builtin_readcycleco...Gareth Rees2013-02-041-4/+3
| * | | Integrate changes from branch/2012-10-10/measurement.Gareth Rees2012-11-203-7/+18
| |\ \ \ | | |/ /
| | * | Exit(exit_success) after usage message.Nick Barnes2012-11-162-2/+2
| | * | Somehow i introduced an uninitialized variable bug into eventflush(). oops.Nick Barnes2012-11-151-0/+2
| | * | Remove assertion which requires a higher-resolution clock() than freebsd has....Nick Barnes2012-11-151-5/+16
| | * | Correct comment regarding mps_clocks_per_sec().Nick Barnes2012-11-151-2/+2
| | |/
| * | New type mps_label_t for telemetry labels.Gareth Rees2012-11-162-6/+26
| * | New file "mpscmv2.h" just #include "mpscmvt.h", for backwards compatibility.Gareth Rees2012-11-161-0/+57
| * | Rename "mpscmv2.h" to "mpscmvt.h" for consistency.Gareth Rees2012-11-163-6/+6
| * | New event "arenasetemergency".Gareth Rees2012-11-152-4/+10
| * | Restore "res = resok" to eventflush (removed in change 180152).Gareth Rees2012-11-141-0/+2
| * | Integrate nb's changes from the measurement branch.Gareth Rees2012-11-148-549/+1259
| |\ \ | | |/
| | * Tidy up the event pipeline.Nick Barnes2012-11-135-539/+1197
| | * Remove unused mps_t_longest type.Nick Barnes2012-10-301-1/+0
| | * Add mps_clocks_per_sec to the eventinit header, and put some header-checking ...Nick Barnes2012-10-303-11/+64
| * | Events have to be inside the arena lock.Gareth Rees2012-11-131-4/+4
| * | Add two new events:Gareth Rees2012-11-092-2/+26
| * | Use a typedef for the type of the function passed to mps_amc_apply to make th...Gareth Rees2012-11-091-4/+4
| * | Amcnailrangeisunmarked needs to take arguments as client pointers and look at...Gareth Rees2012-11-071-5/+9
| * | Add public interface for mfs pool class.Gareth Rees2012-11-062-2/+65
| * | Support ambiguous interior pointers in amc by checking to see if any grain in...Gareth Rees2012-11-061-15/+48
| * | Amc can't omit the guard "segrankset(seg) != ranksetempty" for calling segset...Gareth Rees2012-11-012-8/+17
| * | Integrate nb's clock changes. mps_clock_t now an alias for mps_word_t.Gareth Rees2012-10-305-27/+74
| |\ \ | | |/
| | * Make eventclocksync events, and output them once per buffer flush.Nick Barnes2012-10-302-6/+40
| | * change mps_clock_t to word.Nick Barnes2012-10-303-4/+14