| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove mention of llvm-gcc and llvm-g++. -Ministry of Truth | Bill Wendling | 2011-09-20 | 1 | -19/+0 |
* | Remove more of llvmc and dependencies. | Eric Christopher | 2011-09-20 | 2 | -193/+0 |
* | Remove obsolete .pod files. | Bill Wendling | 2011-09-18 | 2 | -161/+0 |
* | Add -rfunc and -rglob options to llvm-extract to support regular | Chad Rosier | 2011-09-16 | 1 | -0/+12 |
* | Comment edit. | Andrew Trick | 2011-04-23 | 1 | -1/+2 |
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -5/+5 |
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -10/+10 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Documented bugpoint --compile-custom --compile-command. | Andrew Trick | 2011-04-14 | 1 | -2/+16 |
* | docs/CommandGuide/index.html: Fix CSS url to relative. | NAKAMURA Takumi | 2011-04-11 | 1 | -1/+1 |
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 23 | -23/+23 |
* | Spelling fix: consequtive -> consecutive. | Duncan Sands | 2011-02-15 | 1 | -1/+1 |
* | Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line opt... | Peter Collingbourne | 2010-11-16 | 2 | -3/+14 |
* | Teach FileCheck to handle trailing CHECK-NOT patterns. | Jakob Stoklund Olesen | 2010-10-15 | 1 | -1/+1 |
* | Add documentation for llvm-diff. | John McCall | 2010-09-07 | 2 | -0/+56 |
* | Add a opt-args option that can be used to pass arguments to every opt | Rafael Espindola | 2010-08-08 | 1 | -0/+4 |
* | Test commit. | Daniel Dunbar | 2010-05-11 | 1 | -2/+2 |
* | Test commit. | Tanya Lattner | 2010-05-11 | 1 | -1/+1 |
* | Test commit. | Tanya Lattner | 2010-05-11 | 1 | -1/+1 |
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 25 | -0/+4160 |
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 25 | -4160/+0 |
* | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands | 2010-05-02 | 1 | -2/+2 |
* | Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. | Erick Tryzelaar | 2010-03-04 | 1 | -3/+3 |
* | Uniformize the way these options are printed. Requested by | Duncan Sands | 2010-02-18 | 1 | -2/+2 |
* | Refer to -help instead of --help since this is what tools themselves say. | Duncan Sands | 2010-02-18 | 16 | -21/+21 |
* | llvm-db was removed. | Dan Gohman | 2010-02-11 | 1 | -16/+0 |
* | Add support to llvm-extract for extracting multiple functions and/or | Dan Gohman | 2010-02-10 | 1 | -1/+7 |
* | Fix some typos. | Duncan Sands | 2010-02-08 | 1 | -4/+4 |
* | Support -[weak_]framework and -F in llvmc. | Mikhail Glushenkov | 2009-12-01 | 1 | -7/+18 |
* | Allow '_' in FileCheck variable names, it is nice to have at least one | Daniel Dunbar | 2009-11-22 | 1 | -1/+1 |
* | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar | 2009-11-15 | 1 | -0/+5 |
* | lit: Start documentation testing architecture. | Daniel Dunbar | 2009-11-10 | 1 | -0/+116 |
* | lit: Add --param NAME=VALUE option, for test suite specific use (to communicate | Daniel Dunbar | 2009-11-05 | 1 | -0/+6 |
* | lit: Add --config-prefix option, to override default config file names. | Daniel Dunbar | 2009-10-25 | 1 | -0/+5 |
* | Add link to 'lit' from CommandGuide. | Daniel Dunbar | 2009-10-19 | 1 | -0/+2 |
* | check in a bunch of content from TestingGuide. Part of PR5216 | Chris Lattner | 2009-10-17 | 1 | -3/+183 |
* | Put back non-obsolete -f sections for 'opt'. | Daniel Dunbar | 2009-09-15 | 1 | -0/+6 |
* | Remove references to obsolete -f option. | Daniel Dunbar | 2009-09-15 | 2 | -12/+0 |
* | Update llc/opt PODs to clarify they support .ll input. | Daniel Dunbar | 2009-09-15 | 2 | -17/+19 |
* | Give llvm-link a -S option. | Dan Gohman | 2009-09-15 | 1 | -0/+4 |
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 1 | -0/+4 |
* | Add 'lit' testing tool. | Daniel Dunbar | 2009-09-08 | 1 | -0/+222 |
* | Document opt -S argument. | Daniel Dunbar | 2009-09-07 | 1 | -0/+4 |
* | Update documentation for the -f change. | Dan Gohman | 2009-08-25 | 6 | -16/+18 |
* | Don't install the man page for FileCheck | Douglas Gregor | 2009-08-23 | 1 | -2/+8 |
* | fix pasto noticed by Jakub | Chris Lattner | 2009-08-15 | 1 | -1/+1 |
* | add a simple FileCheck man page. | Chris Lattner | 2009-08-15 | 2 | -0/+67 |
* | Added -b option to override the default bitcode output file name. | Sanjiv Gupta | 2009-07-22 | 1 | -0/+6 |
* | Update documentation. | Mikhail Glushenkov | 2009-07-11 | 1 | -2/+3 |
* | Documentation update. | Mikhail Glushenkov | 2009-07-09 | 1 | -0/+5 |