Sebastien Bourdeauducq
b736c30cdb
coredevice/core: core_com -> comm
2014-11-19 17:44:06 -08:00
Sebastien Bourdeauducq
75df0ae94a
coredevice/gpio: replace set() with on()/off() to make API consistent
2014-11-19 12:33:33 -08:00
Sebastien Bourdeauducq
9098d10766
use .py extension on all Python files
2014-11-18 13:50:47 -08:00
Sebastien Bourdeauducq
8b552134a0
transforms/inline: keyword argument and default value support
2014-11-18 13:40:15 -08:00
Sebastien Bourdeauducq
abae5c6728
coredevice/dds: round FTW instead of flooring
2014-11-17 18:36:00 -07:00
Sebastien Bourdeauducq
f11fb0f553
manual/getting_started: fix minor errors found during tutorial
2014-11-17 14:34:00 -07:00
Sebastien Bourdeauducq
07e4749421
manual/installing: plugdev -> dialout
2014-11-16 21:45:47 -07:00
Sebastien Bourdeauducq
4bf7426191
manual/installing: various small notes
2014-11-16 21:42:37 -07:00
Sebastien Bourdeauducq
8c73901c6d
manual/installing: cleanup xubuntu package list (thanks Robert)
2014-11-16 21:16:05 -07:00
Sebastien Bourdeauducq
df25c46d01
manual/installing: fix some paths and compile llvm with -j4 (thanks Joe)
2014-11-16 21:09:32 -07:00
Sebastien Bourdeauducq
d1062d854d
manual/installing: add JTAG udev instructions (thanks Joe)
2014-11-16 20:55:12 -07:00
Sebastien Bourdeauducq
b1f7e751aa
manual/installing: add python-dev as dependency
...
According to Joe:
building llvmpy requires Python.h for python2.7. If python-dev is not installed here's the error.
llvmpy/api.cpp:2:20: fatal error: Python.h: No such file or directory
2014-11-16 20:40:47 -07:00
Sebastien Bourdeauducq
cbc629bd8c
transforms: assume isinstance(expr, ast.Call) => isinstance(expr.func, ast.Name) after inline
2014-11-15 15:36:26 -07:00
Sebastien Bourdeauducq
e02ca0b404
transforms: quantize time before interleaving
2014-11-15 15:26:35 -07:00
Sebastien Bourdeauducq
ddc9c3423f
transforms/interleave: handle 'at'
2014-11-15 14:50:26 -07:00
Sebastien Bourdeauducq
17f5a31320
runtime/dds: fix reset glitches
2014-11-15 11:23:23 -07:00
Sebastien Bourdeauducq
12860e2ef2
doc/manual/writing_a_driver: add general guidelines
2014-11-10 15:39:17 -08:00
Sebastien Bourdeauducq
391ff10345
test/full_stack: style and add note about loopback test connections
2014-11-07 14:15:40 -08:00
Robert Jördens
62677ed660
test.full_stack: add ARTIQ_NO_HARDWARE environment variable
2014-11-07 14:08:16 -08:00
Sebastien Bourdeauducq
42accd5de4
manual/installing: remove compiler-rt download instructions
2014-11-06 18:01:04 -08:00
Sebastien Bourdeauducq
055942ec0e
manual/installing: fix paths
2014-11-06 16:30:40 -08:00
Robert Jördens
337fd06340
test.py2llvm: drop the test_ prefix from test_base_types() to hide it from nose
2014-11-06 15:38:53 -08:00
Sebastien Bourdeauducq
901255ee60
doc/manual: more precisions (thanks Joe)
2014-11-05 18:53:39 +08:00
Sebastien Bourdeauducq
b163c9f7ea
test: add optimization transform stack
2014-11-03 18:44:30 +08:00
Sebastien Bourdeauducq
9b93b0cedf
unparse: string-based API
2014-11-03 18:14:33 +08:00
Sebastien Bourdeauducq
e9e12adceb
transforms/inline: object attribute writeback
2014-11-03 18:04:01 +08:00
Sebastien Bourdeauducq
f54a2f93d2
remove kernel_attr (inline transform is now smart enough to autodetect)
2014-11-03 14:38:04 +08:00
Sebastien Bourdeauducq
a29d7ec6fe
transforms/remove_inter_assigns: fix handling of try blocks
2014-11-03 14:35:40 +08:00
Sebastien Bourdeauducq
171d56af54
transforms/remove_inter_assigns: prevent combinatorial explosion
2014-11-03 14:22:24 +08:00
Sebastien Bourdeauducq
fba72cc0a2
transforms/remove_inter_assign: support names and dependencies
2014-11-03 11:35:54 +08:00
Sebastien Bourdeauducq
217fe8251b
coredevice/core: optimize further
2014-10-31 23:44:07 +08:00
Sebastien Bourdeauducq
cf7848c698
transforms/inline: rewrite
2014-10-31 23:43:36 +08:00
Sebastien Bourdeauducq
7806ca3373
Merge branch 'master' of github.com:m-labs/ARTIQ
2014-10-31 23:18:24 +08:00
Sebastien Bourdeauducq
b12fd1d566
transforms/remove_dead_code: bugfixes
2014-10-31 23:17:54 +08:00
Robert Jördens
29cd34079d
taaccs slides: fix spelling, get rid of lab_hardware.jpg
2014-10-31 10:02:57 +08:00
Sebastien Bourdeauducq
397f37311c
Merge branch 'master' of github.com:m-labs/artiq
2014-10-30 19:32:45 +08:00
Sebastien Bourdeauducq
2a0022919c
slices/taaccs: fix typo and permissions
2014-10-30 19:32:36 +08:00
Sebastien Bourdeauducq
97329b7fc9
transforms/inline: offload some work to remove_inter_assigns/remove_dead_code
2014-10-30 19:13:01 +08:00
Robert Jördens
b78e0b3a05
add TAACCS seminar talk
2014-10-30 12:16:43 +08:00
Sebastien Bourdeauducq
1c0c0b691e
transforms/remove_inter_assigns: fix bug with array assignment
2014-10-29 20:29:37 +08:00
Sebastien Bourdeauducq
1e8c9837ac
transforms: add dead code removal
2014-10-29 20:23:58 +08:00
Sebastien Bourdeauducq
be94a8b07c
transforms/fold_constants: support comparisons
2014-10-29 18:46:06 +08:00
Sebastien Bourdeauducq
c82c631a1d
transforms/tools/eval_constant: fix int64 handling
2014-10-29 17:30:35 +08:00
Sebastien Bourdeauducq
70cc0d1766
transform: add intermediate assignment removal
2014-10-29 17:09:45 +08:00
Sebastien Bourdeauducq
f012151506
transforms/inline,unroll_loops: fix aliasing problems
2014-10-29 17:09:16 +08:00
Sebastien Bourdeauducq
97ce1d6c2d
transforms/inline: fix assign context on attributes
2014-10-29 16:03:20 +08:00
Sébastien Bourdeauducq
c02589a230
README: centering does not work
2014-10-29 10:37:41 +08:00
Sébastien Bourdeauducq
142a3d4ec3
README: center logo
2014-10-29 10:25:10 +08:00
Sebastien Bourdeauducq
39e7b2d929
README: use PNG logo
2014-10-29 10:22:11 +08:00
Sébastien Bourdeauducq
49ee6b0fdf
README: add logo
2014-10-29 10:21:21 +08:00