- 07 Nov, 2014 4 commits
-
-
Kevin Modzelewski authored
Closes #211
-
Travis Hance authored
staticmethods and classmethods
-
Travis Hance authored
-
Kevin Modzelewski authored
-
- 06 Nov, 2014 3 commits
-
-
Kevin Modzelewski authored
Dict methods
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 05 Nov, 2014 12 commits
-
-
Leandro Lameiro authored
-
Leandro Lameiro authored
-
Leandro Lameiro authored
-
Leandro Lameiro authored
-
Kevin Modzelewski authored
Good for a 10-15% speedup I still feel like we can do much better here though
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Travis Hance authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 04 Nov, 2014 7 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Vinzenz Feenstra authored
(Committed by kmod) Closes #93
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Make check_format actually useful
-
Kevin Modzelewski authored
-
- 02 Nov, 2014 1 commit
-
-
Kevin Modzelewski authored
Add sudo for zsh installation
-
- 01 Nov, 2014 1 commit
-
-
lyh-kernel authored
-
- 30 Oct, 2014 6 commits
-
-
Kevin Modzelewski authored
Property
-
Travis Hance authored
-
Travis Hance authored
-
Travis Hance authored
-
Travis Hance authored
-
Kevin Modzelewski authored
Some small changes to simplify the generated IR.
-
- 29 Oct, 2014 6 commits
-
-
Kevin Modzelewski authored
Also make a note that the CPython development headers are necessary for running the tests.
-
Kevin Modzelewski authored
Fix typo in IOError format string
-
Joris Vankerschaver authored
This fixes an annoying typo introduced in cfe83db0.
-
Marius Wachtler authored
+ mark the alloc routines as no alias (=attribute(malloc)). This marks every alloc call as noalias in the IR. (While I felt somewhat frightened by the malloc attribute AFAIK the generated IR looks reasonable.) + inline the trivial Box constructor + fix dead allocs pass: we will now remove the useless list creation inside f2 in speculation_test.py
-
Kevin Modzelewski authored
Small improvements for file objects.
-
Joris Vankerschaver authored
-