Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
patmos-clang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWAN
patmos-clang
Commits
f2f23bb3
Commit
f2f23bb3
authored
11 years ago
by
Daniel Prokesch
Browse files
Options
Downloads
Patches
Plain Diff
Added -mpatmos-singlepath as patmos-llc option
parent
c70a9fdd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/clang/Driver/Options.td
+2
-0
2 additions, 0 deletions
include/clang/Driver/Options.td
with
2 additions
and
0 deletions
include/clang/Driver/Options.td
+
2
−
0
View file @
f2f23bb3
...
...
@@ -1228,6 +1228,8 @@ def mpatmos_sca_remove_ensures : Flag<["-"], "mpatmos-sca-remove-ensures">, Grou
HelpText<"Remove unnecessary ensure instructions during Stack Cache Analysis">, Flags<[HelpHidden]>;
def mpatmos_sca_serialize : Joined<["-"], "mpatmos-sca-serialize=">, Group<m_Patmos_llc_Group>,
HelpText<"Export PML specification of generated machine code to FILE">, Flags<[HelpHidden]>;
def mpatmos_singlepath : Joined<["-"], "mpatmos-singlepath=">, Group<m_Patmos_llc_Group>,
HelpText<"Functions for which single-path code is generated">, Flags<[HelpHidden]>;
def mpatmos_split_call_blocks : Flag<["-"], "mpatmos-split-call-blocks">, Group<m_Patmos_llc_Group>,
HelpText<"Split basic blocks containing calls into own subfunctions">, Flags<[HelpHidden]>;
def mpatmos_stack_cache_analysis_bounds : Joined<["-"], "mpatmos-stack-cache-analysis-bounds=">, Group<m_Patmos_llc_Group>,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment