source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4fcbf26   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7cf3b1d   2 years Thierry Delisle Added level of indirection to idle sleeps which helps statistics. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @120ab9d5   2 years Thierry Delisle Fixed tests after last push ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @451d958   2 years f37yu print function type correctly before resolver ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @b200492   2 years Thierry Delisle Fixed last push which wasn't checked properly. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1612315   2 years Thierry Delisle Change spin count to be a member so it can be viewed in core-dumps. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c0f881b   2 years Thierry Delisle Added spin count to the debug test to help identify why it's timing out. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @224916b   2 years Thierry Delisle Removed incorrect verify in schedule_lock. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @d3261710   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6117fc0   2 years Thierry Delisle Httpforall now pins kernel threads ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @753fb978   2 years Thierry Delisle Use O3 instead of O2 for httpforall ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @46bbcaf   2 years Thierry Delisle Fix race condition in verify ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1e8b4b49   2 years Thierry Delisle Added work around for CFA bug with implicit conversion to unions. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6a33e40   2 years pabuhr print 0p for NULL char * pointer ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @038a0bd   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @b5f17e1   2 years pabuhr support locale for digit separator in floating-point numbers ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e57de69   2 years pabuhr formatting ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @adfd125   2 years Thierry Delisle Changed benchmark to use sout and commas. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @175f9f4   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @21a5bfb7   2 years Thierry Delisle Removed unnecessary syscalls ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @ae7adbc4   2 years Thierry Delisle Attempt optim for wake_one ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @91a72ef   2 years ajbeach Some assorted bits of clean-up. InitializerLength? was missing some … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f55f110   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @0fb3ee5   2 years Thierry Delisle @optim: maximize chances "cache" array stays in cache. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @25337e0   2 years Thierry Delisle Fix some problems with compilation of per-cpu ready queue. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a77f25b   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @0c51f9a   2 years pabuhr support locale for digit separator ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @aa15f49   2 years pabuhr formatting, remove call to setlocale from startup STARTUP_PRIORITY_APPREADY ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @0fc447c   2 years Thierry Delisle Removed fast_lock, which doesn't seemed to have ever worked and isn't … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a2a4566   2 years Thierry Delisle Added new ready-queue that uses per-thread queues but with some cpu … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c90db2d   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @145dcd5   2 years Thierry Delisle Now using MAX instead of -1u since it's more appropriate. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @9ee3f54   2 years pabuhr disable time slicing on IO acquire tests to see if that prevents timeouts ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @86530e7   2 years pabuhr simplify IO statement ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @75965a6   2 years pabuhr replace thread_rand with prng, replace xorshift64 with xorshift_13_7_17 ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @5d1ebb9   2 years pabuhr remove thread_rand, remove consolidated random generators ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @919a6b2   2 years pabuhr formatting ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @611f29d   2 years pabuhr consolidate random-number generators ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f520c4c   2 years pabuhr revert use of /usr/bin/echo, and remove -P options for generating … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @9d6db20   2 years pabuhr change to /usr/bin/echo rather than shell echo for Makefile ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e0ac9f1   2 years pabuhr add CPP line-directive to start of extras.cf and gcc-builtins.cf, … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a4a6802   2 years f37yu fill in FunctionType? assertions early ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3eaa689   2 years caparson added test files I forgot in last commit ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @42daeb4   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3bb12921   2 years caparson added new io tests ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @00f5fde   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1959528   2 years pabuhr third attempt at specialized PRNG ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @07a1e7a   2 years Thierry Delisle Added cpu info for which cache the map referes to. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @9b33337   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @5b7a3662   2 years Thierry Delisle Tentative optimization for wake-one ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @418d31ac   2 years Thierry Delisle Added spin count to spin locks as a debugging tool ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a10f6b4   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e202aa8   2 years pabuhr add missing file for io-acquire test with no preemption ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @c52f033   2 years pabuhr formatting ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @2210cfc   2 years pabuhr second attempt at specialized PRNG ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @4177592f   2 years pabuhr add newline at end of file ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @770d9ab   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @95578bd   2 years caparson removed select compile rule ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @cc56283   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @04a8a54   2 years pabuhr add alternative io-acquire test with no preemption ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @56d711f   2 years caparson added io-acquire tests with alternative workload to io ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @078fb05   2 years Thierry Delisle Fixed a few warnings ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a39a289   2 years Thierry Delisle There is a script to setup reproduction of Jenkins core dumps easily. … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @4233338b   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @0ac728b   2 years caparson added termination sync io-acquire test ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7d0ebd0   2 years Thierry Delisle Processors should now correctly be unconditionnaly woken-up on termination ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6fafda8   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @eaf269d   2 years pabuhr add enum DEFAULT_STACK_SIZE in invoke.h and replace 65000 with enum, … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7636fcc   2 years Thierry Delisle Removed fast_lock from testing and added deprecation attribute to it. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @35d73c0   2 years Thierry Delisle Mutex test now counts number of critical sections in attempt to help … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @10b3fc3   2 years Thierry Delisle Added meta tests to make sure nothing goes wrong with dumpability ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6c53a93   2 years caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e2853eb   2 years caparson added select to makefile ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @6111f1f   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @578ec01c   2 years pabuhr update heap statistics to new format (incomplete) ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @15b05c8   2 years pabuhr comments ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @aa0a1ad   2 years pabuhr remove macro ARRAY_ALLOC$ and expand inline, remove unnecessary void * … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @db1ebed   2 years pabuhr update random .expect x86 ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @aa8e24c3   2 years pabuhr change range of integral random( u, l ) to [l,u], first attempt at … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @7a6ae53   2 years m3zulfiq added zero_t to alloc fill ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @33608cb   2 years Thierry Delisle Changed defice/cpu to hopefully work with sparse cpus. UNTESTED ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a499702   2 years pabuhr clean up documentation for assembler check ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @58e0d3c   2 years pabuhr clean up code for assembler check ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @88792f3   2 years pabuhr add debug C89/C code to assembler check ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @130a778   2 years pabuhr add debug C11 code to assembler check ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @63f2697   2 years pabuhr try plan B to find debug C code ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @75873cf   2 years pabuhr print more information when asm check fails to find debug C code ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @295dd61   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @813dfd86   2 years pabuhr print better information when asm check fails to find debug C code ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a83012bf   2 years Thierry Delisle Missing a character in last push. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @4c26a94   2 years Thierry Delisle Python script now print core dump limits. (Only when no core found) ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @db87a35   2 years Thierry Delisle Added more testing of the range iterator. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @8e658241   2 years Thierry Delisle Minor fix and super barebones test. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @58b2638   2 years Thierry Delisle Added range_iterator, it now compiles. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @1894e03   2 years Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @8157bde   2 years Thierry Delisle Pushing to get off jax ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @56f519b   2 years ajbeach Clean-up of the last pass. Added a test for the constructor mutex … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @f27331c   2 years ajbeach Factored the AddressExpr? constructor body into a helper that makes it … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @2cf3b87   2 years ajbeach Translated valitate-E after much bug hunting. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @03cdad6   2 years Thierry Delisle Added range-parser example. I plan to reuse it to parse cpu device data. ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.