racket/collects/typed-racket/optimizer
Vincent St-Amour fe96ba1516 Fix unsound unary fixnum subtraction optimization.
Closes PR13826.
(cherry picked from commit 93d4a5d426)
2013-07-08 10:34:12 -04:00
..
apply.rkt Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
box.rkt scheme -> racket 2012-06-25 13:39:07 -04:00
dead-code.rkt Add missing pure functions. 2013-02-08 11:19:10 -05:00
fixnum.rkt Fix unsound unary fixnum subtraction optimization. 2013-07-08 10:34:12 -04:00
float-complex.rkt Have Optimization Coach report unsound float division missed optimizations. 2013-04-04 15:31:50 -04:00
float.rkt Fix coercions from single-floats to floats. 2013-04-02 16:29:07 -04:00
hidden-costs.rkt Report struct constructors used in hot code. 2013-01-11 18:40:20 -05:00
list.rkt Removed convenience.rkt from typed racket. 2012-08-07 15:50:50 -04:00
logging.rkt Don't track provenance at the log entry level. 2013-01-11 18:40:21 -05:00
number.rkt scheme -> racket 2012-06-25 13:39:07 -04:00
numeric-utils.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
optimizer.rkt Make for loops in TR use an annotation when applicable. 2013-07-08 10:34:12 -04:00
pair.rkt scheme -> racket 2012-06-25 13:39:07 -04:00
sequence.rkt Heterogenous -> heterogenEous. 2012-11-20 17:06:51 -05:00
string.rkt Removed convenience.rkt from typed racket. 2012-08-07 15:50:50 -04:00
struct.rkt scheme -> racket 2012-06-25 13:39:07 -04:00
unboxed-let.rkt Track mutable variables across modules. 2012-08-31 17:45:11 -04:00
utils.rkt Make for loops in TR use an annotation when applicable. 2013-07-08 10:34:12 -04:00
vector.rkt Don't splice in vector creation when optimizing vector-length. 2013-07-08 10:34:11 -04:00