Commit Graph

  • 4958703d80 Omit the CI on OSX until I can work up the energy to see why brew install llvm fails. Ian A.Mason 2020-07-13 12:29:29 -0700
  • 13eaad39ad Spring clean the makefile. Ian A.Mason 2020-07-13 11:40:59 -0700
  • 02ea4c5218 Complaints from the peanut gallery. v1.2.6 Ian A. Mason 2020-03-24 12:55:59 -0700
  • 27ff069bcb gofmt tweaks. Ian A. Mason 2020-03-24 12:38:09 -0700
  • e5869c7444 LLVM_BITCODE_GENERATION_FLAGS feature. Ian A. Mason 2020-03-24 12:36:16 -0700
  • a25ce9cfb9 touch could be a useful test. Ian A. Mason 2019-10-31 19:36:49 +0000
  • f464fcac22 Keep the formating gods at bay (or PG&E will not restore my power) Ian A. Mason 2019-10-28 20:47:17 +0000
  • 28f0ce31f2
    Update README.md Ian A Mason 2019-10-28 13:29:51 -0700
  • 16f126b631 The README is now self contained (maybe). Ian A. Mason 2019-10-28 20:27:48 +0000
  • 432a6ca326 Warming to the task of no longer relying on wllvm documentation. Ian A. Mason 2019-10-28 16:57:12 +0000
  • 5b1c1b2752 testing the cmd switches and environment settings. Ian A. Mason 2019-10-28 14:38:49 +0000
  • 58744e5ae2 Purge of LogFatal complete; some (success bool) codes not checked yet, mainly in the bitcode attaching process Ian A. Mason 2019-10-26 16:47:47 +0000
  • fa20b6410c Slowly remove the ugly LogFatal in favor of exitCodes Ian A. Mason 2019-10-26 01:53:45 +0000
  • ef77e255a8 Still futzing with the Extract method... Ian A. Mason 2019-10-26 00:37:23 +0000
  • bd88b14e25 Actually use the args slice passes to shared.Extract Ian A. Mason 2019-10-25 20:22:52 +0000
  • 4c6313089a Adding some text to the sanity checker, so I can cut and paste when I forget the env vars. Ian A. Mason 2019-10-25 17:42:55 +0000
  • 6fe574a965 Makefile for the absent minded. Ian A. Mason 2019-10-25 17:30:58 +0000
  • 037a8b22d0
    Merge pull request #32 from arrowd/patch-2 Ian A Mason 2019-10-25 10:25:24 -0700
  • 4dae7fb34a
    Also LogDebug() the command line being run in runCmd() Gleb Popov 2019-10-25 21:23:18 +0400
  • 802745f6a5
    Update README.md Ian A Mason 2019-10-25 10:22:53 -0700
  • 31809002e2
    Update README.md Ian A Mason 2019-10-25 10:13:20 -0700
  • b09494b393
    Update README.md Ian A Mason 2019-10-25 09:50:28 -0700
  • 48410d1c0f A picture is worth a Megaword. Ian A.Mason 2019-10-25 09:48:48 -0700
  • 86d04ac4e4 Cleaning up the extraction arg parsing, with the aim to parse something other than os.Args Ian A.Mason 2019-10-25 09:27:32 -0700
  • 321c44cfee Merge branch 'master' of https://github.com/SRI-CSL/gllvm v1.2.5 Ian A. Mason 2019-10-23 19:03:24 +0000
  • 21a9a3a3c7 Prepping a new release. Ian A. Mason 2019-10-23 19:03:01 +0000
  • 4ffd7d4646
    Update README.md Ian A Mason 2019-10-23 10:41:47 -0700
  • 8abc459f9a Turn off replay mode; didn't pan out unfortunately. ians-playground Ian A. Mason 2019-10-23 16:55:52 +0000
  • 40683f0ab7
    Update README.md Ian A Mason 2019-10-23 09:41:13 -0700
  • bce21265af Allow for customization under the hood. Ian A. Mason 2019-10-23 16:27:24 +0000
  • 0be1e568c2 Elevate failure of the segment addition process to a warning, why isn't it an error... Ian A. Mason 2019-10-23 14:35:38 +0000
  • 0a188e2de8 nodejs example with the extra baggage of the gist. Ian A. Mason 2019-10-23 13:29:11 +0000
  • cba433a89f race tests can take a long time. Ian A. Mason 2019-10-22 17:56:42 +0000
  • 3a57e247a0 Futzing insidee the vagrant box. Ian A. Mason 2019-10-22 17:53:26 +0000
  • 3c7ad06857 Futzing insidee the vagrant box. Ian A. Mason 2019-10-22 17:52:39 +0000
  • 052d1d18f6 Futzing insidee the vagrant box. Ian A. Mason 2019-10-22 17:47:34 +0000
  • a8305d0094 issue #31 plus continued race detection stuff, II. Ian A.Mason 2019-10-22 06:41:44 -0700
  • fc48468746 issue #31 plus continued race detection stuff. Ian A.Mason 2019-10-22 06:38:16 -0700
  • 64ececee96 Preparing to stress the race detector. Ian A.Mason 2019-10-21 09:13:24 -0700
  • 8e330f2e72 Looking for data races. Ian A.Mason 2019-10-20 13:42:26 -0700
  • dd941cd29b
    Update README.md Ian A Mason 2019-08-26 16:20:34 -0700
  • 502ac0f05f Fix for #26, so I can close it. Ian A. Mason 2019-08-26 14:03:18 -0700
  • bda594ddbe httping example. Ian A. Mason 2019-07-30 15:41:17 -0700
  • fe8fbc063e openssl example. Ian A. Mason 2019-07-30 14:42:30 -0700
  • ed763b58cb httpd and family get the cobwebs dusted off. Ian A. Mason 2019-07-30 14:13:58 -0700
  • 3c6c9d2cf8 binutils example Ian A. Mason 2019-07-30 08:04:36 -0700
  • 3e5f463646 bzip2 joins the ranks of the examples. Ian A. Mason 2019-07-29 16:47:56 -0700
  • 8fc18595bc Merge branch 'master' of https://github.com/SRI-CSL/gllvm Ian A. Mason 2019-07-29 16:39:09 -0700
  • a71109d5a9 Updating the examples to include the recent set. Ian A. Mason 2019-07-29 16:39:02 -0700
  • 465f5d88be The midas touch. Not. Ian A. Mason 2019-07-29 16:30:40 -0700
  • 2ac8c3faae Looks like I broke things. Ian A. Mason 2019-07-29 16:26:30 -0700
  • dd2cde4454 issue #30 (letting travis test it) Ian A. Mason 2019-07-25 13:12:23 -0700
  • 911a9312a3 Ooops forgot to update the version Ian A. Mason 2019-07-03 06:39:16 -0700
  • a973a87115 Issue #84 over at travitch's place. v1.2.4 Ian A. Mason 2019-06-18 11:13:49 -0700
  • 701b08be70 Keeping ahead(?) of wllvm. Ian A. Mason 2019-06-12 06:47:57 -0700
  • 6f73c2a34b whitespace. Ian A. Mason 2019-06-10 14:02:36 -0700
  • dfa35831ac
    Update README.md Ian A Mason 2019-06-10 13:59:48 -0700
  • f9891c0fe7
    Update README.md Ian A Mason 2019-06-10 13:54:51 -0700
  • d7da603429 Added some details about whats under the hood of both wllvm, and gllvm. Ian A. Mason 2019-06-10 13:47:18 -0700
  • fcb3406452 -fopenmp added as a link and compile flag. Ian A. Mason 2019-02-11 07:12:50 -0800
  • 46525c3ffa
    Update README.md Ian A Mason 2019-01-05 08:14:38 -0800
  • e19027f459 Cleanup. v1.2.3 Ian A. Mason 2019-01-04 11:39:44 -0800
  • d7314dd3d4 pattern matching done in a fixed order to make sure the right one matches first. Ian A. Mason 2019-01-04 10:38:25 -0800
  • 6fa871fa6c binary --sysroot variant. Ian A. Mason 2019-01-03 12:41:31 -0800
  • df3a1a7b5f Issue #25 Ian A. Mason 2019-01-02 13:21:08 -0800
  • 68123001a8 Issue #23 Ian A. Mason 2019-01-02 11:43:48 -0800
  • d52f38ce03 Merge branch 'master' of https://github.com/SRI-CSL/gllvm Ian A. Mason 2018-08-06 15:10:40 -0700
  • ea6becdfd7 keeping gofmt happy. Ian A. Mason 2018-08-06 15:10:30 -0700
  • b94c551e51
    Update tutorial-ubuntu-16.04.md Ian A Mason 2018-08-06 09:59:07 -0700
  • 3de212139a Warn rather than fail if the .o comes from, say assembly. Ian A. Mason 2018-08-06 09:43:38 -0700
  • 61a5de2894
    Update tutorial-ubuntu-16.04.md Ian A Mason 2018-08-03 14:03:56 -0700
  • e5eb1c0973
    Update tutorial-ubuntu-16.04.md Ian A Mason 2018-08-03 14:03:33 -0700
  • cc516e9f23 Sytax error. Ian A. Mason 2018-06-22 07:17:17 -0700
  • 9567f3a6bc The usual travis pain. Ian A. Mason 2018-06-22 07:04:04 -0700
  • 7e21dd816d Forgot the verbose switch. Ian A. Mason 2018-06-22 06:42:18 -0700
  • 1e74a073d9 See if there is an llvm bottle available yet. Ian A. Mason 2018-06-22 06:41:17 -0700
  • 647321eea7
    deleted backslash before @ paul-naert 2018-06-15 16:25:32 -0700
  • c9640d87cc
    Update README.md paul-naert 2018-06-14 17:46:35 -0700
  • e4a965fd03
    Corrected built-in-parsing.py paul-naert 2018-06-14 17:45:43 -0700
  • 22ca10378c
    Updated description for bi-parsing paul-naert 2018-06-14 17:41:07 -0700
  • 92ebd42471
    Update README.md paul-naert 2018-06-14 11:22:56 -0700
  • cc5d2aaf16
    Update README.md paul-naert 2018-06-14 11:22:10 -0700
  • fddb064c5e Merge branch 'master' of https://github.com/SRI-CSL/gllvm Ian A. Mason 2018-06-11 15:06:54 -0700
  • f2637f6887 archaic flag added. Ian A. Mason 2018-06-11 15:05:58 -0700
  • d71af4e683
    Update README.md paul-naert 2018-06-05 10:30:08 -0700
  • fa41b231ea Wrong switches to get-bc in the musllvm.sh script. Ian A. Mason 2018-06-05 09:45:12 -0700
  • 8dd733fe62 See if we can build musl in the linux side of things too. Ian A. Mason 2018-06-05 09:38:59 -0700
  • 1b784a4351 multi-os travis CI (and the Makefile's contents, aye curumba) Ian A. Mason 2018-06-04 14:19:09 -0700
  • acf06bc71b multi-os travis CI (and add the Makefile :-) ) Ian A. Mason 2018-06-04 13:56:04 -0700
  • 6478d659aa multi-os travis CI (need to make forgotten script executable) Ian A. Mason 2018-06-04 13:45:06 -0700
  • 44abca0719 multi-os travis CI (oopsy forgot a script) Ian A. Mason 2018-06-04 13:41:21 -0700
  • 4a25691b8d multi-os travis CI Ian A. Mason 2018-06-04 13:37:03 -0700
  • 778414f628 linting ... Ian A. Mason 2018-06-01 06:26:59 -0700
  • 9cb7a2f944 Merge branch 'master' of https://github.com/SRI-CSL/gllvm v1.2.2 Ian A. Mason 2018-05-25 16:49:58 -0700
  • 3f70cff193 Another recipe for mayhem, III. Ian A. Mason 2018-05-25 16:49:52 -0700
  • 44c95b05dc
    added mention to built-in-parsing.py paul-naert 2018-05-25 16:36:16 -0700
  • 4d6bf2f52b Merge branch 'master' of https://github.com/SRI-CSL/gllvm Ian A. Mason 2018-05-25 16:05:13 -0700
  • 78c71852be fixed built-in-parsing paul-naert 2018-05-25 16:03:58 -0700
  • cd8022e385 Another recipe for mayhem, II. Ian A. Mason 2018-05-25 15:34:33 -0700
  • 4b7c2e9ec9 added comments for built-in-parsing paul-naert 2018-05-25 15:33:26 -0700