aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remerge fixes from rpython-never-allocateMatti Picus2021-01-282-8/+8
|\
| * unify 'hints' and '_hints' to '_hints'Matti Picus2021-01-282-8/+8
* | more lceanly work around limitations of jom.exe (a nmake replacement that kno...Matti Picus2020-12-252-16/+30
* | work around problem with jom.exe in this testMatti Picus2020-12-251-0/+2
* | test, cleanup manifest embedding for vs2008+; add option for adding a manifestMatti Picus2020-12-244-34/+185
* | Patch from issue #3227, modernized to use the existing bitflags: PYPYSIG_NO_W...Armin Rigo2020-12-221-1/+3
* | make stack bigger when creating pypy.exe directly from CMatti Picus2020-12-031-3/+3
* | Merge the rpython-error_value branch.Antonio Cuni2020-12-022-28/+104
|\ \
| * | fix test_enforce_llhelper_error_value_in_case_of_nested_exception by disablin...Antonio Cuni2020-11-302-7/+10
| * | merge headsAntonio Cuni2020-11-301-1/+1
| |\ \
| | * | temporary checkin to see whether disabling this breaks any testAntonio Cuni2020-11-301-1/+1
| * | | Refactor&simplify the approach:Antonio Cuni2020-11-302-128/+50
| |/ /
| * | WIP: require the user to explicitly define which error_value to use when usin...Antonio Cuni2020-11-211-23/+86
| * | implement @ll_error_value and add a couple of test to ensure that it works co...Antonio Cuni2020-11-182-7/+63
| * | add a test which checks that in case of exception the function returns a spec...Antonio Cuni2020-11-182-9/+41
* | | merge default into branchMatti Picus2020-10-151-2/+6
|\| |
| * | backport rpython changes from py3.6Matti Picus2020-10-151-2/+6
| |/
* | fix FFI_TYPE_LONGDOUBLE on win64nulano2020-10-112-1/+3
* | merge default into branchMatti Picus2020-10-059-9/+40
|\|
| * revert be9ad752d782, set MACOSX_DEPLOYMENT_TARGET in sysconfig to fix issue 3311Matti Picus2020-09-291-1/+0
| * issue3312: some limited support for longdouble constantsArmin Rigo2020-09-282-1/+11
| * typoMatti Picus2020-09-271-1/+1
| * try to add a flag to support MacOS<=10.13Matti Picus2020-09-271-1/+4
| * darwin: don't define _POSIX_C_SOURCE, as it hides e.g. getpagesize()Dan Villiom Podlaski Christiansen2020-09-171-3/+6
| * use win32_14x or win64_14x branch name for exernalsMatti Picus2020-09-131-2/+6
| * Respect system PKG_CONFIG environment variableUnknown2020-09-081-1/+2
| * typoMatti Picus2020-08-301-1/+1
| * make stack 3MB on windowsMatti Picus2020-08-301-1/+2
| * Use "JITLOG" in programs translated with rpython/bin/rpython,Armin Rigo2020-08-232-0/+4
| * partial fix: turn a crash into an error on win32Matti Picus2020-08-211-0/+6
* | always use win64_14x externals branchnulano2020-08-311-1/+1
* | fix long vs Signed in instrument.cnulano2020-08-173-4/+7
* | fix long vs Signed error in stacklet.cnulano2020-08-171-5/+5
* | change some longs to Signeds in c sources; these should not matter, but avoid...nulano2020-08-174-7/+8
* | fix: otherwise, the variable is only 4 bytes but the JIT writes to it as if i...Armin Rigo2020-08-171-1/+1
* | win64 MSVC doesn't support __asmnulano2020-08-101-1/+1
* | Merge defaultnulano2020-08-103-29/+20
|\|
| * backout 690ed94d970b and do PYPY_INHIBIT_TAIL_CALL for MSVC properlyMatti Picus2020-08-032-4/+2
| * /O2 or /Ox on MSVC does tail call optimizationMatti Picus2020-08-031-0/+4
| * initialize valueMatti Picus2020-07-311-1/+1
| * tweak c4f64ef3a071 (version is shown on stdout when running tests)Matti Picus2020-07-301-0/+1
| * let the signal handler set a windows event, like it does in CPython 3.6Armin Rigo2020-07-301-0/+10
| * get rid of the pre-version-80 support. It was buggy because it expected outp...Armin Rigo2020-07-301-29/+7
* | proper fix for windows running rpython\translator\c\test\test_standalone.py::...nulano2020-07-311-4/+6
* | Merge defaultnulano2020-07-305-186/+81
|\|
| * update libffi_msvc by copying the fixes done in cffiArmin Rigo2020-07-294-182/+100
| * missing includes for getsockopt() and send()Armin Rigo2020-07-271-0/+2
| * add /FS to enable JOM.exe to run compilation on all cores, fix typoMatti Picus2020-07-241-2/+2
* | Merge defaultnulano2020-07-242-9/+35
|\|
| * initialize lock timeout on windows if timeout is infinitenulano2020-07-241-1/+1