Ilya Biryukov
a423c738b1
Fixed broken links in docs.
...
Replaced references to `llvm.org/klaus` with `git.llvm.org/klaus`.
llvm-svn: 314028
2017-09-22 21:10:37 +00:00
Ismail Donmez
c7ff81435d
Update Bugzilla URLs in docs
...
llvm-svn: 295432
2017-02-17 08:26:11 +00:00
Chris Lattner
a5e039c4c5
wordsmith the "new targets" section a bit.
...
llvm-svn: 278994
2016-08-17 22:17:03 +00:00
Renato Golin
891a49c487
[docs] Adding "new target" rules to dev policy
...
Making explicit our current policy to accept new targets as experimental and
later official. Every new target should follow these rules to be added,
and kept relevant in the upstream tree.
llvm-svn: 278971
2016-08-17 20:38:09 +00:00
Hans Wennborg
c714d7c72d
Bump the trunk version to 4.0.0svn.
...
Differential Revision: https://reviews.llvm.org/D21821
llvm-svn: 275827
2016-07-18 17:51:04 +00:00
Chris Lattner
0bd8822954
clarify a bit.
...
llvm-svn: 275364
2016-07-14 02:52:04 +00:00
Chris Lattner
a9d4085fee
Change the email address for commit access requests to my llvm address.
...
llvm-svn: 273578
2016-06-23 16:29:22 +00:00
Chris Lattner
6854815dde
Most common problem is that I get md5 hashes, not crypt hashes.
...
llvm-svn: 269157
2016-05-11 03:47:36 +00:00
Michael Kuperstein
2b909e9917
Point link to CODE_OWNERS.txt to klaus instead of viewvc.
...
llvm-svn: 267176
2016-04-22 17:41:12 +00:00
Eric Christopher
5e834a5dc4
Fix a spurious if.
...
llvm-svn: 255321
2015-12-11 00:51:59 +00:00
Eric Christopher
86e031a889
s/need/needs
...
llvm-svn: 255306
2015-12-10 22:29:26 +00:00
Eric Christopher
2ec6a49fbf
Attempt to fix the ReST compilation to html of the C API docs.
...
llvm-svn: 255304
2015-12-10 22:04:11 +00:00
Eric Christopher
df2e4d2914
More non-ascii quote characters.
...
llvm-svn: 255303
2015-12-10 21:47:38 +00:00
Eric Christopher
dedacf9c73
Clarify some of the wording on adding a new subcomponent to the
...
C API.
llvm-svn: 255302
2015-12-10 21:46:24 +00:00
Eric Christopher
b5c2b8dc92
Fix non-ascii quotes.
...
llvm-svn: 255301
2015-12-10 21:38:56 +00:00
Eric Christopher
d9f8ce9977
Add C API guidelines to the developer policy to match discussions
...
on the llvm mailing lists.
llvm-svn: 255300
2015-12-10 21:33:53 +00:00
Sean Silva
6cdd2fe0a9
Describe the process better.
...
Patch by Vedant Kumar! <vsk@apple.com>
llvm-svn: 244283
2015-08-06 22:03:54 +00:00
Tanya Lattner
0d28f80bd1
Rename all references to old mailing lists to new lists.llvm.org address.
...
llvm-svn: 243999
2015-08-05 03:51:17 +00:00
Duncan P. N. Exon Smith
375fa1381d
IR: Add a broad bitcode compatibility test
...
Successive versions of LLVM should retain the ability to parse bitcode
generated by old releases of the compiler. This adds a bitcode format
compatibility test, which is intended to provide good (albeit not
entirely exhaustive) coverage of the current LangRef.
This also includes compatibility tests for LLVM 3.6. After every 3.X.0
release, the compatibility.ll file from the 3.X branch should be copied
to compatibility-3.X.ll on trunk, and the 3.X.0 release used to generate
a corresponding bitcode file.
Patch by Vedant Kumar!
llvm-svn: 243779
2015-07-31 20:44:32 +00:00
Tanya Lattner
af346433b1
Remove oversight group. Replace with LLVM Foundation Board of Directors.
...
llvm-svn: 242830
2015-07-21 20:14:20 +00:00
Justin Bogner
f2d356f8eb
docs: Fix up some .rst formatting
...
llvm-svn: 237409
2015-05-14 23:56:58 +00:00
Nick Lewycky
ffc200954a
Add a missing piece of existing practice to the developer policy. This may need further refinement, but I think is roughly correct.
...
llvm-svn: 237405
2015-05-14 23:21:33 +00:00
Renato Golin
dabbaca7c9
Adding commit msg guidelines to dev policy
...
After much bike shed discussions, we seem to agree to a few loose
but relevant guidelines on how to prepare a commit message. It also
points the attribution section to the new commit messages section
to deduplicate information.
llvm-svn: 232334
2015-03-15 21:15:48 +00:00
Rafael Espindola
8d5432c2f7
Document what backwards compatibility we provide for bitcode.
...
llvm-svn: 213813
2014-07-23 22:43:22 +00:00
Eric Christopher
650c8f2a06
Clean up language and grammar.
...
Based on a patch by jfcaron3@gmail.com !
PR19806
llvm-svn: 209216
2014-05-20 17:11:11 +00:00
Sean Silva
e0ddc731a4
[docs] Clean up some more llvm-gcc stuff
...
Some references to llvm-gcc were so crusty that I wasn't sure how to
proceed and so I've left them intact.
I also slipped in a quick peephole fix to use a :doc: link instead of
raw HTML link.
llvm-svn: 201619
2014-02-19 00:12:34 +00:00
Chandler Carruth
85dac69ba1
Update the developer policy to more clearly spell out the steps for
...
contributors to submit patches to the LLVM project. Thanks to Danny,
Chris, Alp, and others for reviewing.
llvm-svn: 198901
2014-01-10 00:08:34 +00:00
Alp Toker
4655259769
Developer policy amendment regarding confidentiality notices
...
Thanks to Daniel Berlin and Nadav Rotem for feedback and rewording!
Discussion:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20131014/191677.html
Reviewed by: nrotem, dberlin
llvm-svn: 192958
2013-10-18 08:45:43 +00:00
Manuel Klimek
aeb642276e
Include a clearer policy about what's ok/nok to speed up code reviews.
...
llvm-svn: 189210
2013-08-26 07:29:08 +00:00
John Criswell
02fc72d47a
Grammar and punctuation fixes.
...
No content changes.
llvm-svn: 179540
2013-04-15 17:38:06 +00:00
Sean Silva
92a44897a2
docs: Fix long standing linking antipattern.
...
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
2013-01-11 02:28:08 +00:00
Dmitri Gribenko
38782b8e87
Documentation: convert ReleaseNotes.html to reST.
...
Patch by Anthony Mykhailenko with small fixes by me.
llvm-svn: 169714
2012-12-09 23:14:26 +00:00
Sean Silva
a89edf6a61
docs: Sphinxify TestingGuide
...
llvm-svn: 167979
2012-11-14 21:09:30 +00:00
Sean Silva
b39f47b067
docs: Minor clean up of Phabricator documentation.
...
llvm-svn: 165779
2012-10-12 01:21:24 +00:00
Manuel Klimek
8398126bdd
Adds Phabricator documentation. This is a first step that answers many questions we have seen.
...
llvm-svn: 165736
2012-10-11 19:40:46 +00:00
Sean Silva
c99b54d095
Test commit
...
llvm-svn: 164174
2012-09-18 22:21:43 +00:00
Duncan Sands
a2791b576f
Take people straight to the contents of the file.
...
llvm-svn: 160777
2012-07-26 08:08:31 +00:00
Duncan Sands
c769ccaff3
Add the list of code owners to the top level of the LLVM source tree to
...
hopefully make it more visible. Adjust the web-docs to have a link to
this file rather than the list itself. I described code owners as also
being gatekeepers for their part of the code, which I think is true but
isn't in the code owner explanation on the web page.
llvm-svn: 160776
2012-07-26 08:04:09 +00:00
Bill Wendling
f42595a75f
Sphinxify the developer policy document.
...
llvm-svn: 158814
2012-06-20 11:20:07 +00:00