Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files. | Craig Topper | 2012-02-27 | 1 | -14/+38 | |
| | | | | llvm-svn: 151513 | |||||
* | Add a random .LL file generator to stress-test different llvm components. | Nadav Rotem | 2012-02-26 | 2 | -0/+45 | |
| | | | | llvm-svn: 151479 | |||||
* | Fix typo and broken link | Eli Bendersky | 2012-02-05 | 1 | -2/+2 | |
| | | | | llvm-svn: 149820 | |||||
* | Add missing paren | Eli Bendersky | 2012-02-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 149817 | |||||
* | Fix dead link | Eli Bendersky | 2012-01-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 147721 | |||||
* | Correct spelling. | Duncan Sands | 2012-01-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 147435 | |||||
* | llvm-build: Add sketchy support for preserving comments when using | Daniel Dunbar | 2011-12-12 | 1 | -1/+4 | |
| | | | | | | --write-llvmbuild. llvm-svn: 146434 | |||||
* | Add documentation for llvm-cov. | Devang Patel | 2011-11-28 | 2 | -0/+48 | |
| | | | | llvm-svn: 145319 | |||||
* | llvm-build: Add initial --write-cmake-fragment option. | Daniel Dunbar | 2011-11-04 | 1 | -0/+7 | |
| | | | | llvm-svn: 143744 | |||||
* | llvm-build: Add initial code for --write-make-fragment. | Daniel Dunbar | 2011-11-03 | 1 | -0/+7 | |
| | | | | llvm-svn: 143661 | |||||
* | llvm-build: Add "--write-library-table" option for generating the C++ library | Daniel Dunbar | 2011-11-03 | 1 | -0/+7 | |
| | | | | | | dependency table used by llvm-config. llvm-svn: 143628 | |||||
* | docs: Sketch docs for llvm-build tool. | Daniel Dunbar | 2011-11-03 | 2 | -1/+63 | |
| | | | | llvm-svn: 143627 | |||||
* | Remove mention of llvm-gcc and llvm-g++. -Ministry of Truth | Bill Wendling | 2011-09-20 | 1 | -19/+0 | |
| | | | | llvm-svn: 140163 | |||||
* | Remove more of llvmc and dependencies. | Eric Christopher | 2011-09-20 | 2 | -193/+0 | |
| | | | | llvm-svn: 140121 | |||||
* | Remove obsolete .pod files. | Bill Wendling | 2011-09-18 | 2 | -161/+0 | |
| | | | | llvm-svn: 140000 | |||||
* | Add -rfunc and -rglob options to llvm-extract to support regular | Chad Rosier | 2011-09-16 | 1 | -0/+12 | |
| | | | | | | expression matching. llvm-svn: 139945 | |||||
* | Comment edit. | Andrew Trick | 2011-04-23 | 1 | -1/+2 | |
| | | | | llvm-svn: 130047 | |||||
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040 | |||||
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -10/+10 | |
| | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | |||||
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 | |
| | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558 | |||||
* | Documented bugpoint --compile-custom --compile-command. | Andrew Trick | 2011-04-14 | 1 | -2/+16 | |
| | | | | | | I've used it a few times to reduce unit tests and gotten one request for information on it. It's not easy to use correctly because bugpoint doesn't tell you when you're doing it wrong. llvm-svn: 129507 | |||||
* | docs/CommandGuide/index.html: Fix CSS url to relative. | NAKAMURA Takumi | 2011-04-11 | 1 | -1/+1 | |
| | | | | llvm-svn: 129268 | |||||
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 23 | -23/+23 | |
| | | | | llvm-svn: 129181 | |||||
* | Spelling fix: consequtive -> consecutive. | Duncan Sands | 2011-02-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 125563 | |||||
* | Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line ↵ | Peter Collingbourne | 2010-11-16 | 2 | -3/+14 | |
| | | | | | | options llvm-svn: 119370 | |||||
* | Teach FileCheck to handle trailing CHECK-NOT patterns. | Jakob Stoklund Olesen | 2010-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | A CHECK-NOT pattern without a following CHECK pattern simply checks that the pattern doesn't match before the end of the input file. You can even have only CHECK-NOT patterns to check that strings appear nowhere in the input file. llvm-svn: 116592 | |||||
* | Add documentation for llvm-diff. | John McCall | 2010-09-07 | 2 | -0/+56 | |
| | | | | llvm-svn: 113303 | |||||
* | Add a opt-args option that can be used to pass arguments to every opt | Rafael Espindola | 2010-08-08 | 1 | -0/+4 | |
| | | | | | | | | invocation. Fixes PR7793: bugpoint -debug test.ll --opt-args -unroll-count=4 llvm-svn: 110555 | |||||
* | Test commit. | Daniel Dunbar | 2010-05-11 | 1 | -2/+2 | |
| | | | | llvm-svn: 103479 | |||||
* | Test commit. | Tanya Lattner | 2010-05-11 | 1 | -1/+1 | |
| | | | | llvm-svn: 103478 | |||||
* | Test commit. | Tanya Lattner | 2010-05-11 | 1 | -1/+1 | |
| | | | | llvm-svn: 103477 | |||||
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 25 | -0/+4160 | |
| | | | | llvm-svn: 103219 | |||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 25 | -4160/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213 | |||||
* | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands | 2010-05-02 | 1 | -2/+2 | |
| | | | | | | | Remove the -enable-eh option which is only used by the JIT, and replace it with -jit-enable-eh. llvm-svn: 102865 | |||||
* | Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. | Erick Tryzelaar | 2010-03-04 | 1 | -3/+3 | |
| | | | | | | We need this so can not bake DESTDIR into the O'Caml symlinks. llvm-svn: 97743 | |||||
* | Uniformize the way these options are printed. Requested by | Duncan Sands | 2010-02-18 | 1 | -2/+2 | |
| | | | | | | Russell Wallace. llvm-svn: 96580 | |||||
* | Refer to -help instead of --help since this is what tools themselves say. | Duncan Sands | 2010-02-18 | 16 | -21/+21 | |
| | | | | | | | | Also, have tools output -help-hidden rather than refer to --help-hidden, for consistency, and likewise adjust documentation. This doesn't change every mention of --help, only those which seemed clearly safe. llvm-svn: 96578 | |||||
* | llvm-db was removed. | Dan Gohman | 2010-02-11 | 1 | -16/+0 | |
| | | | | llvm-svn: 95904 | |||||
* | Add support to llvm-extract for extracting multiple functions and/or | Dan Gohman | 2010-02-10 | 1 | -1/+7 | |
| | | | | | | multiple global variables at a time. llvm-svn: 95825 | |||||
* | Fix some typos. | Duncan Sands | 2010-02-08 | 1 | -4/+4 | |
| | | | | llvm-svn: 95542 | |||||
* | Support -[weak_]framework and -F in llvmc. | Mikhail Glushenkov | 2009-12-01 | 1 | -7/+18 | |
| | | | | llvm-svn: 90210 | |||||
* | Allow '_' in FileCheck variable names, it is nice to have at least one | Daniel Dunbar | 2009-11-22 | 1 | -1/+1 | |
| | | | | | | | separate character. - Chris, OK? llvm-svn: 89626 | |||||
* | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar | 2009-11-15 | 1 | -0/+5 | |
| | | | | | | - Currently just useful for timing, although it could be extended as one (bad) way to deal with flaky tests. llvm-svn: 88827 | |||||
* | lit: Start documentation testing architecture. | Daniel Dunbar | 2009-11-10 | 1 | -0/+116 | |
| | | | | llvm-svn: 86655 | |||||
* | lit: Add --param NAME=VALUE option, for test suite specific use (to communicate | Daniel Dunbar | 2009-11-05 | 1 | -0/+6 | |
| | | | | | | arbitrary command line arguments to the test suite). llvm-svn: 86137 | |||||
* | lit: Add --config-prefix option, to override default config file names. | Daniel Dunbar | 2009-10-25 | 1 | -0/+5 | |
| | | | | llvm-svn: 85035 | |||||
* | Add link to 'lit' from CommandGuide. | Daniel Dunbar | 2009-10-19 | 1 | -0/+2 | |
| | | | | llvm-svn: 84461 | |||||
* | check in a bunch of content from TestingGuide. Part of PR5216 | Chris Lattner | 2009-10-17 | 1 | -3/+183 | |
| | | | | llvm-svn: 84309 | |||||
* | Put back non-obsolete -f sections for 'opt'. | Daniel Dunbar | 2009-09-15 | 1 | -0/+6 | |
| | | | | llvm-svn: 81954 | |||||
* | Remove references to obsolete -f option. | Daniel Dunbar | 2009-09-15 | 2 | -12/+0 | |
| | | | | llvm-svn: 81911 |