| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
"the the" -> "the"
"an" -> "a"
Patch by Kazuaki Ishizaki <ishizaki@jp.ibm.com>!
Differential revision: https://reviews.llvm.org/D72091
|
|
|
|
|
|
|
|
|
|
| |
Subscribers: jfb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D67835
llvm-svn: 372399
|
|
|
|
| |
llvm-svn: 372326
|
|
|
|
|
|
| |
This summarizes two recent llvm-dev discussions. Most of the text provided by David Chisnall and Benoit Belley with minor editting by me.
llvm-svn: 247301
|
|
|
|
| |
llvm-svn: 245858
|
|
|
|
| |
llvm-svn: 245856
|
|
|
|
|
|
|
|
| |
Arranging the language specific property section into readable groupings and adding a couple of notes about pass order, extensions, and the like.
For the record, suggestion for word smithing are welcomed. I'm happy to revise; I'm just trying to get *something* in place.
llvm-svn: 245855
|
|
|
|
|
|
| |
This change just groups the suggestions by broad topic. I'm planning a couple of follow on changes to improve the readability of this document.
llvm-svn: 245854
|
|
|
|
| |
llvm-svn: 243999
|
|
|
|
| |
llvm-svn: 235827
|
|
|
|
|
|
| |
Sean Silva suggested I add something here a while back. Sorry it's taken so long to get back to this.
llvm-svn: 235826
|
|
|
|
|
|
|
|
| |
1) Turns out we're not great at recognizing redundant checks when one is a != and the other is an ==. This is a bug, but it's one that matters to frontend authors.
2) Frontends shouldn't use intrinsics unless strictly neccessary. This has been pretty widely proven by this point and is good to document.
llvm-svn: 235825
|
|
|
|
|
|
|
|
| |
These came from my own experience and may not apply equally to all use cases. Any alternate perspective anyone has should be used to refine these.
As always, grammar and spelling adjustments are more than welcome. Please just directly commit a fix if you see something problematic.
llvm-svn: 231352
|
|
|
|
|
|
| |
This could stand to be expanded - patches welcome! - but let's at least write them down so they don't get forgotten.
llvm-svn: 230995
|
|
As mentioned on llvm-dev, this is a new documentation page intended to collect tips for frontend authors on how to generate IR that LLVM is able to optimize well. These types of things come up repeated in review threads and it would be good to have a place to save them.
I added a small handful to start us off, but I mostly want to get the framework in place. Once the docs are here, we can add to them incrementally. If you know of something appropriate for this page, please add it!
Differential Revision: http://reviews.llvm.org/D7890
llvm-svn: 230807
|