| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adjust documentation for git migration. | James Y Knight | 2019-01-29 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes most references to the paths: llvm.org/svn/ llvm.org/git/ llvm.org/viewvc/ github.com/llvm-mirror/ github.com/llvm-project/ reviews.llvm.org/diffusion/ to instead point to https://github.com/llvm/llvm-project. This is *not* a trivial substitution, because additionally, all the checkout instructions had to be migrated to instruct users on how to use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of checking out various projects into various subdirectories. I've attempted to not change any scripts here, only documentation. The scripts will have to be addressed separately. Additionally, I've deleted one document which appeared to be outdated and unneeded: lldb/docs/building-with-debug-llvm.txt Differential Revision: https://reviews.llvm.org/D57330 llvm-svn: 352514 | ||||
| * | update the clang doc about contributions | Sylvestre Ledru | 2018-10-25 | 1 | -3/+4 |
| | | | | | llvm-svn: 345267 | ||||
| * | [WWW] Fixing file permissions for the .html pages. | Mike Edwards | 2018-07-27 | 1 | -0/+0 |
| | | | | | llvm-svn: 338098 | ||||
| * | Remove reference to stale (2009) python version. | Yaron Keren | 2018-03-25 | 1 | -1/+1 |
| | | | | | llvm-svn: 328447 | ||||
| * | Typos in tutorial | Jan Korous | 2017-10-13 | 1 | -2/+2 |
| | | | | | llvm-svn: 315652 | ||||
| * | Use VS2015 Project Support for Natvis to eliminate the need to manually ↵ | Mike Spertus | 2016-03-28 | 1 | -6/+8 |
| | | | | | | | | | | install clang native visualizer This is the clang equivalent to llvm commit 264601. When using Visual Studio 2015, cmake now puts the native visualizers in llvm.sln, so the developer automatically sees custom visualizations. Much thanks to ariccio who provided extensive help on this change. (manual installation still needed on VS2013). llvm-svn: 264603 | ||||
| * | Tweak documentation. | Nico Weber | 2014-06-12 | 1 | -6/+4 |
| | | | | | | | | | | | 1. Having "get started", "get involved", and "hacking" makes it hard to find how to send patches, so add a link from "get involved" to "hacking". 2. Remove an almost 5 year old note on the test running meachanism changing soon. 3. Let "hacking" link to the LLVM developer policy. llvm-svn: 210826 | ||||
| * | Update debugging visualizers section. | Nikola Smiljanic | 2014-01-30 | 1 | -17/+9 |
| | | | | | llvm-svn: 200460 | ||||
| * | Mention the lldb formatters in the clang wiki under debugging. | Argyrios Kyrtzidis | 2012-11-16 | 1 | -0/+4 |
| | | | | | llvm-svn: 168118 | ||||
| * | Add note to hacking.html that running the test harness directly from the ↵ | Eli Friedman | 2012-04-16 | 1 | -2/+10 |
| | | | | | | | command-line requires making sure the relevant files are generated first. Patch by Matt Fowles, with some minor modifications. llvm-svn: 154795 | ||||
| * | Updated information on how to perform command line testing on Windows when ↵ | Aaron Ballman | 2012-02-09 | 1 | -8/+23 |
| | | | | | | | built from MSVC. llvm-svn: 150180 | ||||
| * | Fix ALL the markup. | Benjamin Kramer | 2012-01-15 | 1 | -19/+23 |
| | | | | | llvm-svn: 148219 | ||||
| * | Tweak the guidelines for when one should send patches to cfe-commits vs. cfe-dev | Douglas Gregor | 2011-11-19 | 1 | -5/+4 |
| | | | | | llvm-svn: 145000 | ||||
| * | Stop claiming that Visual Studio 2005 is a viable basis for building | Chandler Carruth | 2011-11-16 | 1 | -1/+1 |
| | | | | | | | | Clang. It isn't any more, and we're not going to twist the code around to make it work. llvm-svn: 144815 | ||||
| * | Easier debugging with Visual Studio Visualizers, from Nikola Smiljanic! | Douglas Gregor | 2011-07-27 | 1 | -0/+22 |
| | | | | | llvm-svn: 136207 | ||||
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| | | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129559 | ||||
| * | www/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR. | NAKAMURA Takumi | 2011-03-18 | 1 | -4/+12 |
| | | | | | llvm-svn: 127863 | ||||
| * | www/hacking.html: Cosmetic change, to detabify, eliminate whitespace, and ↵ | NAKAMURA Takumi | 2011-03-18 | 1 | -36/+36 |
| | | | | | | | add proper slashes to URL. llvm-svn: 127862 | ||||
| * | Note the need for --param=build_config=whatever in the Hacking Clang ↵ | Douglas Gregor | 2011-01-24 | 1 | -0/+4 |
| | | | | | | | document, from Yuri Gribov llvm-svn: 124130 | ||||
| * | Update website to reflect that tests are no longer failing on Windows. | Francois Pichet | 2010-09-11 | 1 | -21/+9 |
| | | | | | llvm-svn: 113704 | ||||
| * | Put the info on testing from the command line into its own section | Dawn Perchik | 2010-09-03 | 1 | -0/+5 |
| | | | | | | | titled "Testing on the Command Line". llvm-svn: 112972 | ||||
| * | www: Add note on running clang tests from a CMake build, patch by Peter ↵ | Daniel Dunbar | 2010-06-10 | 1 | -0/+3 |
| | | | | | | | Collingbourne llvm-svn: 105791 | ||||
| * | Add a Coding Standards section to hacking.html, and point out that cstdio is ↵ | Daniel Dunbar | 2010-01-22 | 1 | -0/+22 |
| | | | | | | | forbidden. llvm-svn: 94137 | ||||
| * | Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. | Daniel Dunbar | 2009-12-11 | 1 | -1/+0 |
| | | | | | llvm-svn: 91176 | ||||
| * | Update clang web pages with respect to Windows | John Thompson | 2009-11-06 | 1 | -5/+59 |
| | | | | | llvm-svn: 86200 | ||||
| * | Improve the Getting Started and Hacking web pages, patch by | Chris Lattner | 2009-08-20 | 1 | -0/+7 |
| | | | | | | | John Thompson! llvm-svn: 79518 | ||||
| * | s/ccc/clang/ | Daniel Dunbar | 2009-08-06 | 1 | -2/+2 |
| | | | | | llvm-svn: 78320 | ||||
| * | Website updates for working with Visual Studio and making patches. | Eli Friedman | 2009-08-03 | 1 | -3/+90 |
| | | | | | | | Patch by John Thompson! llvm-svn: 77988 | ||||
| * | Add svn:eol-style=native to some files | Cedric Venet | 2009-02-14 | 1 | -101/+101 |
| | | | | | | | Correct two files with inconsistent lines endings. llvm-svn: 64564 | ||||
| * | add note about running the test suite with valgrind | Nuno Lopes | 2008-11-25 | 1 | -0/+3 |
| | | | | | llvm-svn: 60029 | ||||
| * | Add some quick notes on the clang tests and running the LLVM test | Daniel Dunbar | 2008-11-18 | 1 | -0/+19 |
| | | | | | | | suite with clang. llvm-svn: 59536 | ||||
| * | Fix some validation errors. | Daniel Dunbar | 2008-11-13 | 1 | -9/+6 |
| | | | | | llvm-svn: 59272 | ||||
| * | Start a "hacking" page with some simple notes on getting started | Daniel Dunbar | 2008-11-13 | 1 | -0/+82 |
| developing clang. llvm-svn: 59270 | |||||

