Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Commits · 0a914c173a26cf6b063dc7c0ff683e548b7ec26c
dagrt
Browse files
Feb 08, 2015
Merge branch 'implicit'
· 0a914c17
Matt Wala
authored
Feb 08, 2015
0a914c17
Generalize AssignSolved to have multiple outputs and accept multiple
· 763a3f96
Matt Wala
authored
Feb 08, 2015
763a3f96
Reorganize the examples directory.
· f11001c6
Matt Wala
authored
Feb 08, 2015
f11001c6
Jan 23, 2015
Update pde-discretization demo to work again.
· e773d21d
Matt Wala
authored
Jan 23, 2015
e773d21d
MRAB: Use state transitions.
· ecbbf4e1
Matt Wala
authored
Jan 23, 2015
ecbbf4e1
Language: Ensure map_expressions() returns a copy of the original instruction.
· b5bd3e19
Matt Wala
authored
Jan 23, 2015
b5bd3e19
Jan 21, 2015
"IfThenElse statements" -> "IfThenElse expressions"
· 6a809338
Matt Wala
authored
Jan 20, 2015
6a809338
Implement a ternary operator.
· 2d463eff
Matt Wala
authored
Jan 20, 2015
2d463eff
Jan 20, 2015
AB methods: Use a non-adaptive RK method to bootstrap the history
· 89d9978e
Matt Wala
authored
Jan 20, 2015
89d9978e
Merge branch 'master' of gitlab.tiker.net:inducer/leap
· 4f274ee2
Matt Wala
authored
Jan 20, 2015
4f274ee2
Structural extraction: Fix an invalid pattern for If-Then.
· 595859db
Matt Wala
authored
Jan 19, 2015
595859db
Make 'FSAL' less cryptic
· e9be44cb
Andreas Klöckner
authored
Jan 19, 2015
e9be44cb
Structured IR: Allow "dangling then" in an If-Then structure.
· 3a3dbf5b
Matt Wala
authored
Jan 19, 2015
3a3dbf5b
Structured IR: Make entry_block and exit_block mandatory fields.
· bbba3667
Matt Wala
authored
Jan 19, 2015
bbba3667
Structured IR: Add a useful __str__() method.
· 0919c06a
Matt Wala
authored
Jan 19, 2015
0919c06a
Jan 19, 2015
Structural extraction: Avoid a potential ambiguity in the definition
· 65c824a6
Matt Wala
authored
Jan 19, 2015
65c824a6
Structural extraction: don't crash on cycles in the input.
· 19373895
Matt Wala
authored
Jan 19, 2015
19373895
Change AB implementation to use state transitions.
· 66060ac9
Matt Wala
authored
Jan 19, 2015
66060ac9
structured_ir: Add a blocks() method to inspect the basic blocks in the node.
· 42a1396a
Matt Wala
authored
Jan 19, 2015
42a1396a
ir2structuredir: Relax the requirement that the last node of a block needs an exit node.
· 3dae4f39
Matt Wala
authored
Jan 19, 2015
3dae4f39
Implement state transition instructions.
· 963f9aa4
Matt Wala
authored
Jan 19, 2015
963f9aa4
Fix whitespace.
· 6a1d1ce6
Matt Wala
authored
Jan 19, 2015
6a1d1ce6
Use numpy.size to implement len().
· 6a11ffac
Matt Wala
authored
Jan 18, 2015
6a11ffac
Use numpy.size to implement len().
· 449f755a
Matt Wala
authored
Jan 18, 2015
449f755a
Remove TODO.
· d490c557
Matt Wala
authored
Jan 18, 2015
d490c557
Fix Jacobian computation.
· 439ca724
Matt Wala
authored
Jan 18, 2015
439ca724
Add an example demonstrating the use of a custom solver.
· 9c989248
Matt Wala
authored
Jan 18, 2015
9c989248
Merge branch 'master' into implicit
· d3ed192b
Matt Wala
authored
Jan 18, 2015
d3ed192b
Progress towards implicit methods.
· 6ab76f1b
Matt Wala
authored
Jan 18, 2015
6ab76f1b
Jan 17, 2015
expression module: Change unify to match, and allow functions to be evaluated.
· b8485f00
Matt Wala
authored
Jan 16, 2015
b8485f00
Jan 10, 2015
parse(): Change variable syntax from {var} to `var`. This is since
· b9831c77
Matt Wala
authored
Jan 09, 2015
b9831c77
Jan 09, 2015
Fix documentation of unify: we assume no free variables in RHS.
· 17216b5d
Matt Wala
authored
Jan 09, 2015
17216b5d
leap.vm.expression: Add a simple parser, and document unify().
· aee96aa4
Matt Wala
authored
Jan 09, 2015
aee96aa4
Add test_expressions file for testing expression manipulation functions.
· 91070ef0
Matt Wala
authored
Jan 08, 2015
91070ef0
Jan 08, 2015
Add a check to ensure last-RHS savings optimization can be applied.
· 2bbbd669
Matt Wala
authored
Jan 08, 2015
2bbbd669
Merge branch 'master' into implicit
· 9b5f66a0
Matt Wala
authored
Jan 07, 2015
9b5f66a0
isolate_function_calls(): Ensure newly created instruction has an id.
· bf8c9df2
Matt Wala
authored
Jan 07, 2015
bf8c9df2
get_variables(): Add an option to include function symbols among
· 9f5109ef
Matt Wala
authored
Jan 07, 2015
9f5109ef
Jan 07, 2015
Add a unifier.
· 7541c2a2
Matt Wala
authored
Jan 06, 2015
7541c2a2
Jan 05, 2015
Update test_imex.
· a1d36cb2
Matt Wala
authored
Jan 05, 2015
a1d36cb2
Loading