Ryan Culpepper
|
7799959a8b
|
fixed TR optimizer to work with backtracking syntax/parse update
problem was unboxed-inexact-complex-opt-expr, "non exhaustive" error variant
original commit: 04a93812b455586ca3ad8c69844e20ddc6025162
|
2010-08-31 10:55:58 -06:00 |
|
Vincent St-Amour
|
a506c6cefb
|
Ignored a rounding error between PPC and x86.
original commit: e1fd445fa4acab85eb2894bc94dc1a9b009fc9ba
|
2010-08-29 10:17:56 -04:00 |
|
Sam Tobin-Hochstadt
|
01fd7f5b8c
|
Use `any/c' for contracts for polymorphic functions.
original commit: 92ce3ca02d448df97ba8e9e2210a898848cae0f1
|
2010-08-27 18:36:49 -04:00 |
|
Sam Tobin-Hochstadt
|
a6a1840da1
|
Use the correct name in the provide.
original commit: d38af188f6ee5d52b442b14a572b7e579b417925
|
2010-08-27 18:36:49 -04:00 |
|
Vincent St-Amour
|
f360fac138
|
Added annotations to plain for and for* in typed code.
original commit: d3ee52d4514170b514faecb80b5c939bf7da3aea
|
2010-08-27 18:18:52 -04:00 |
|
Vincent St-Amour
|
e9e53e8382
|
Improved sandboxing with code from Eli.
original commit: b386f01ee45b5d6f0d6dcb59668b16e729a80cc8
|
2010-08-27 18:18:51 -04:00 |
|
Vincent St-Amour
|
b12db574b2
|
Removed obsolete comment.
original commit: f06c2d492653b52b720d8776f942255d284c756e
|
2010-08-27 18:18:51 -04:00 |
|
Vincent St-Amour
|
d516bb877d
|
Better way to setup the sandbox input.
original commit: 9f540bce011106dfcda7de2c13eae3bcd3d42582
|
2010-08-27 14:43:22 -04:00 |
|
Vincent St-Amour
|
5ead0f43e2
|
Cleanup of syntax-parse patterns.
original commit: 988466369739ac5682205e49185c3956e07f3f0d
|
2010-08-27 14:43:19 -04:00 |
|
Vincent St-Amour
|
6df18f3f24
|
Cleanup of the test harness.
original commit: 1c9e8e05b061648ee7a54bf120c288eefddbfb15
|
2010-08-27 13:29:43 -04:00 |
|
Vincent St-Amour
|
989cd5ce81
|
Renamed tests directory to make more sense with the new structure.
original commit: 7cfba9f02d48d10a886bf2cfce2499a26b8db9af
|
2010-08-27 13:29:43 -04:00 |
|
Vincent St-Amour
|
31342660e4
|
Improved logging since it's now used for testing.
original commit: ca16ac4db50032324c2886766f477909f38b983c
|
2010-08-27 13:29:42 -04:00 |
|
Vincent St-Amour
|
5169f42b28
|
Test expected optimizations by comparing optimizer logs instead of expanded code.
original commit: 18af26ec9b4a20aa62bddc5cd04d54c6c35a7ac2
|
2010-08-27 13:29:42 -04:00 |
|
Vincent St-Amour
|
2ed40e6b09
|
Adapted filename logging for testing purposes.
original commit: 6f6ec3b2bf1999e64c04b9ff2afb29739e9c3eef
|
2010-08-27 13:29:42 -04:00 |
|
Vincent St-Amour
|
99658f326c
|
Logging can be turned on from the command-line.
original commit: 9b598df60a5fb621491a3513ff445e2db6053f83
|
2010-08-27 13:29:41 -04:00 |
|
Vincent St-Amour
|
7b0682b8d0
|
Use sandboxes instead of duplicate files to test results when optimizing.
original commit: 46b2a2113af3e6f8174379880620f7add5b0f079
|
2010-08-26 18:08:41 -04:00 |
|
Vincent St-Amour
|
e291319f96
|
Exclude directories when testing TR's optimizer.
original commit: eadc2a7e4c35d56ad84a251a52f1af7ce5548425
|
2010-08-26 17:46:59 -04:00 |
|
Vincent St-Amour
|
6e2563c2a9
|
Documented with-asserts.
original commit: 63530ed74df880b55b4dc85398181fb2925e6947
|
2010-08-26 17:46:58 -04:00 |
|
Vincent St-Amour
|
acd7b572ae
|
Added with-asserts, from code from Neil Toronto.
original commit: ea472a9d57b7344e9111bd37663fd7ad0884f0d5
|
2010-08-26 17:46:58 -04:00 |
|
Vincent St-Amour
|
ee39b520ce
|
Extend sign analysis to sqr.
original commit: 694d2da4b362f83b6f492095c712703856acb068
|
2010-08-26 17:46:57 -04:00 |
|
Sam Tobin-Hochstadt
|
4d0a7b1d97
|
Fixes for real/imag-part
original commit: 52c90628ce5ec306287c8202ab863fefbb9a1d62
|
2010-08-26 16:59:12 -04:00 |
|
Sam Tobin-Hochstadt
|
3929e32f26
|
Tests for new optimizer additions.
original commit: 3e4ddde80806795923ee8dab602da80ca38e2ec0
|
2010-08-26 16:59:12 -04:00 |
|
Sam Tobin-Hochstadt
|
c35ef60c7f
|
Avoid reboxing when computing real/imag-part.
original commit: c40c48bd97b12526e8cc9da0b9a68926478cdbdf
|
2010-08-26 16:59:12 -04:00 |
|
Sam Tobin-Hochstadt
|
daa11ce61f
|
Add optimization for `magnitude', fix handling of functions that return floats, not complexes.
original commit: fd2d37a7108855691b566997d4c9a3032416f169
|
2010-08-26 16:59:12 -04:00 |
|
Eli Barzilay
|
48b7074752
|
More "~n" -> "\n" changes
original commit: 8e0f8dd39c3744472b450021f003f9cbe8cbcb62
|
2010-08-26 12:11:00 -04:00 |
|
Eli Barzilay
|
8ab581cf2e
|
Change a bunch of "~%" and "~n" in format strings to "\n".
original commit: 7dc4d2e5a63ab416d90e44d7bf75cb5593329909
|
2010-08-25 17:17:01 -04:00 |
|
Eli Barzilay
|
d4b3623003
|
Lots of "~e" to "~.s" changes.
original commit: 606b7f60dc597a6870efc11364e1dd3e1a8b4a1b
|
2010-08-25 17:17:01 -04:00 |
|
Sam Tobin-Hochstadt
|
7efb07a4b0
|
Add Futureof' type, types for future' and `touch'
original commit: b08de170bc616d2217c6fde3dff8c3f1b042eb3b
|
2010-08-25 10:27:07 -04:00 |
|
Vincent St-Amour
|
69ebe6711b
|
Fixed the type of file-position.
original commit: a4b0c69ec20074eba319070613ff63d40cd937e0
|
2010-08-24 16:58:21 -04:00 |
|
Sam Tobin-Hochstadt
|
5df8b46738
|
Use current-readtable as the base for the TR readtable.
Closes PR 1115.
original commit: 72f31ffec02fc4c8f39169b80811bca98abb8f75
|
2010-08-21 14:05:46 -04:00 |
|
Sam Tobin-Hochstadt
|
cb7ab0f8ad
|
Provide -> in typed-scheme/no-check.
- Closes PR 10882
original commit: 90eeef60d73229217f87b847b38d180e6a929301
|
2010-08-18 16:37:32 -04:00 |
|
Sam Tobin-Hochstadt
|
04481bfb64
|
Better printing for environments.
original commit: 510c80b70077f09d0d5d54c5ba566abaeb59316e
|
2010-08-18 16:37:32 -04:00 |
|
Vincent St-Amour
|
f2b9a8fe2c
|
Documented TR's behavior when mixing exactness.
original commit: cf692e986d2a3690260884d929daae321d21eeb3
|
2010-08-13 18:48:32 -04:00 |
|
Sam Tobin-Hochstadt
|
f9b3146577
|
Fix variance of hash tables and parameters
original commit: 6e489f8464d2bc60e64a03e3c618e8ebf7561129
|
2010-08-13 11:06:56 -04:00 |
|
Sam Tobin-Hochstadt
|
4d5a707d99
|
Handle structs with special constructors and mutability.
Closes PR 11089.
original commit: 3359032ad58d94c9447bf842d8abcf3ad98b41fd
|
2010-08-13 11:06:56 -04:00 |
|
Sam Tobin-Hochstadt
|
6369cdb91c
|
Require flat contracts in box/c, hash/c, and vector/c.
Closes PR 11085.
original commit: 0c1dfd3c5e3490fedf2ec27b7aed962bd0cbd174
|
2010-08-13 11:06:56 -04:00 |
|
Stevie Strickland
|
21da67fbd9
|
Fix creation of a reversed List type from ListDots substitution.
original commit: a9f6ea69bfbb23d4e6ab1b5ebfcb6bb9e3b3c05a
|
2010-08-12 17:46:39 -04:00 |
|
Vincent St-Amour
|
da31c3f9a2
|
Documented TR's behavior on literals.
original commit: 201aaa9090b3aeedc0454bdd575565f8764ef2c8
|
2010-08-06 12:21:50 -04:00 |
|
Vincent St-Amour
|
b9ef6ec241
|
More precise type for expt.
original commit: 0a45e0e361d811ac07440fb24d415502d191583c
|
2010-08-06 11:09:04 -04:00 |
|
Vincent St-Amour
|
019ea62c25
|
Added a test for unboxed nested loops.
original commit: 4d43c2156562540bcd70cf91a4c712b1546f9f2e
|
2010-08-05 17:21:54 -04:00 |
|
Vincent St-Amour
|
918d50b25d
|
Changed optimization order for reals in complex operations.
Made generated names more informative and updated tests accordingly.
original commit: c653a8e655712d1108bedfff505cb51d9b804005
|
2010-08-05 16:43:36 -04:00 |
|
Vincent St-Amour
|
507afc21f4
|
Fixed source location for for:.
original commit: 500685c0f2b02ccc8ffb8746d93fde5b25a20ccc
|
2010-08-05 09:04:25 -04:00 |
|
Vincent St-Amour
|
79f4bcfbdb
|
Generalize naturals to integers to minimize annotations on mutated variables.
original commit: b18f2353cab9712c827dda692649bcd16bc3e79e
|
2010-08-05 09:04:25 -04:00 |
|
Vincent St-Amour
|
ece22fd4fd
|
Added opt-lambda:.
original commit: 4cb749130954c821754fd976d92c02aca2013429
|
2010-08-05 09:04:25 -04:00 |
|
Vincent St-Amour
|
a29f10633f
|
Added another tracing option to TR.
original commit: 0b3c637f5d5215e3fced3e83433119524145b488
|
2010-08-05 09:04:24 -04:00 |
|
Vincent St-Amour
|
d1e64146d4
|
Fixed parsing of keyword types.
original commit: 416591b35532d117bb70acf7a8282329b626c27b
|
2010-08-05 09:04:24 -04:00 |
|
Vincent St-Amour
|
d65ea9ef38
|
Unbox literals at expansion time.
original commit: 1105e70b302416c40269c11e60d7ddaa3d14b66e
|
2010-08-05 09:04:23 -04:00 |
|
Vincent St-Amour
|
82340857d9
|
Optimize coercion of integer literals.
original commit: bdf84f371d4ccf952e08251703a4249c37f81a85
|
2010-08-05 09:04:23 -04:00 |
|
Vincent St-Amour
|
4c41407d64
|
Added optimization for make-polar
original commit: fb31a6556e04d9aa6aa31c215394a80b9d146bd7
|
2010-08-05 09:04:22 -04:00 |
|
Vincent St-Amour
|
267e4c1e78
|
Fixed typechecking of imaginaries.
original commit: dbdbaed50600b7ce47e2dacc12ba1e6f2a0345b4
|
2010-08-05 09:04:21 -04:00 |
|