054271ca48
artiq, core: Return HashSet of error messages for analysis
352f70b885
artiq: Update host exception list to match possibly thrown types
e95586f61e
core: Fix IR generation of `for` loop containing break/continue
bb27e3d400
standalone: Fix indentation of demo.c
bb5147521f
standalone: Fix indentation of test files
deterministic error message
After digging into the codebase, it seems like the non-determinism might be due to the compiler using multiple threads for compilation. Compounded by the fact that 1. use multiple threads may…
WIP: core: Change RHS operand of bitshift operators to int32
WIP: Implement
with legacy_parallel
WIP: Fix behavior of
with parallel
Implement NumPy math functions
v4: Rebased against master
v5, v6: Fix indentation and remove to_i1
from isnan
and isinf
0818f5804e
standalone: Add math tests for non-number arguments
9826c20e4c
core: Rework gamma/gammaln to match SciPy behavior
5c1b2e5090
core: Replace TopLevelDef comments with documentation
a2e23e52ce
core: Implement numpy and scipy functions
7b5cf7d5ba
core: Implement and expose {isinf,isnan}
1927035cfc
standalone: Add math tests for non-number arguments
5f6f4e1a2c
core: Rework gamma/gammaln to match SciPy behavior
ca25ab4601
core: Replace TopLevelDef comments with documentation
7322a487e0
core: Implement numpy and scipy functions
44e4e0804b
core: Implement and expose {isinf,isnan}
Fix indentation for standalone files
6edad72f4a
standalone: Fix indentation of demo.c
cdc893d252
standalone: Fix indentation of test files
5b05f82285
standalone: Fix indentation of test files
1c3ee584ed
core: Fix IR generation of `for` loop containing break/continue
Fix IR generation of
for
loop containing break/continue