index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-08-19
Fix futex timeouts and handle futex error codes.
iriri
2018-08-19
Make timespec/timeval struct members signed to simplify arithmetic.
iriri
2018-08-18
Clean up draining incqueues.
Ori Bernstein
2018-08-17
Revert "Fix overlapping match statements (thanks Mako)"
Ori Bernstein
2018-08-14
Make timespec/timeval struct members signed to simplify arithmetic.
iriri
2018-08-11
We don't need early breaks.
Ori Bernstein
2018-08-11
Clean up the mutex code a bit more.
Ori Bernstein
2018-08-05
We can pick fma generically at compile time.
Ori Bernstein
2018-08-05
We don't need the impls in sin-impl.
Ori Bernstein
2018-08-03
Clean up previous fixes.
Ori Bernstein
2018-08-03
Record the closure into all nested funcs.
Ori Bernstein
2018-08-03
Fix build on Linux.
Ori Bernstein
2018-08-02
Prettify mutex code a bit.
Ori Bernstein
2018-07-31
Merge remote-tracking branch 'npnth/libmath'
Ori Bernstein
2018-07-31
Include test cases for all (relevant) sub-polynomials of atan.
S. Gilles
2018-07-31
Correct extra-precision division typo for atan.
S. Gilles
2018-07-31
Correctly compute u, du for y/x in atan.
S. Gilles
2018-07-31
Improve accuracy of poly path of atan calculations.
S. Gilles
2018-07-31
Negate atan properly when atan(1/x) is computed.
S. Gilles
2018-07-31
First compiling atan.
S. Gilles
2018-07-28
Fix openbsd build.
Ori Bernstein
2018-07-28
Allocate condvar waiters on heap.
Ori Bernstein
2018-07-27
Fix typo in plan 9 mksem.
iriri
2018-07-25
Subject: [PATCH 2/2] Add/fix condvar implementations.
iriri
2018-07-25
Add ftxwakeall and waitgrps to libthread.
iriri
2018-07-24
Adjust leeway in arctan tuple generator.
S. Gilles
2018-07-24
Document that generate-minimax-by-Remez.gp has issues.
S. Gilles
2018-07-24
Add tuple-generation for arctan.
S. Gilles
2018-07-23
Don't abort when we can't open a file.
Ori Bernstein
2018-07-23
Handle awkward special cases in tan/cot32.
S. Gilles
2018-07-22
Test Highly Accurate Tables for tan() and cot().
S. Gilles
2018-07-22
Handle -0.0 correctly in tan() and cot().
S. Gilles
2018-07-22
Correct typo in cotangent calculations.
S. Gilles
2018-07-22
Add zeroed env pointer when a const fn is passed as an argument.
iriri
2018-07-20
Fix codegen bug in env capture.
Ori Bernstein
2018-07-20
Ensure tan(NaN) is a [q]NaN.
S. Gilles
2018-07-20
First compiling tan/cot functions.
S. Gilles
2018-07-19
Add documentation for tuple access expressions
Quentin Carbonneaux
2018-07-19
Support direct tuple access operators "tuple.N"
Quentin Carbonneaux
2018-07-18
Top level anonymous unions may not have their type set.
Ori Bernstein
2018-07-15
Update triple-generate to also compute tables for tan and cot.
S. Gilles
2018-07-14
Fix stupid mistake.
Ori Bernstein
2018-07-14
Push down named unions types into union tags
Ori Bernstein
2018-07-14
Make bio and regex disposable.
Ori Bernstein
2018-07-12
Fix typo in generic sleq implementation
iriri
2018-07-10
Make bio and regex disposable.
Ori Bernstein
2018-07-09
Add match tree debug option.
Ori Bernstein
2018-07-08
Enable a few more tests that we fixed.
Ori Bernstein
2018-07-08
Fix overlapping match statements (thanks Mako)
Ori Bernstein
2018-07-06
Use `eq()` function in generic equatable slices.
Ori Bernstein
[next]