summaryrefslogtreecommitdiff
path: root/asmrun
Commit message (Expand)AuthorAgeFilesLines
...
* Merge Unix and Windows build systems in the asmrun directory (#941)Sébastien Hinderer2016-12-203-196/+129
* make alldependDavid Allsopp2016-12-141-792/+936
* Compilation fix for Spacetime without libunwindMark Shinwell2016-12-141-0/+2
* Fix spacetime deadlock (#768)Leo White2016-12-141-0/+21
* fix whitespace and overlong linesDamien Doligez2016-12-141-1/+1
* Fix instrumented runtime with spacetimeLeo White2016-12-141-1/+2
* Fix a couple of warnings in C code.Sébastien Hinderer2016-12-061-4/+7
* Instrumentation for american fuzzy lop (afl-fuzz) (#504)Stephen Dolan2016-12-061-2/+3
* Merge pull request #930 from christoph-cullmann/trunkGabriel Scherer2016-11-271-1/+4
|\
| * PR#7417: ensure stack stays 16 bytes alignedChristoph Cullmann2016-11-201-1/+4
* | Fix asmrun/MakefileSébastien Hinderer2016-11-251-1/+1
* | Improve handling of platforms that do not have gprof profiling support (#933)Sébastien Hinderer2016-11-251-7/+8
* | Revert "Improve handling of platforms that do not have gprof profiling suppor...Gabriel Scherer2016-11-251-8/+7
* | Improve handling of platforms that do not have gprof profiling support (#933)Sébastien Hinderer2016-11-251-7/+8
|/
* Do not use the compatibility macros in the C stub code. (#892)Sébastien Hinderer2016-11-171-1/+1
* Merge pull request #795 from xavierleroy/fix-exe-nameGabriel Scherer2016-09-151-3/+3
|\
| * asmrun/startup.c: freeing "exe_name" before useXavier Leroy2016-09-061-1/+0
| * Improve OS-dependent determination of file name for the current executableXavier Leroy2016-09-051-3/+4
* | Fix asmrun/Makefile.nt to add $(IFLEXDIR) to CFLAGS as in asmrun/MakefileFabrice Le Fessant2016-09-141-1/+1
* | Rename byterun/Makefile.common and create asmrun/Makefile.shared (#799)Fabrice Le Fessant2016-09-143-110/+41
* | Fix Spacetime excessive memory consumption by sharing call graphs across threadsMark Shinwell2016-09-081-6/+9
* | Add --reserved-header-bits XX to ./configureFabrice Le Fessant2016-08-298-448/+282
|/
* Add caml_natdynlink_hook, a hook called when a module is dynamically loadedFabrice Le Fessant2016-08-031-0/+6
* fix whitespace, long lines, headersDamien Doligez2016-08-012-4/+5
* Fixes for 32-bitMark Shinwell2016-08-011-0/+4
* Remove uses of stdint.h in Spacetime filesMark Shinwell2016-08-013-3/+2
* Merge #562: Add a kind of finalisation function called without argumentDamien Doligez2016-08-011-2/+2
|\
| * Rename caml_final_do_young_rootFrançois Bobot2016-07-091-1/+1
| * Rename caml_final_do_strong_rootsFrançois Bobot2016-07-091-1/+1
| * Inline the higher order caml_final_do_young_rootsFrançois Bobot2016-07-091-1/+1
* | Spacetime: a new memory profiler (#585)Mark Shinwell2016-07-2911-117/+2510
* | Merge remote-tracking branch 'github-bobot/feature/reraise_raw_backtrace_prim...Gabriel Scherer2016-07-291-2/+0
|\ \
| * | Fix 7be0a81e9c605e73b04a31b400a6ab85e322a544 fixFrançois Bobot2016-07-291-2/+0
* | | Merge remote-tracking branch 'github-bobot/feature/reraise_raw_backtrace_prim...Gabriel Scherer2016-07-296-78/+1
|\ \ \ | |/ /
| * | Fix backtrace for regular raise on arm64, armFrançois Bobot2016-07-286-78/+1
* | | Revert "Merge pull request #378 from bobot/feature/reraise_raw_backtrace_prim...Gabriel Scherer2016-07-271-11/+6
|/ /
* | Add `%reraise_raw_backtrace` primitiveFrançois Bobot2016-07-171-6/+11
* | Add filename to system frametable for amd64 (#663)Mark Shinwell2016-07-171-0/+3
* | Install all include files, and access internals with CAML_INTERNALSFabrice Le Fessant2016-07-128-292/+146
|/
* Merge pull request #667 from lefessan/2016-07-06-more-exportsFabrice Le Fessant2016-07-072-2/+3
|\
| * Export some more functions in C headersFabrice Le Fessant2016-07-062-2/+3
* | #653: respect 80-columns ruleGabriel Scherer2016-07-061-1/+2
* | NetBSD architecture updates (fixes #635)Jaap Boender2016-07-061-1/+18
|/
* s390x.S: fix errors related to stack backtracesXavier Leroy2016-06-271-10/+9
* Make backtraces aware of inlining (#247)Frédéric Bour2016-05-252-32/+42
* Use configured ARCH_UINT64_TYPE, not C99 typesDavid Allsopp2016-04-041-4/+4
* Merge branch '4.03_merged_in_trunk' of https://github.com/bobot/ocaml into bo...Alain Frisch2016-03-151-1392/+1356
|\
| * Merge remote-tracking branch 'origin/4.03' into trunkFrançois Bobot2016-03-111-1392/+1356
| |\
| | * * Fix coreboot target. This target calls promote, which itself nowJacques-Henri Jourdan2016-03-071-1156/+1352
| | * update .depend and bootstrap compilers before releaseDamien Doligez2016-02-291-660/+428