Tue, 03 Nov 2009 17:09:27 -0800 |
huffman |
merged
|
changeset |
files
|
Tue, 03 Nov 2009 17:03:21 -0800 |
huffman |
add fixrec_simp attribute and method (eventually to replace fixpat)
|
changeset |
files
|
Tue, 03 Nov 2009 23:44:16 +0100 |
boehmes |
proper and unique case names for the split_vc method,
|
changeset |
files
|
Tue, 03 Nov 2009 19:32:08 +0100 |
haftmann |
merged
|
changeset |
files
|
Tue, 03 Nov 2009 17:08:57 +0100 |
haftmann |
merged
|
changeset |
files
|
Tue, 03 Nov 2009 17:06:35 +0100 |
haftmann |
always be qualified -- suspected smartness in fact never worked as expected
|
changeset |
files
|
Tue, 03 Nov 2009 17:06:08 +0100 |
haftmann |
pretty name for ==>
|
changeset |
files
|
Tue, 03 Nov 2009 17:54:24 +0100 |
boehmes |
added HOL-Boogie
|
changeset |
files
|
Tue, 03 Nov 2009 14:51:55 +0100 |
boehmes |
added a specific SMT exception captured by smt_tac (prevents the SMT method from failing with an exception),
|
changeset |
files
|
Tue, 03 Nov 2009 14:07:38 +0100 |
boehmes |
ignore parsing errors, return empty assignment instead
|
changeset |
files
|
Thu, 05 Nov 2009 13:16:22 +0100 |
wenzelm |
scheduler: clarified interrupt attributes and handling;
|
changeset |
files
|
Thu, 05 Nov 2009 13:01:11 +0100 |
wenzelm |
worker_next: plain signalling via work_available only, not scheduler_event;
|
changeset |
files
|
Thu, 05 Nov 2009 00:13:00 +0100 |
wenzelm |
revert fulfill_proof_future tuning (actually a bit slower due to granularity issues?);
|
changeset |
files
|
Wed, 04 Nov 2009 21:22:35 +0100 |
wenzelm |
avoid broadcast work_available, use daisy-chained signal instead;
|
changeset |
files
|
Wed, 04 Nov 2009 21:21:05 +0100 |
wenzelm |
fulfill_proof_future: tuned important special case of singleton promise;
|
changeset |
files
|
Wed, 04 Nov 2009 20:31:36 +0100 |
wenzelm |
worker_next: treat wait for work_available as Sleeping, not Waiting;
|
changeset |
files
|
Wed, 04 Nov 2009 11:58:29 +0100 |
wenzelm |
worker activity: distinguish between waiting (formerly active) and sleeping;
|
changeset |
files
|
Wed, 04 Nov 2009 11:37:06 +0100 |
wenzelm |
tuned;
|
changeset |
files
|
Wed, 04 Nov 2009 11:30:22 +0100 |
wenzelm |
tuned thread data;
|
changeset |
files
|
Wed, 04 Nov 2009 00:29:58 +0100 |
wenzelm |
worker_next: ensure that work_available is passed on before sleeping (was occasionally lost when worker configuration changed, causing scheduler deadlock);
|
changeset |
files
|
Tue, 03 Nov 2009 19:52:09 +0100 |
wenzelm |
slightly leaner and more direct control of worker activity etc.;
|
changeset |
files
|
Tue, 03 Nov 2009 10:36:20 +0100 |
bulwahn |
adding testcases for code inlining, sets and numerals to the example files of the predicate compiler and its quickcheck prototype; disabling length example
|
changeset |
files
|
Tue, 03 Nov 2009 10:24:06 +0100 |
bulwahn |
adapted the inlining in the predicate compiler
|
changeset |
files
|
Tue, 03 Nov 2009 10:24:05 +0100 |
bulwahn |
recursively replacing abstractions by new definitions in the predicate compiler
|
changeset |
files
|
Mon, 02 Nov 2009 18:49:53 -0800 |
huffman |
merge
|
changeset |
files
|
Mon, 02 Nov 2009 18:39:41 -0800 |
huffman |
add fixrec support for HOL pair constructor patterns
|
changeset |
files
|
Mon, 02 Nov 2009 17:29:34 -0800 |
huffman |
define cprod_fun using Pair instead of cpair
|
changeset |
files
|
Mon, 02 Nov 2009 17:19:49 -0800 |
huffman |
add (LAM (x, y). t) syntax and lemma csplit_Pair
|
changeset |
files
|