aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Be more explicit about cases where pkg-config is not installedArmin Rigo2014-10-202-7/+30
* mergeMaciej Fijalkowski2014-10-178-81/+493
|\
| * generally improve test coverageCarl Friedrich Bolz2014-10-171-62/+84
| * better tests for int comparisonsCarl Friedrich Bolz2014-10-161-4/+8
| * a bit more thorough tests for int_add, int_sub, int_mul, int_modCarl Friedrich Bolz2014-10-161-33/+36
| * merge default (this loses the changes done in objspace, which need to be made...Carl Friedrich Bolz2014-10-16580-34142/+124867
| |\
| | * make toint check early whether the conversion *can't* workCarl Friedrich Bolz2014-10-161-4/+12
| | * kill more dead codeRonan Lamy2014-10-162-8/+0
| | * kill dead codeRonan Lamy2014-10-163-28/+3
| | * simplify signature of HLOperation.consider()Ronan Lamy2014-10-152-9/+10
| * | Support the binary xor/or/and ops. Support Long Int compare.stian2013-08-092-10/+116
| * | Support Long Int compare opsstian2013-08-092-0/+81
| * | Support the modulo opstian2013-08-082-0/+51
| * | Support mul opsstian2013-08-082-0/+42
| * | Support add and sub opsstian2013-08-082-0/+127
* | | try like thisMaciej Fijalkowski2014-10-171-1/+1
| |/ |/|
* | mergeMaciej Fijalkowski2014-10-1568-913/+882
|\ \
| * \ merge branch 'ClassRepr'Ronan Lamy2014-10-1467-912/+881
| |\ \
| | * | fix importsRonan Lamy2014-10-143-11/+10
| | * | Use only the annotator, not the rtyper, in perform_normalizations()Ronan Lamy2014-10-143-12/+12
| | * | store repr and extra_access_sets on the ClassDef objectRonan Lamy2014-10-144-12/+8
| | * | cleanupRonan Lamy2014-10-133-3/+3
| | * | switch 1st and 3rd argument of ClassRepr.setup_vtable()Ronan Lamy2014-10-131-15/+13
| | * | rename variableRonan Lamy2014-10-131-12/+12
| | * | replace RootClassRepr.setup_vtable() with ClassRepr.fill_vtable_root()Ronan Lamy2014-10-131-24/+28
| | * | make ClassRepr.setup_vtable() non-recursiveRonan Lamy2014-10-131-4/+7
| | * | setup rootclass_repr immediatelyRonan Lamy2014-10-131-1/+1
| | * | create ClassRepr.init_vtable()Ronan Lamy2014-10-131-2/+6
| | * | Store the root class repr in rtyper.rootclass_reprRonan Lamy2014-10-132-6/+8
| | * | kill unused flagRonan Lamy2014-10-131-6/+2
| | * | split off RootClassRepr.setup_vtable()Ronan Lamy2014-10-131-60/+53
| | * | split off RootClassRepr._setup_repr()Ronan Lamy2014-10-131-32/+37
| | * | Create RootClassRepr for the case where classrepr.classdef is NoneRonan Lamy2014-10-131-6/+16
| | * | merge InstanceRepr and AbstractInstanceReprRonan Lamy2014-10-132-218/+193
| | * | merge ClassRepr and AbstractClassReprRonan Lamy2014-10-122-31/+8
| | * | merge rtyper.rclass and rtyper.lltypesystem.rclassRonan Lamy2014-10-1263-860/+867
| * | | merge upstreamPhilip Jenvey2014-10-145-9/+57
| |\ \ \
| * | | | fix the commentPhilip Jenvey2014-10-131-1/+1
* | | | | disable shared by default and suggest it from pypy insteadMaciej Fijalkowski2014-10-151-1/+1
| |/ / / |/| | |
* | | | Try to make --shared the default. I'll revert this checkin, but comparingMaciej Fijalkowski2014-10-141-1/+1
* | | | make pypy-c runnable by default in shared setupMaciej Fijalkowski2014-10-141-1/+1
* | | | forgot about SomeImpossibleValueCarl Friedrich Bolz2014-10-142-1/+6
* | | | add a way to check that something is a list of charsCarl Friedrich Bolz2014-10-142-1/+50
* | | | Remove unused functionArmin Rigo2014-10-141-6/+0
|/ / /
* | | bring over some helper functions currently only used by py3kPhilip Jenvey2014-10-133-0/+4
* | | Fix an obscure translation issue,Amaury Forgeot d'Arc2014-05-191-0/+1
* | | oops, avoid we_are_translated at module scopePhilip Jenvey2014-05-271-4/+6
* | | also handle surrogates when hosted on a narrow buildPhilip Jenvey2014-05-221-4/+5
* | | backout d4a4d951ddc2Philip Jenvey2014-10-132-1/+19
* | | corner corner case, gives a slightly less bogus resultArmin Rigo2014-10-131-2/+2