1. 8c35936 Add documentation for llvm-diff. by John McCall · 15 years ago
  2. ec62d53 Add a opt-args option that can be used to pass arguments to every opt by Rafael Espindola · 15 years ago
  3. c9d0c4e Test commit. by Daniel Dunbar · 15 years ago
  4. 10934e8 Test commit. by Tanya Lattner · 15 years ago
  5. e924ab5 Test commit. by Tanya Lattner · 15 years ago
  6. e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 15 years ago
  7. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago
  8. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
  9. d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 15 years ago
  10. 18619b2 Uniformize the way these options are printed. Requested by Russell Wallace. by Duncan Sands · 15 years ago
  11. 7e7ae5a Refer to -help instead of --help since this is what tools themselves say. by Duncan Sands · 15 years ago
  12. 4bcf51b llvm-db was removed. by Dan Gohman · 15 years ago
  13. a499d20 Add support to llvm-extract for extracting multiple functions and/or by Dan Gohman · 15 years ago
  14. 7c2da96 Fix some typos. by Duncan Sands · 16 years ago
  15. 1851860 Support -[weak_]framework and -F in llvmc. by Mikhail Glushenkov · 16 years ago
  16. 964ac01 Allow '_' in FileCheck variable names, it is nice to have at least one by Daniel Dunbar · 16 years ago
  17. 40c67b5 lit: Add --repeat=N option, for running each test N times. by Daniel Dunbar · 16 years ago
  18. 6f479e5 lit: Start documentation testing architecture. by Daniel Dunbar · 16 years ago
  19. f626167 lit: Add --param NAME=VALUE option, for test suite specific use (to communicate by Daniel Dunbar · 16 years ago
  20. edb8997 lit: Add --config-prefix option, to override default config file names. by Daniel Dunbar · 16 years ago
  21. 8b828a8 Add link to 'lit' from CommandGuide. by Daniel Dunbar · 16 years ago
  22. 704ac90 check in a bunch of content from TestingGuide. Part of PR5216 by Chris Lattner · 16 years ago
  23. c7d10a0 Put back non-obsolete -f sections for 'opt'. by Daniel Dunbar · 16 years ago
  24. d1c990f Remove references to obsolete -f option. by Daniel Dunbar · 16 years ago
  25. 6db36f3 Update llc/opt PODs to clarify they support .ll input. by Daniel Dunbar · 16 years ago
  26. a93f30e Give llvm-link a -S option. by Dan Gohman · 16 years ago
  27. ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 16 years ago
  28. be7ada7 Add 'lit' testing tool. by Daniel Dunbar · 16 years ago
  29. 53a99f9 Document opt -S argument. by Daniel Dunbar · 16 years ago
  30. 0cabaa5 Update documentation for the -f change. by Dan Gohman · 16 years ago
  31. cb3e3d3 Don't install the man page for FileCheck by Douglas Gregor · 16 years ago
  32. 741042f fix pasto noticed by Jakub by Chris Lattner · 16 years ago
  33. 9d3787b add a simple FileCheck man page. by Chris Lattner · 16 years ago
  34. d7de7bc Added -b option to override the default bitcode output file name. by Sanjiv Gupta · 16 years ago
  35. 09826e3 Update documentation. by Mikhail Glushenkov · 16 years ago
  36. 792f182 Documentation update. by Mikhail Glushenkov · 16 years ago
  37. 294f507 Update documentation. by Mikhail Glushenkov · 16 years ago
  38. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  39. 4ad0d57 Documentation update. by Mikhail Glushenkov · 16 years ago
  40. 52349a9 Document the -gcc-tool-args bugpoint option. by Bill Wendling · 16 years ago
  41. e05b6f1 Fix typo. Found by William Moss. by Bill Wendling · 16 years ago
  42. 1421b7b Mimic gcc behaviour with regard to response files. by Mikhail Glushenkov · 17 years ago
  43. 734660a remove some dead options. by Chris Lattner · 17 years ago
  44. f8c430b Add a --check-graph option to llvmc. by Mikhail Glushenkov · 17 years ago
  45. daae124 Man page update. by Mikhail Glushenkov · 17 years ago
  46. 39309df * Fixed formatting of command descriptions to be consistent: by Misha Brukman · 17 years ago
  47. efc5c31 Man page typo fix. by Mikhail Glushenkov · 17 years ago
  48. 70ef449 Generalize bugpoint's concept of a "safe" backend, and add options by Dan Gohman · 17 years ago
  49. 24dc52d Man page update. by Mikhail Glushenkov · 17 years ago
  50. dbb61d1 Describe some more options in the man page. by Mikhail Glushenkov · 17 years ago
  51. a606d1f Add a man page for llvmc. Really basic for now, will be updated later. by Mikhail Glushenkov · 17 years ago
  52. 19bd0ad llvm-ld doesn't have a -march option. This fixes PR2961 by Chris Lattner · 17 years ago
  53. 33b1c30 Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code. by Nick Lewycky · 17 years ago
  54. 01924d0 stacker is really gone. by Chris Lattner · 17 years ago
  55. 2a3cea1 remove stacker by Chris Lattner · 17 years ago
  56. 552e22f remove a bunch of dead options that never did anything. by Chris Lattner · 17 years ago
  57. 2c3d949 Improve description of -emit-llvm. by Dale Johannesen · 17 years ago
  58. 301d5b4 Create dirs as needed. by Tanya Lattner · 17 years ago
  59. 9d9dc7d Remove entries from here also by Anton Korobeynikov · 17 years ago
  60. cae8ccd Drop llvmc also, it will be replaced by shiny new llvmc2 by Anton Korobeynikov · 17 years ago
  61. a9d9ca4 Drop llvm2cpp, it's now a llc target by Anton Korobeynikov · 17 years ago
  62. 148df15 Added note to getting started guide to use llvm-gcc4.2. by Tanya Lattner · 17 years ago
  63. 4f678c3 Tweak build system to allow for installing the tutorial and uninstalling the docs. by Erick Tryzelaar · 17 years ago
  64. 18232a5 heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mode and not. by Chris Lattner · 17 years ago
  65. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 18 years ago
  66. 31cac2e Who thought up this crazy formatting scheme? by Reid Spencer · 18 years ago
  67. d5d9e6f Okay, over/back tags don't next. by Reid Spencer · 18 years ago
  68. 3baa3aa Try an indent level for better formatting. Add the -version option. by Reid Spencer · 18 years ago
  69. acafa2d Add the code generation options. by Reid Spencer · 18 years ago
  70. 0ecfb59 Rearrange options into sections and add the last floating point related option. by Reid Spencer · 18 years ago
  71. b7a54b9 Add the -disable-excess-fp-precision option. by Reid Spencer · 18 years ago
  72. 7223f02 Add another missing option. by Reid Spencer · 18 years ago
  73. 2c8a748 Add some more missing options. by Reid Spencer · 18 years ago
  74. f0f4dae Remove the -f option which is no longer supported, but add the -fake-argv0 by Reid Spencer · 18 years ago
  75. 944b7f2 Update links to the command guide generated documentation. by Reid Spencer · 18 years ago
  76. 254aa7c Alphabetize. Document -mlimit parameter. by Nick Lewycky · 18 years ago
  77. 3bd6e0d eliminated all references to 'bytecode' from .pod files by Gabor Greif · 18 years ago
  78. 9be269c Bytecode -> Bitcode by Reid Spencer · 18 years ago
  79. 7d39854 Minor language change upgrader -> upgrade tool by Reid Spencer · 18 years ago
  80. c69f777 This dir does not appear under /docs anymore but under /cmds so use an by Reid Spencer · 18 years ago
  81. 6232c03 Fix some minor typos. by Reid Spencer · 18 years ago
  82. 35931ae Fix some typos. by Reid Spencer · 18 years ago
  83. c867dfb Fix a typo. by Reid Spencer · 18 years ago
  84. ec5cf81 Fix a typo. by Reid Spencer · 18 years ago
  85. 5d1960c Fix some minor typos, again to test the auto-update of the web site. by Reid Spencer · 18 years ago
  86. 1d19753 Remove an unneeded space, mostly to verify that auto-update of the by Reid Spencer · 18 years ago
  87. ef89a88 Add a note about llvm2cpp's dubious future. by Reid Spencer · 18 years ago
  88. e644ef7 Convert .cvsignore files by John Criswell · 18 years ago
  89. c57ed8b remove dead option by Chris Lattner · 18 years ago
  90. 439ba1f Remove broken links to gccas and gccld. by Reid Spencer · 18 years ago
  91. fa48e96 Remove references to the now deprecated gccas and gccld. by Reid Spencer · 18 years ago
  92. 022e34d Update for llvm-gcc v4.0 usage. by Reid Spencer · 18 years ago
  93. caaef9c Remove gccas.pod and references to gccas and gccld. by Reid Spencer · 19 years ago
  94. 282a7da gccld is gone. by Reid Spencer · 19 years ago
  95. 4d9e7fe Fix some formatting mistakes. by Reid Spencer · 19 years ago
  96. 8645f26 Merge gccld documentation in here. gccld will go away soon. by Reid Spencer · 19 years ago
  97. 776b16d For PR1152: by Reid Spencer · 19 years ago
  98. a8babc7 And even more correctly. by Reid Spencer · 19 years ago
  99. 463708a Format the examples correctly. by Reid Spencer · 19 years ago
  100. a1981ff For PR1152: by Reid Spencer · 19 years ago