Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Commits · 807b25a0c699404ba660a450a1b863cdcaed7640
leap
Browse files
Jun 15, 2014
Implement support for structural analysis.
· 807b25a0
Matt Wala
authored
Jun 14, 2014
807b25a0
Jun 13, 2014
Make InstructionDAGVerifier conform to analysis pass conventions.
· da70070e
Matt Wala
authored
Jun 12, 2014
da70070e
Jun 12, 2014
Document the code generator (initial version).
· 207c2e81
Matt Wala
authored
Jun 11, 2014
207c2e81
Jun 11, 2014
Fix indentation.
· bf76e67f
Matt Wala
authored
Jun 11, 2014
bf76e67f
I give up trying to support Python 2.5.
· 52d8d67f
Matt Wala
authored
Jun 10, 2014
52d8d67f
Delete more uses of print_function import.
· a2a47888
Matt Wala
authored
Jun 10, 2014
a2a47888
Jun 10, 2014
Avoid print_function import, Python 2.5 doesn't like it.
· a517dbf3
Matt Wala
authored
Jun 09, 2014
a517dbf3
Compatibility updates to language.py:
· f6fe3225
Matt Wala
authored
Jun 09, 2014
f6fe3225
Jun 08, 2014
Remove unnecessary sentence in comment about unconditional dependencies.
· a735104a
Matt Wala
authored
Jun 08, 2014
a735104a
May 31, 2014
Remove FlagAnalysis class that was mistakenly copied into ir.py
· c997c836
Matt Wala
authored
May 31, 2014
c997c836
FlagAnalysis -> FlagTracker
· ef367c08
Matt Wala
authored
May 31, 2014
ef367c08
Document PythonExpressionMapper constructor.
· fe45d884
Matt Wala
authored
May 31, 2014
fe45d884
Fix number of lines.
· fe0ca735
Matt Wala
authored
May 31, 2014
fe0ca735
Remove vector dependency detection.
· 4c0549e4
Matt Wala
authored
May 31, 2014
4c0549e4
Remove peek() and replace with pytools.one() where appropriate.
· ac93da5d
Matt Wala
authored
May 31, 2014
ac93da5d
Revert "Be slightly more tolerant."
· 74a31e8d
Matt Wala
authored
May 31, 2014
74a31e8d
Delete unused field.
· 17659629
Matt Wala
authored
May 29, 2014
17659629
Be slightly more tolerant.
· 953c7403
Matt Wala
authored
May 27, 2014
953c7403
May 30, 2014
Try to fix multirate tests again.
· e1f8cce2
Matt Wala
authored
May 29, 2014
e1f8cce2
Rename ControlFlowGraph to Function.
· 86149d63
Matt Wala
authored
May 29, 2014
86149d63
test_multirate_accuracy() is redundant. Skip it but keep it in case the user...
· 3869b7e2
Matt Wala
authored
May 29, 2014
3869b7e2
Various changes to make code more idiomatic.
· 877f593e
Matt Wala
authored
May 27, 2014
877f593e
Make docstrings more compliant with PEP 257.
· 3de04f90
Matt Wala
authored
May 27, 2014
3de04f90
May 27, 2014
Remove print statements.
· 4cae1e5a
Matt Wala
authored
May 27, 2014
4cae1e5a
Add codegen package to setup.py
· 935a168e
Matt Wala
authored
May 27, 2014
935a168e
Fix imports.
· 0c4b21d8
Matt Wala
authored
May 27, 2014
0c4b21d8
Split up codegen module into separate files.
· 3e9cbc9e
Matt Wala
authored
May 26, 2014
3e9cbc9e
Generate numpy arrays.
· d3960be6
Matt Wala
authored
May 26, 2014
d3960be6
Remove map_vector and map_numpy_array.
· 23b7aff6
Matt Wala
authored
May 26, 2014
23b7aff6
Use numpy arrays instead of Vectors.
· e884d7cd
Matt Wala
authored
May 26, 2014
e884d7cd
May 26, 2014
Remove unneeded code.
· 5bfb1b99
Matt Wala
authored
May 25, 2014
5bfb1b99
Apr 26, 2014
Clarify the condition for determining if the set of reachable blocks has changed.
· 7ac7d4e0
Matt Wala
authored
Apr 26, 2014
7ac7d4e0
Implement get_dot_graph() to convert a control flow graph into a visual representation.
· dd4c4f4b
Matt Wala
authored
Apr 26, 2014
dd4c4f4b
Correct the condition for determining if blocks have been removed.
· c163e501
Matt Wala
authored
Apr 26, 2014
c163e501
Apr 25, 2014
Add state transition system and generated code readability to the to-do list.
· 47b5ac6e
Matt Wala
authored
Apr 24, 2014
47b5ac6e
Change license.
· 9143229f
Matt Wala
authored
Apr 24, 2014
9143229f
More work on code generator. Add optimizations.
· 5fc397de
Matt Wala
authored
Apr 24, 2014
5fc397de
Fix dependency issue. Make sure the correct value is used regardless of when state is update.
· 2c7c6a1c
Matt Wala
authored
Apr 24, 2014
2c7c6a1c
Make step incrementation depend on ReturnState.
· 6ce48536
Matt Wala
authored
Apr 24, 2014
6ce48536
Apr 07, 2014
Work on code generator.
· 1478cd07
Matt Wala
authored
Apr 07, 2014
1478cd07
Loading