| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update documentation. | Mikhail Glushenkov | 2009-06-25 | 1 | -2/+5 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -0/+6 |
* | Documentation update. | Mikhail Glushenkov | 2009-03-27 | 1 | -10/+14 |
* | Document the -gcc-tool-args bugpoint option. | Bill Wendling | 2009-03-02 | 1 | -1/+6 |
* | Fix typo. Found by William Moss. | Bill Wendling | 2009-02-28 | 1 | -1/+1 |
* | Mimic gcc behaviour with regard to response files. | Mikhail Glushenkov | 2009-01-21 | 1 | -0/+16 |
* | remove some dead options. | Chris Lattner | 2009-01-12 | 1 | -10/+1 |
* | Add a --check-graph option to llvmc. | Mikhail Glushenkov | 2009-01-09 | 1 | -0/+6 |
* | Man page update. | Mikhail Glushenkov | 2008-12-12 | 1 | -0/+8 |
* | * Fixed formatting of command descriptions to be consistent: | Misha Brukman | 2008-12-11 | 1 | -6/+6 |
* | Man page typo fix. | Mikhail Glushenkov | 2008-12-09 | 1 | -1/+1 |
* | Generalize bugpoint's concept of a "safe" backend, and add options | Dan Gohman | 2008-12-08 | 1 | -4/+32 |
* | Man page update. | Mikhail Glushenkov | 2008-12-07 | 1 | -0/+12 |
* | Describe some more options in the man page. | Mikhail Glushenkov | 2008-11-26 | 1 | -8/+62 |
* | Add a man page for llvmc. Really basic for now, will be updated later. | Mikhail Glushenkov | 2008-11-25 | 2 | -9/+82 |
* | llvm-ld doesn't have a -march option. This fixes PR2961 | Chris Lattner | 2008-10-28 | 1 | -4/+0 |
* | Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code. | Nick Lewycky | 2008-10-26 | 1 | -5/+5 |
* | stacker is really gone. | Chris Lattner | 2008-08-06 | 1 | -1/+1 |
* | remove stacker | Chris Lattner | 2008-08-06 | 2 | -102/+2 |
* | remove a bunch of dead options that never did anything. | Chris Lattner | 2008-06-25 | 1 | -28/+0 |
* | Improve description of -emit-llvm. | Dale Johannesen | 2008-06-12 | 1 | -17/+8 |
* | Create dirs as needed. | Tanya Lattner | 2008-06-09 | 1 | -0/+6 |
* | Remove entries from here also | Anton Korobeynikov | 2008-05-04 | 1 | -5/+0 |
* | Drop llvmc also, it will be replaced by shiny new llvmc2 | Anton Korobeynikov | 2008-05-04 | 1 | -431/+0 |
* | Drop llvm2cpp, it's now a llc target | Anton Korobeynikov | 2008-05-04 | 1 | -217/+0 |
* | Added note to getting started guide to use llvm-gcc4.2. | Tanya Lattner | 2008-04-07 | 2 | -69/+0 |
* | Tweak build system to allow for installing the tutorial and uninstalling the ... | Erick Tryzelaar | 2008-03-30 | 1 | -2/+2 |
* | heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mod... | Chris Lattner | 2008-02-12 | 1 | -40/+30 |
* | remove attributions from the rest of the llvm makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Who thought up this crazy formatting scheme? | Reid Spencer | 2007-08-07 | 1 | -83/+23 |
* | Okay, over/back tags don't next. | Reid Spencer | 2007-08-07 | 1 | -9/+29 |
* | Try an indent level for better formatting. | Reid Spencer | 2007-08-07 | 1 | -6/+12 |
* | Add the code generation options. | Reid Spencer | 2007-08-07 | 1 | -0/+119 |
* | Rearrange options into sections and add the last floating point related option. | Reid Spencer | 2007-08-07 | 1 | -14/+32 |
* | Add the -disable-excess-fp-precision option. | Reid Spencer | 2007-08-07 | 1 | -0/+4 |
* | Add another missing option. | Reid Spencer | 2007-08-07 | 1 | -0/+5 |
* | Add some more missing options. | Reid Spencer | 2007-08-07 | 1 | -2/+12 |
* | Remove the -f option which is no longer supported, but add the -fake-argv0 | Reid Spencer | 2007-08-07 | 1 | -5/+2 |
* | Update links to the command guide generated documentation. | Reid Spencer | 2007-08-05 | 1 | -22/+22 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 27 | -0/+4070 |