Sebastien Bourdeauducq
adeb88619c
language/environment: update kernel_invariants in setattr_argument and setattr_device
2016-05-03 16:44:11 +08:00
Sebastien Bourdeauducq
9e14419abc
style
2016-05-03 16:43:09 +08:00
Robert Jördens
f7ba61b47b
examples/transport: add slack between experiments/after count()
2016-05-03 10:41:43 +02:00
Robert Jördens
dcf082e427
Revert "lwip: set MTU to 9000 to support jumbo frames"
...
This reverts commit dbbd11d798
.
Breaks more than it fixes.
2016-04-30 08:23:03 +02:00
Sebastien Bourdeauducq
06268d182f
gui/moninj: sort by channel. Closes #413
2016-04-30 12:31:06 +08:00
Sebastien Bourdeauducq
b05e3f42e9
lwip: set MTU to 9000 to support jumbo frames
2016-04-30 00:31:17 +08:00
whitequark
88fd5431b5
compiler: make kernel_invariant an instance, not class, property.
...
Fixes #409 .
2016-04-30 00:31:17 +08:00
whitequark
e835ae2a2a
doc: explain RPC return type annotations.
...
Fixes #410 .
2016-04-30 00:31:17 +08:00
Sebastien Bourdeauducq
7844e98b1d
doc/environment: datasets readonly in build
2016-04-27 01:43:01 +08:00
Sebastien Bourdeauducq
0a9b2aecbc
doc: move compiler details to separate chapter
2016-04-27 01:37:39 +08:00
whitequark
9b04778f66
embedding: ignore empty lines, like annotations, before kernel functions.
...
Fixes #363 .
2016-04-27 01:37:28 +08:00
whitequark
24e24ddca4
doc: Document fast-math flag and kernel invariants.
...
Fixes #351 , #359 .
2016-04-27 01:37:28 +08:00
whitequark
0f6f684670
compiler: allow RPCing builtin functions.
...
Fixes #366 .
2016-04-27 01:37:28 +08:00
whitequark
8d9a22f8da
compiler: don't typecheck RPCs except for return type.
...
Fixes #260 .
2016-04-27 01:36:51 +08:00
whitequark
8a28039b74
coredevice: deserialize int64(width=64) as int(width=64), not host_int.
...
Fixes #402 .
2016-04-22 23:28:01 +08:00
Sebastien Bourdeauducq
53f0477c3b
RELEASE_NOTES: 1.0rc3
2016-04-18 14:39:18 +08:00
Sebastien Bourdeauducq
ed17972104
master/experiments: log more details about experiment name conflicts
2016-04-16 21:36:33 +08:00
Sebastien Bourdeauducq
f962092b38
environment: cleanup docs
2016-04-16 19:38:52 +08:00
Sebastien Bourdeauducq
9b4a04b307
environment/get_device_db: raise ValueError when device manager not present
2016-04-16 19:38:46 +08:00
Sebastien Bourdeauducq
398468410f
Revert "environment,worker: remove enable_processors"
...
This reverts commit 08f903b8f4
.
2016-04-16 16:49:15 +08:00
Sebastien Bourdeauducq
08f903b8f4
environment,worker: remove enable_processors
2016-04-16 14:21:23 +08:00
Sebastien Bourdeauducq
0a259418fb
environment: make NumberValue return integers when appropriate. Closes #397
2016-04-16 14:21:22 +08:00
Sebastien Bourdeauducq
91645ffc24
test/analyzer: clear analyzer buffer after IO init
2016-04-15 01:18:58 +08:00
Robert Jördens
a2e4f95a00
test_analyzer: loop_out.off()
2016-04-14 22:57:47 +08:00
Sebastien Bourdeauducq
385e8d98fc
test/PulseRateDDS: run more iterations
2016-04-14 19:15:31 +08:00
Robert Jördens
2086e46598
test_rtio: integer division
2016-04-14 19:14:53 +08:00
Sebastien Bourdeauducq
a27aa9680e
protocols/pyon: minor cleanup
2016-04-14 19:14:38 +08:00
Sebastien Bourdeauducq
c97cb1d3b9
master/worker_db: style
2016-04-14 19:14:20 +08:00
Robert Jördens
69f534cc20
gui.models: style
2016-04-14 19:12:07 +08:00
Robert Jördens
9ceca44dbe
applets: style
2016-04-14 18:38:57 +08:00
Robert Jördens
001f6d6fab
test_rtio: scale speed test results to 'event' intervals
2016-04-14 18:19:05 +08:00
Robert Jördens
3d487d98b7
test_rtio: comments and correction
...
* add comments what is actually being measured in the two rate tests
* remove spurious factor of two
2016-04-14 18:18:54 +08:00
whitequark
d6510083b7
Commit missing parts of bb064c67a
.
2016-04-14 18:14:47 +08:00
whitequark
904379db7e
runtime: add kernel-accessible sqrt.
...
Fixes #382 .
2016-04-14 18:14:47 +08:00
whitequark
2248a2eb9e
embedding: s/kernel_constant_attributes/kernel_invariants/g
...
Requested in #359 .
2016-04-14 18:14:44 +08:00
whitequark
e6666ce6a9
test_pulse_rate_dds: adjust bounds.
2016-04-14 18:10:41 +08:00
whitequark
34454621fa
conda: update llvmlite-artiq dependency.
...
Build 24 includes addc optimizations.
2016-04-14 18:10:30 +08:00
whitequark
c6f946a816
llvm_ir_generator: add fast-math flags to fcmp.
...
This is allowed in 3.8.
2016-04-14 18:10:30 +08:00
whitequark
d4f1614a23
llvm_ir_generator: change !{→unconditionally_}dereferenceable.
...
Since LLVM 3.8, !dereferenceable is weaker, so we introduce
!unconditionally_dereferenceable (http://reviews.llvm.org/D18738 )
to regain its functionality.
2016-04-14 18:10:17 +08:00
whitequark
75252ca5a4
llvm_ir_generator: fix DICompileUnit.language.
2016-04-14 18:10:17 +08:00
whitequark
31b5154222
conda: update llvmlite-artiq dependency.
...
Build 22 includes debug information support.
2016-04-14 18:10:17 +08:00
whitequark
89326fb189
compiler: purge generated functions from backtraces.
2016-04-14 18:09:59 +08:00
whitequark
a2f6e81c50
ttl: mark constant attributes for TTL{In,InOut,ClockGen}.
2016-04-14 18:09:59 +08:00
whitequark
702e959033
llvm_ir_generator: add TBAA metadata for @now.
2016-04-14 18:09:59 +08:00
whitequark
f958cba4ed
llvm_ir_generator: update debug info emission for LLVM 3.8.
2016-04-14 18:09:36 +08:00
whitequark
7c520aa0c4
coredevice: format backtrace RA as +0xN, not 0xN.
...
The absolute address is somewhere in the 0x4000000 range; the one
that is displayed is an offset from the shared object base.
2016-04-14 18:09:36 +08:00
whitequark
66bbee51d8
conda: require llvmlite-artiq built for LLVM 3.8.
2016-04-14 18:09:09 +08:00
whitequark
f26990aa57
compiler: emit verbose assembly via ARTIQ_DUMP_ASM.
2016-04-14 18:09:02 +08:00
whitequark
c89c27e389
compiler: add analysis passes from TargetMachine.
...
This doesn't have any effect right now, but is the right thing to do.
2016-04-14 18:08:47 +08:00
whitequark
1120c264b1
compiler: mark loaded pointers as !dereferenceable.
...
Also, lower the bound for test_pulse_rate_dds, since we generate
better code for it now.
2016-04-14 18:08:47 +08:00