aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial package rename:Alexander Hesse2012-12-301-1273/+0
* fix this testAntonio Cuni2012-11-141-0/+1
* Big no-op change: try to standardize the order of the arguments when thereArmin Rigo2012-11-081-39/+39
* (fijal, arigo)Armin Rigo2012-06-241-2/+2
* (fijal, arigo) fixArmin Rigo2012-06-241-3/+18
* (arigo, fijal) a half broken implementation of raw_store in the jitMaciej Fijalkowski2012-06-241-16/+53
* Crash earlier and more explicitly if the jit sees an unknownArmin Rigo2012-01-291-0/+8
* Fix the missing case of raw_free(track_allocation=False).Armin Rigo2011-12-141-0/+17
* Support "malloc(STRUCT, flavor='raw')" too.Armin Rigo2011-12-141-2/+14
* support some combination of flags, I hope it's good enoughMaciej Fijalkowski2011-11-301-0/+14
* raise an exception instead of producing bogus code. Probably would turnMaciej Fijalkowski2011-11-301-3/+29
* replace cast_opaque_ptr resop, which never did anything except be used to mar...Alex Gaynor2011-10-251-0/+13
* (alex, armin/carl for idea and discussion, fijal review) create instance_ptr_...Alex Gaynor2011-10-241-3/+28
* merged in default.Alex Gaynor2011-10-161-21/+66
|\
| * fix testMaciej Fijalkowski2011-10-121-6/+10
| * pyjitpl support, unfinishedMaciej Fijalkowski2011-10-111-1/+2
| * adapt to interfacesMaciej Fijalkowski2011-10-091-3/+3
| * codewriter support for promoting stringsMaciej Fijalkowski2011-10-091-6/+9
| * a branch to experiment with promoting stringsMaciej Fijalkowski2011-10-091-0/+14
| * make it work on 2.5Alex Gaynor2011-10-071-2/+14
| * Clean some random test code up a bit.Alex Gaynor2011-10-071-20/+31
* | merge defaultMaciej Fijalkowski2011-09-051-0/+10
|\|
| * Fix the test by properly detecting the case during codewriting,Armin Rigo2011-08-211-0/+10
* | merge defaultMaciej Fijalkowski2011-07-311-3/+3
|\|
| * Support elidable functions that can raise.Armin Rigo2011-07-281-2/+2
| * Fix this test: when running on top of pypy, lltype.Ptr(S) returnsArmin Rigo2011-07-251-1/+1
* | Re-simplify this code.Armin Rigo2011-07-231-1/+1
* | Fix broken test, sorry.Armin Rigo2011-07-231-1/+1
* | (fijal, arigo) a test and a fixMaciej Fijalkowski2011-07-231-1/+1
* | tests and fixes for void argsMaciej Fijalkowski2011-07-231-0/+8
* | merge defaultMaciej Fijalkowski2011-07-081-1/+1
|\|
| * rename purefunction into elidable (but keep an purefunction around as an alia...Carl Friedrich Bolz2011-07-011-1/+1
* | Start changing a pair of descrs (array, field) into one (interiorfield),Maciej Fijalkowski2011-06-261-4/+2
* | Some consistency in ops namesMaciej Fijalkowski2011-06-241-2/+2
* | Add kind to {get,set}interiorfield opsMaciej Fijalkowski2011-06-241-2/+2
* | codewriter setinteriorfield supportMaciej Fijalkowski2011-06-231-3/+16
* | better I thinkMaciej Fijalkowski2011-06-221-1/+1
* | make the test pass, unsure if it"s completeMaciej Fijalkowski2011-06-221-2/+6
* | start working on inlining of simple (non-looping) dict ops into assemblerMaciej Fijalkowski2011-06-221-2/+13
|/
* hg merge out-of-line-guards-2Armin Rigo2011-05-081-0/+45
|\
| * Implement quasi-immutable fields which contain immutable lists,Armin Rigo2011-05-031-4/+4
| * Remove the restriction that a setfield(quasiimmut) should not beArmin Rigo2011-05-021-4/+9
* | Patch by qbproger: write square roots with the x86 SSE2Armin Rigo2011-05-071-0/+22
* | Backed out changeset 124ebb7828dd, merge of out-of-line-guards-2. It seemsMaciej Fijalkowski2011-04-171-40/+0
|/
* Progress on out-of-line-guards-2. This is the poor-man's version, we can doMaciej Fijalkowski2011-04-131-1/+1
* First test passing on the front-end.Armin Rigo2011-04-021-2/+3
* On getfields of quasi-immutable fields, write in the jitcodes aArmin Rigo2011-04-021-0/+39
* Add the flag EF_PURE to some more OS_xxx functions.Armin Rigo2011-02-261-0/+4
* Don't arbitrarily mutate the '.extraeffect' attribute; instead,Armin Rigo2011-01-261-1/+1
* there is now an additional liveHakan Ardo2011-01-211-6/+7