Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a standard for control-flow unreachable assertions in functions that return | Nick Lewycky | 2008-05-31 | 1 | -0/+23 | |
| | | | | | | values, so as to avoid warnings on some platforms. llvm-svn: 51831 | |||||
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -8/+6 | |
| | | | | | | discussion of this change. llvm-svn: 45409 | |||||
* | Update links. | Chris Lattner | 2007-11-09 | 1 | -6/+3 | |
| | | | | llvm-svn: 43964 | |||||
* | Clarify some of the iostreams stuff. | Bill Wendling | 2007-11-06 | 1 | -13/+13 | |
| | | | | llvm-svn: 43766 | |||||
* | Validation fixes | Bill Wendling | 2007-09-22 | 1 | -5/+8 | |
| | | | | llvm-svn: 42229 | |||||
* | Subversionify the documentation. | Reid Spencer | 2007-07-09 | 1 | -3/+3 | |
| | | | | llvm-svn: 38442 | |||||
* | clarify the 'developed by' line | Chris Lattner | 2007-02-19 | 1 | -2/+4 | |
| | | | | llvm-svn: 34400 | |||||
* | fix a grammar ambiguity noticed by Duncan | Chris Lattner | 2007-02-10 | 1 | -1/+2 | |
| | | | | llvm-svn: 34151 | |||||
* | Removed reference to "cnull" because typical users shouldn't need to use | Bill Wendling | 2007-01-04 | 1 | -6/+0 | |
| | | | | | | it. llvm-svn: 32869 | |||||
* | Added example of how to code print() methods so that they will disappear | Bill Wendling | 2006-12-17 | 1 | -5/+18 | |
| | | | | | | from the code if "cnull" is passed into them. llvm-svn: 32641 | |||||
* | Fixed some formatting. | Bill Wendling | 2006-12-09 | 1 | -28/+29 | |
| | | | | llvm-svn: 32392 | |||||
* | Another example of using the llvm IO streams. | Bill Wendling | 2006-12-09 | 1 | -0/+7 | |
| | | | | llvm-svn: 32391 | |||||
* | Add documentation for how to use the new LLVM streams. | Bill Wendling | 2006-12-09 | 1 | -2/+74 | |
| | | | | llvm-svn: 32390 | |||||
* | Fix a couple typos. | Jim Laskey | 2006-07-31 | 1 | -1/+1 | |
| | | | | llvm-svn: 29416 | |||||
* | Add some advice | Chris Lattner | 2006-07-27 | 1 | -8/+26 | |
| | | | | llvm-svn: 29324 | |||||
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 26746 | |||||
* | Add a section about using namespaces. | Chris Lattner | 2006-01-01 | 1 | -20/+35 | |
| | | | | llvm-svn: 25054 | |||||
* | Documentation which contains smileys won't be taken seriously by some people. | Misha Brukman | 2004-12-04 | 1 | -7/+6 | |
| | | | | llvm-svn: 18474 | |||||
* | Use <tt> around "#include" and "std::endl" | Misha Brukman | 2004-10-26 | 1 | -20/+21 | |
| | | | | llvm-svn: 17258 | |||||
* | Use <tt> around header names | Misha Brukman | 2004-10-26 | 1 | -2/+3 | |
| | | | | llvm-svn: 17256 | |||||
* | * Fix spelling and grammar errors | Misha Brukman | 2004-10-26 | 1 | -10/+13 | |
| | | | | | | | | * Close <p> tags properly * Break up paragraphs with blank lines, clean up text alignment * Delete unbalanced " llvm-svn: 17254 | |||||
* | Add a blurb about the use of class vs. struct keyword in class decls. | Reid Spencer | 2004-09-23 | 1 | -0/+18 | |
| | | | | llvm-svn: 16500 | |||||
* | Fix grammar, eliminate double parenthesized sentence fragment. | Misha Brukman | 2004-07-28 | 1 | -4/+5 | |
| | | | | llvm-svn: 15313 | |||||
* | * Wrap code listings in <div class="doc_code"> | Misha Brukman | 2004-07-28 | 1 | -38/+49 | |
| | | | | | | | * Wrap keywords in <tt> * Wrap lines at 80 cols llvm-svn: 15312 | |||||
* | Fixed broken links. | Tanya Lattner | 2004-06-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 14313 | |||||
* | Fix broken internal link. | Misha Brukman | 2004-06-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 14002 | |||||
* | Update the coding standards, removign the bit about avoiding exceptions and | Chris Lattner | 2004-05-23 | 1 | -381/+31 | |
| | | | | | | | | | | rtti (they shouldn't be used in the main compiler, but that's because optimizations aren't allowed to fail!) Remove the big section about iterators, because people who do not know what they are doing shouldn't be writing them. :) llvm-svn: 13670 | |||||
* | Add proper footer since this file is HTML-4.01 compliant. | Misha Brukman | 2004-05-12 | 1 | -6/+9 | |
| | | | | llvm-svn: 13498 | |||||
* | Merged in RELEASE_1. | John Criswell | 2003-10-27 | 1 | -0/+2 | |
| | | | | llvm-svn: 9538 | |||||
* | * Use HTML 4.01 Strict DTD | Misha Brukman | 2003-10-24 | 1 | -267/+385 | |
| | | | | | | | | * Stop using UTF-8, the webserver sends out iso-8859-1 anyway * Use style sheets and <div>s instead of <font> tags * Stop using <ul> for layout llvm-svn: 9474 | |||||
* | Oops, forgot to commit this before: standardize header comments | Chris Lattner | 2003-10-13 | 1 | -2/+2 | |
| | | | | llvm-svn: 9080 | |||||
* | Break lines so that they fit within 80 columns. | Misha Brukman | 2003-10-06 | 1 | -24/+88 | |
| | | | | llvm-svn: 8901 | |||||
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -2/+2 | |
| | | | | llvm-svn: 7944 | |||||
* | * Fix <>'s in code to be <>'s | Chris Lattner | 2003-08-07 | 1 | -26/+54 | |
| | | | | | | * Add section describing how we prefer #includes to be ordered llvm-svn: 7697 | |||||
* | Made many paragraphs fit into 80 characters per line to avoid wrapping in an | Misha Brukman | 2003-07-28 | 1 | -31/+112 | |
| | | | | | | editor window. Re-worded confusing description about interdependence of modules. llvm-svn: 7374 | |||||
* | Change reference to assert.h to mention cassert | Chris Lattner | 2003-07-25 | 1 | -2/+2 | |
| | | | | llvm-svn: 7317 | |||||
* | Properly convert some &'s to &'s | Chris Lattner | 2003-04-23 | 1 | -16/+16 | |
| | | | | llvm-svn: 5868 | |||||
* | Add a note about endl semantics | Chris Lattner | 2002-01-20 | 1 | -1/+15 | |
| | | | | llvm-svn: 1502 | |||||
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -5/+5 | |
| | | | | llvm-svn: 697 | |||||
* | Comment out a paragraph that refers to a file that no longer exists | Chris Lattner | 2001-10-01 | 1 | -3/+3 | |
| | | | | llvm-svn: 689 | |||||
* | Add a missing </a> tag | Chris Lattner | 2001-07-23 | 1 | -2/+2 | |
| | | | | llvm-svn: 285 | |||||
* | Initial checkin of coding standards | Chris Lattner | 2001-07-09 | 1 | -0/+652 | |
llvm-svn: 167 |