aboutsummaryrefslogtreecommitdiff
path: root/pypy/tool
Commit message (Expand)AuthorAgeFilesLines
* force assembler when calling adjust bridgesMaciej Fijalkowski2011-07-311-0/+2
* Merge 0cdaf4c98369, moving regalloc.py to a general toolArmin Rigo2011-07-271-0/+128
|\
| * Kill a few dependencies and move this file to the general sectionArmin Rigo2011-07-011-0/+127
* | I think getargs() here was intentionalMaciej Fijalkowski2011-07-221-2/+5
* | mergeMaciej Fijalkowski2011-07-222-2/+8
|\ \
| * | bah, test&fix for a bug introduced by 065c98a10f0d (commit message: "that way...Antonio Cuni2011-07-222-2/+8
* | | we always require opt levelMaciej Fijalkowski2011-07-221-1/+1
|/ /
* | improve display a bit and fix the testMaciej Fijalkowski2011-07-212-2/+2
* | that was easy, fix arg usageMaciej Fijalkowski2011-07-211-2/+2
* | bah. use full name of missing debug merge pointMaciej Fijalkowski2011-07-201-1/+1
* | add an option to not write C files, but only simulate writing them. Useful fo...Antonio Cuni2011-07-092-0/+28
* | allow negative offsets for now, should be reverted once we fix reportingMaciej Fijalkowski2011-07-171-2/+2
* | Fix bug with regard to multiple loops at the same assembler piece. Make parsingMaciej Fijalkowski2011-07-163-7/+16
* | fix testsMaciej Fijalkowski2011-07-163-2/+303
* | Backed out changeset f12c4e733acdMaciej Fijalkowski2011-07-163-309/+4
* | fix testsMaciej Fijalkowski2011-07-163-4/+309
|\ \
* | | support bridgesMaciej Fijalkowski2011-07-142-5/+13
* | | consistent capitalizationMaciej Fijalkowski2011-07-142-2/+14
|/ /
* | also return logMaciej Fijalkowski2011-07-082-2/+3
* | Write a simple parser of logs that returns loopsMaciej Fijalkowski2011-07-083-5/+41
* | Skip tests on 2.7Maciej Fijalkowski2011-07-081-5/+8
* | add a test log (shelve doesn't support adding :-/)Maciej Fijalkowski2011-07-061-0/+36
* | start implementing slicing assembler into opsMaciej Fijalkowski2011-07-062-5/+78
* | Remove the '?' passed to w_obj.getname(): it's the default value for 'default'Amaury Forgeot d'Arc2011-06-301-1/+1
|/
* a helper functionMaciej Fijalkowski2011-06-292-1/+10
* fix parser and testsMaciej Fijalkowski2011-06-182-25/+25
* update py.test again (now with 2.5 support)Benjamin Peterson2011-06-142-13/+16
* Backout changes 3c0ae7fce1c7 to cfbda2605f9dArmin Rigo2011-06-142-10/+12
* add a test for comparisonsBenjamin Peterson2011-06-131-0/+6
* remove pointless argument for exec_host_bytecodeBenjamin Peterson2011-06-131-1/+1
* upgrade to latest development version of py.testBenjamin Peterson2011-06-132-12/+10
* make package work on osxBenjamin Peterson2011-06-121-3/+6
* Fix, indirectly for translator.c.test.test_lladdressesArmin Rigo2011-06-111-1/+5
* make it possible to use either the "real model", which uses the real BoxInt&c...Antonio Cuni2011-06-091-0/+2
* In try_compile_cache, if compiling fails, don't emit bold redArmin Rigo2011-06-092-9/+28
* Fix tests and parserMaciej Fijalkowski2011-06-082-27/+27
* put in_recursion back into debug_merge_pointsMaciej Fijalkowski2011-06-071-3/+3
* remove (untested) pypy.tool.tls. Don't use tls objects except ll2ctypesMaciej Fijalkowski2011-05-311-8/+0
* Add an interface get_traceback()/set_traceback() on OperationError.Armin Rigo2011-05-261-1/+1
* bah, fix two typosAntonio Cuni2011-05-191-2/+1
* add instructions on how to use log2gnumeric.pyAntonio Cuni2011-05-191-4/+29
* chmod +x log2gnumeric.pyAntonio Cuni2011-05-191-0/+0
* add the -o option to memusage.pyAntonio Cuni2011-05-191-5/+21
* add this tool to poll the VmRSS of a running process, originally written by a...Antonio Cuni2011-05-191-0/+47
* move this tool to its own directory; it does not really belong to the JITAntonio Cuni2011-05-194-0/+279
* fix this test for the "fake_pypy_c" caseAntonio Cuni2011-05-191-0/+1
* store 0/0 for user and group ids in the tarball, and don't store the namesAntonio Cuni2011-05-182-1/+5
* make sure that all the files and dirs have the right permission bits, i.e. 64...Antonio Cuni2011-05-182-5/+35
* make get_deep_immutable_oplist returning an actual frozen list instead of a t...Antonio Cuni2011-05-162-0/+40
* Just before spawning a subprocess, do a gc.collect(). ThisArmin Rigo2011-05-131-1/+6