- 08 Oct, 2014 2 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Will get rid of it once it's merged upstream
-
- 02 Oct, 2014 2 commits
-
-
Kevin Modzelewski authored
Just let the rewrite continue but stop emitting any assembly, and then at the end abort the rewrite.
-
Kevin Modzelewski authored
fixes #169 - allow a negative step in xrange
-
- 01 Oct, 2014 2 commits
-
-
Daniel Agar authored
-
Daniel Agar authored
-
- 30 Sep, 2014 2 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Previously it would always link against the system libstdc++; not sure how that was working. Also, put that in its own included makefile so that we can track the dependence on the configuration parameters (otherwise you would have to run a configuration manually to get this change).
-
- 29 Sep, 2014 1 commit
-
-
Kevin Modzelewski authored
-
- 25 Sep, 2014 1 commit
-
-
Daniel Agar authored
-
- 24 Sep, 2014 1 commit
-
-
Kevin Modzelewski authored
Make some things owned by the cf rather than using global registries, so that 1) we can eventually free the right things when we start freeing cf's, and 2) we can have a single ip->cf mapping instead of lots of ip->other things mappings. Also added some helper classes for making stack crawling easier.
-
- 23 Sep, 2014 2 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 22 Sep, 2014 1 commit
-
-
Kevin Modzelewski authored
fix header ordering in codegen/entry.cpp
-
- 20 Sep, 2014 1 commit
-
-
Daniel Agar authored
-
- 17 Sep, 2014 5 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Had to improve some of our rewriting; looks like there must have been an LLVM commit that changes the live-out registers we see. Also, temporarily disabled format-checking: the rebase updated clang-format, which now is formatting a few files differently. Will re-enable and re-format in the next commit.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 16 Sep, 2014 1 commit
-
-
Kevin Modzelewski authored
Bunch of fairly-simple API changes to contend with. Main problem is we're still running into those debuginfo issues.
-
- 12 Sep, 2014 3 commits
-
-
Kevin Modzelewski authored
Add tp_call handling, a couple random functions, and allow GC-aware objects (though we don't do much with them).
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 11 Sep, 2014 4 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
ie "[a, b] = 1, 2"
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 09 Sep, 2014 2 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
The issue was that if we transformed the AST nodes corresponding to scopes, we wouldn't be able to match the initial analysis with the subsequent queries to the transformed AST nodes. We had run into that before, but worked around it by just modifying the AST nodes in place. For generator expressions that wasn't a possibility, so now we explicitly registers when we replace scope-related AST nodes.
-
- 08 Sep, 2014 8 commits
-
-
Kevin Modzelewski authored
looks like the memory leak in go.py is not coming from our heap (strings?)
-
Kevin Modzelewski authored
Add some more slightly-modified benchmarks, but also make it easier to run them from the pypy directory
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
which would eventually cause stack space exhaustion and segfault.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
disable rewriting
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
reduce(), some float precision issues, string interpolation improvements
-
- 06 Sep, 2014 1 commit
-
-
Travis Hance authored
(more) correct semantics for import
-
- 05 Sep, 2014 1 commit
-
-
Kevin Modzelewski authored
I guess these will always be the same thing which is why it works, but it's still wrong :/
-