From patchwork Sat May 19 12:52:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luc Van Oostenryck X-Patchwork-Id: 10412811 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3FC27602CB for ; Sat, 19 May 2018 12:52:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 15228285D2 for ; Sat, 19 May 2018 12:52:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 07DE928641; Sat, 19 May 2018 12:52:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9016D285D2 for ; Sat, 19 May 2018 12:52:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752295AbeESMwt (ORCPT ); Sat, 19 May 2018 08:52:49 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:40360 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752265AbeESMws (ORCPT ); Sat, 19 May 2018 08:52:48 -0400 Received: by mail-wm0-f47.google.com with SMTP id j5-v6so19540592wme.5 for ; Sat, 19 May 2018 05:52:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=zbciW55QiPMH7UyEzc0pibvXMe5kKosU3KoIjyfkXKI=; b=fz+G1yJeZWUHsGGlkx0beAIg0EFV2UoI/1D+WS+Ll1t9DFAFyx7BQ7JLnUkdJYpJse M1YGSoo9PqKkJwD2SluIkhskAtgOWMhVL+BB+0w7qp9C1dFTFZcQuEAkXtQ6NfLDWqS9 kQpu6OaPAfWIfeO1lDquMKGtYcgbG5OGTXuehsOxjfFjyVQi404A1P9c8Mk4ZEjAWsj3 WVX+sPPwVWBF+e8m208ozlg9C+egcf5GUlzg24iluCP2axlwWIomkvtBwXmG0OmeUtz+ EQTNDcL40pfHMAA1RJbUBq/V3KbqAmTwFSxJeIaYZ9ygoCjwGQ0X0fFrSBNOb67qwB3L Nt4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=zbciW55QiPMH7UyEzc0pibvXMe5kKosU3KoIjyfkXKI=; b=tmM5btoqq3oYD0Vt13mGJY6tD/s/fqTsf4naWRv+5OomzdZobtf0XtCPU+La6vkbpc efnQAkzyIqrhGxZtMOCen4TjhBy2HFGKkOr8QVjxltM7Yvk4yWOYkaEarjZV/8X2uV7K qi4gJOCRvN5kSMw8GIEM9HSCdgufUyafp1t+ihqdjWQllKwehSG+BUNqcxoFN7a48Fqc PurbL1nAuGkhBK5QMk7mig96VRWn3UTUv+mBllort6ZOquK+Tji0R/+IQomGeLjMVET7 lvmU41VEDNbAW7Pd9Xl2XRk4c3wLXvVDE9kF77sorxuPHKGzvwIQGo4KEKr+g9OTSsX+ s82Q== X-Gm-Message-State: ALKqPwdUxdtbCfZrd1nGPQYAI0SIKvFVBDLMdjpwKTtk6ZnEoOstovsX IdWc646K9RtsgDxd75MyaelsObYz X-Google-Smtp-Source: AB8JxZrbM5KobDh7SpmsKOkMo7C6IjtH59F7i4VKPXhDUoqkZ1M+TIBL0Olx4GMA+bZjTbhVnm1y2A== X-Received: by 2002:aa7:c309:: with SMTP id l9-v6mr16386217edq.304.1526734367191; Sat, 19 May 2018 05:52:47 -0700 (PDT) Received: from localhost.localdomain ([2a02:a03f:4039:2700:f43f:362e:7632:e7da]) by smtp.gmail.com with ESMTPSA id y53-v6sm5008495edb.17.2018.05.19.05.52.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 May 2018 05:52:46 -0700 (PDT) From: Luc Van Oostenryck To: linux-sparse@vger.kernel.org Cc: Luc Van Oostenryck Subject: [PATCH v2 01/12] doc: fix markdown syntax Date: Sat, 19 May 2018 14:52:28 +0200 Message-Id: <20180519125239.89629-2-luc.vanoostenryck@gmail.com> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180519125239.89629-1-luc.vanoostenryck@gmail.com> References: <20180519125239.89629-1-luc.vanoostenryck@gmail.com> Sender: linux-sparse-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sparse@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Luc Van Oostenryck --- Documentation/dev-options.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Documentation/dev-options.md b/Documentation/dev-options.md index 7c278135a..d4aa6aff6 100644 --- a/Documentation/dev-options.md +++ b/Documentation/dev-options.md @@ -7,28 +7,28 @@ document options only useful for development on sparse itself. ### Select the passes -* '-f\[-disable|-enable|=last]' +* `-f[-disable|-enable|=last]` - If '=last' is used, all passes after the specified one are disabled. + If `=last` is used, all passes after the specified one are disabled. By default all passes are enabled. The passes currently understood are: - * 'mem2reg' - * 'optim' + * `mem2reg` + * `optim` ### Debugging -* '-fdump-ir[=\[,\...]]' +* `-fdump-ir[=[,...]]` Dump the IR at each of the given passes. The passes currently understood are: - * 'linearize' - * 'mem2reg' - * 'final' + * `linearize` + * `mem2reg` + * `final` -* '-v' +* `-v` Add or display some debug info. The flag can be one of: - * 'dead': annotate dead pseudos. - * 'entry': dump the IR after all optimization passes. + * `dead`: annotate dead pseudos. + * `entry`: dump the IR after all optimization passes.