1. e9ba80d fix pasto noticed by Jakub by Chris Lattner · 16 years ago
  2. 878e2b7 add a simple FileCheck man page. by Chris Lattner · 16 years ago
  3. 5200f04 Added -b option to override the default bitcode output file name. by Sanjiv Gupta · 16 years ago
  4. bee767f Update documentation. by Mikhail Glushenkov · 16 years ago
  5. 7ab20c7 Documentation update. by Mikhail Glushenkov · 16 years ago
  6. d1d21a1 Update documentation. by Mikhail Glushenkov · 16 years ago
  7. 084669a Second attempt: by Bill Wendling · 17 years ago
  8. 0f78c27 Documentation update. by Mikhail Glushenkov · 17 years ago
  9. a347bc67 Document the -gcc-tool-args bugpoint option. by Bill Wendling · 17 years ago
  10. 638b836 Fix typo. Found by William Moss. by Bill Wendling · 17 years ago
  11. 6a4f729 Mimic gcc behaviour with regard to response files. by Mikhail Glushenkov · 17 years ago
  12. ecbe933 remove some dead options. by Chris Lattner · 17 years ago
  13. 0f88cfa Add a --check-graph option to llvmc. by Mikhail Glushenkov · 17 years ago
  14. a6a9066 Man page update. by Mikhail Glushenkov · 17 years ago
  15. 4e71ec1 * Fixed formatting of command descriptions to be consistent: by Misha Brukman · 17 years ago
  16. e5cd771 Man page typo fix. by Mikhail Glushenkov · 17 years ago
  17. 414cf50 Generalize bugpoint's concept of a "safe" backend, and add options by Dan Gohman · 17 years ago
  18. bd53583 Man page update. by Mikhail Glushenkov · 17 years ago
  19. b21abb9 Describe some more options in the man page. by Mikhail Glushenkov · 17 years ago
  20. e9eeb0d Add a man page for llvmc. Really basic for now, will be updated later. by Mikhail Glushenkov · 17 years ago
  21. 8f243a5 llvm-ld doesn't have a -march option. This fixes PR2961 by Chris Lattner · 17 years ago
  22. f5ba827 Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code. by Nick Lewycky · 17 years ago
  23. 8709ed3 stacker is really gone. by Chris Lattner · 17 years ago
  24. 6b12e46 remove stacker by Chris Lattner · 17 years ago
  25. 651e66d remove a bunch of dead options that never did anything. by Chris Lattner · 17 years ago
  26. b50a845 Improve description of -emit-llvm. by Dale Johannesen · 17 years ago
  27. d18ce72 Create dirs as needed. by Tanya Lattner · 17 years ago
  28. 60d2d99 Remove entries from here also by Anton Korobeynikov · 18 years ago
  29. 625f4fe Drop llvmc also, it will be replaced by shiny new llvmc2 by Anton Korobeynikov · 18 years ago
  30. a41f7f8 Drop llvm2cpp, it's now a llc target by Anton Korobeynikov · 18 years ago
  31. c797231 Added note to getting started guide to use llvm-gcc4.2. by Tanya Lattner · 18 years ago
  32. dd0ace5 Tweak build system to allow for installing the tutorial and uninstalling the docs. by Erick Tryzelaar · 18 years ago
  33. 8752bbf heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mode and not. by Chris Lattner · 18 years ago
  34. 11cc8b3 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 18 years ago
  35. 8feb9d6 Who thought up this crazy formatting scheme? by Reid Spencer · 18 years ago
  36. 4391aa04 Okay, over/back tags don't next. by Reid Spencer · 18 years ago
  37. 5f5bb46 Try an indent level for better formatting. Add the -version option. by Reid Spencer · 18 years ago
  38. d64584f Add the code generation options. by Reid Spencer · 18 years ago
  39. 50138fe Rearrange options into sections and add the last floating point related option. by Reid Spencer · 18 years ago
  40. 30b4ae5 Add the -disable-excess-fp-precision option. by Reid Spencer · 18 years ago
  41. ef3a6a3 Add another missing option. by Reid Spencer · 18 years ago
  42. 718eb7f Add some more missing options. by Reid Spencer · 18 years ago
  43. a8f72c7 Remove the -f option which is no longer supported, but add the -fake-argv0 by Reid Spencer · 18 years ago
  44. ade052e5 Update links to the command guide generated documentation. by Reid Spencer · 18 years ago
  45. f433a7f Alphabetize. Document -mlimit parameter. by Nick Lewycky · 18 years ago
  46. 6c0bda8 eliminated all references to 'bytecode' from .pod files by Gabor Greif · 18 years ago
  47. 74119e0 Bytecode -> Bitcode by Reid Spencer · 18 years ago
  48. 75efe6c Minor language change upgrader -> upgrade tool by Reid Spencer · 18 years ago
  49. e14b733 This dir does not appear under /docs anymore but under /cmds so use an by Reid Spencer · 18 years ago
  50. 15053aae Fix some minor typos. by Reid Spencer · 18 years ago
  51. 69c94d2 Fix some typos. by Reid Spencer · 18 years ago
  52. b66b305 Fix a typo. by Reid Spencer · 18 years ago
  53. af548d0 Fix a typo. by Reid Spencer · 18 years ago
  54. 2cf6fe9 Fix some minor typos, again to test the auto-update of the web site. by Reid Spencer · 18 years ago
  55. dfa6ee7 Remove an unneeded space, mostly to verify that auto-update of the by Reid Spencer · 18 years ago
  56. a9c32e6 Add a note about llvm2cpp's dubious future. by Reid Spencer · 18 years ago
  57. 2660cef Convert .cvsignore files by John Criswell · 18 years ago
  58. 05be1d4 remove dead option by Chris Lattner · 19 years ago
  59. 9154bc8 Remove broken links to gccas and gccld. by Reid Spencer · 19 years ago
  60. e976307 Remove references to the now deprecated gccas and gccld. by Reid Spencer · 19 years ago
  61. 7e08d13 Update for llvm-gcc v4.0 usage. by Reid Spencer · 19 years ago
  62. 6bc8576 Remove gccas.pod and references to gccas and gccld. by Reid Spencer · 19 years ago
  63. dac9bac gccld is gone. by Reid Spencer · 19 years ago
  64. 7ff3951 Fix some formatting mistakes. by Reid Spencer · 19 years ago
  65. ddef5ab Merge gccld documentation in here. gccld will go away soon. by Reid Spencer · 19 years ago
  66. 04c5761 For PR1152: by Reid Spencer · 19 years ago
  67. 2e2e43e And even more correctly. by Reid Spencer · 19 years ago
  68. dc83457 Format the examples correctly. by Reid Spencer · 19 years ago
  69. f3293ba For PR1152: by Reid Spencer · 19 years ago
  70. 8392ed1 Document this tool as experimental and list its deficiencies. by Reid Spencer · 19 years ago
  71. 797cb85 Add llvm-upgrade documentation. by Reid Spencer · 19 years ago
  72. 963bdf3 Document the llvm-upgrade tool. by Reid Spencer · 19 years ago
  73. 4666c08 Documented the --disable-compression option in gccld and gccas. by John Criswell · 19 years ago
  74. 1f96052 Fix PR1005 by Chris Lattner · 19 years ago
  75. 426df57 Document new --enable-valgrind option. by Nick Lewycky · 19 years ago
  76. 80f843d Excise references to the now defunct "analyze" tool. Merge descriptions by Reid Spencer · 19 years ago
  77. 499b96d Fixed the awkward description of the -find-bugs option for bugpoint. by Patrick Jenkins · 19 years ago
  78. c884cfb Added option description for -find-bugs. by Patrick Jenkins · 19 years ago
  79. e1b3eaf llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. Adjust by Reid Spencer · 19 years ago
  80. 69e2232 Update to include new options. by Reid Spencer · 19 years ago
  81. 7f9dcde document --libfiles by Chris Lattner · 19 years ago
  82. 5d11231 Add tblgen to the index by Chris Lattner · 19 years ago
  83. a470694 tblgen isn't related to llvm2cpp. Fix typo by Chris Lattner · 19 years ago
  84. e53b4ca Document the -gen-inline option. by Reid Spencer · 19 years ago
  85. 5dd0111 Add a brief description for the tblgen program. More detail is needed but by Reid Spencer · 19 years ago
  86. a9355fa Update the documentation for llvm2cpp after the -gen-* options were added. by Reid Spencer · 19 years ago
  87. ad7da68 Add the new command line arguments. by Reid Spencer · 19 years ago
  88. f9aa688 Add llvm2cpp program. by Reid Spencer · 19 years ago
  89. 8923c09 Add a missing =back to eliminate error. by Reid Spencer · 20 years ago
  90. 171db236 Don't hardcode in 1.5 for the website, just use 'CVS'. by Chris Lattner · 20 years ago
  91. 95680d1 Add llvm-config to the index. by Reid Spencer · 20 years ago
  92. 647058d Documentation for llvm-config by Eric Kidd. by Reid Spencer · 20 years ago
  93. 85d182f Change docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 20 years ago
  94. b1f01ac Document the new -post-link-opts option. by Reid Spencer · 20 years ago
  95. 77e28af rename options by Chris Lattner · 20 years ago
  96. 3bf72b5 Document -mcpu -mattr -triple by Chris Lattner · 20 years ago
  97. 5379a5b * "GNU Compiler Collection's gcc tool" is redundant by Misha Brukman · 20 years ago
  98. ce3f35a Ignore generated files. by Reid Spencer · 20 years ago
  99. e1a8120 Merged in release_15. by John Criswell · 20 years ago
  100. e59cddf close off B< tag by Chris Lattner · 20 years ago