Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the segmented stack switch to a function attribute | Reid Kleckner | 2014-04-10 | 1 | -3/+2 |
| | | | | | | | | | This removes the -segmented-stacks command line flag in favor of a per-function "split-stack" attribute. Patch by Luqman Aden and Alex Crichton! llvm-svn: 205997 | ||||
* | docs: Fix long standing linking antipattern. | Sean Silva | 2013-01-11 | 1 | -2/+0 |
| | | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162 | ||||
* | Sphinxify the SegmentedStack document. | Bill Wendling | 2012-06-20 | 1 | -0/+80 |
llvm-svn: 158819 |