1. 148df15 Added note to getting started guide to use llvm-gcc4.2. by Tanya Lattner · 17 years ago
  2. 4f678c3 Tweak build system to allow for installing the tutorial and uninstalling the docs. by Erick Tryzelaar · 17 years ago
  3. 18232a5 heavily refactor this to have less duplication between BUILD_FOR_WEBSITE mode and not. by Chris Lattner · 17 years ago
  4. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  5. 31cac2e Who thought up this crazy formatting scheme? by Reid Spencer · 17 years ago
  6. d5d9e6f Okay, over/back tags don't next. by Reid Spencer · 17 years ago
  7. 3baa3aa Try an indent level for better formatting. Add the -version option. by Reid Spencer · 17 years ago
  8. acafa2d Add the code generation options. by Reid Spencer · 17 years ago
  9. 0ecfb59 Rearrange options into sections and add the last floating point related option. by Reid Spencer · 17 years ago
  10. b7a54b9 Add the -disable-excess-fp-precision option. by Reid Spencer · 17 years ago
  11. 7223f02 Add another missing option. by Reid Spencer · 17 years ago
  12. 2c8a748 Add some more missing options. by Reid Spencer · 17 years ago
  13. f0f4dae Remove the -f option which is no longer supported, but add the -fake-argv0 by Reid Spencer · 17 years ago
  14. 944b7f2 Update links to the command guide generated documentation. by Reid Spencer · 17 years ago
  15. 254aa7c Alphabetize. Document -mlimit parameter. by Nick Lewycky · 17 years ago
  16. 3bd6e0d eliminated all references to 'bytecode' from .pod files by Gabor Greif · 17 years ago
  17. 9be269c Bytecode -> Bitcode by Reid Spencer · 17 years ago
  18. 7d39854 Minor language change upgrader -> upgrade tool by Reid Spencer · 17 years ago
  19. c69f777 This dir does not appear under /docs anymore but under /cmds so use an by Reid Spencer · 17 years ago
  20. 6232c03 Fix some minor typos. by Reid Spencer · 17 years ago
  21. 35931ae Fix some typos. by Reid Spencer · 17 years ago
  22. c867dfb Fix a typo. by Reid Spencer · 17 years ago
  23. ec5cf81 Fix a typo. by Reid Spencer · 17 years ago
  24. 5d1960c Fix some minor typos, again to test the auto-update of the web site. by Reid Spencer · 17 years ago
  25. 1d19753 Remove an unneeded space, mostly to verify that auto-update of the by Reid Spencer · 17 years ago
  26. ef89a88 Add a note about llvm2cpp's dubious future. by Reid Spencer · 17 years ago
  27. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  28. c57ed8b remove dead option by Chris Lattner · 17 years ago
  29. 439ba1f Remove broken links to gccas and gccld. by Reid Spencer · 18 years ago
  30. fa48e96 Remove references to the now deprecated gccas and gccld. by Reid Spencer · 18 years ago
  31. 022e34d Update for llvm-gcc v4.0 usage. by Reid Spencer · 18 years ago
  32. caaef9c Remove gccas.pod and references to gccas and gccld. by Reid Spencer · 18 years ago
  33. 282a7da gccld is gone. by Reid Spencer · 18 years ago
  34. 4d9e7fe Fix some formatting mistakes. by Reid Spencer · 18 years ago
  35. 8645f26 Merge gccld documentation in here. gccld will go away soon. by Reid Spencer · 18 years ago
  36. 776b16d For PR1152: by Reid Spencer · 18 years ago
  37. a8babc7 And even more correctly. by Reid Spencer · 18 years ago
  38. 463708a Format the examples correctly. by Reid Spencer · 18 years ago
  39. a1981ff For PR1152: by Reid Spencer · 18 years ago
  40. aae5884 Document this tool as experimental and list its deficiencies. by Reid Spencer · 18 years ago
  41. f02edd2 Add llvm-upgrade documentation. by Reid Spencer · 18 years ago
  42. 3248df2 Document the llvm-upgrade tool. by Reid Spencer · 18 years ago
  43. b52818e Documented the --disable-compression option in gccld and gccas. by John Criswell · 18 years ago
  44. 1dcf5e8 Fix PR1005 by Chris Lattner · 18 years ago
  45. d9c294b Document new --enable-valgrind option. by Nick Lewycky · 18 years ago
  46. 84f82f7 Excise references to the now defunct "analyze" tool. Merge descriptions by Reid Spencer · 18 years ago
  47. 80d9244 Fixed the awkward description of the -find-bugs option for bugpoint. by Patrick Jenkins · 18 years ago
  48. 7d686d5 Added option description for -find-bugs. by Patrick Jenkins · 18 years ago
  49. 48f7068 llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. Adjust by Reid Spencer · 18 years ago
  50. ca6a18f Update to include new options. by Reid Spencer · 18 years ago
  51. 215abc7 document --libfiles by Chris Lattner · 18 years ago
  52. c95cf1d Add tblgen to the index by Chris Lattner · 18 years ago
  53. 699623d tblgen isn't related to llvm2cpp. Fix typo by Chris Lattner · 18 years ago
  54. 8f5591a Document the -gen-inline option. by Reid Spencer · 18 years ago
  55. 8874aae Add a brief description for the tblgen program. More detail is needed but by Reid Spencer · 18 years ago
  56. 178a815 Update the documentation for llvm2cpp after the -gen-* options were added. by Reid Spencer · 18 years ago
  57. a0b8515 Add the new command line arguments. by Reid Spencer · 18 years ago
  58. e497ff1 Add llvm2cpp program. by Reid Spencer · 18 years ago
  59. 26f5e98 Add a missing =back to eliminate error. by Reid Spencer · 19 years ago
  60. 6868153 Don't hardcode in 1.5 for the website, just use 'CVS'. by Chris Lattner · 19 years ago
  61. cbe3a78 Add llvm-config to the index. by Reid Spencer · 19 years ago
  62. 72c4125 Documentation for llvm-config by Eric Kidd. by Reid Spencer · 19 years ago
  63. cd143fc Change docs for llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  64. fa8dab4 Document the new -post-link-opts option. by Reid Spencer · 19 years ago
  65. f495536 rename options by Chris Lattner · 19 years ago
  66. 4f501bf Document -mcpu -mattr -triple by Chris Lattner · 19 years ago
  67. a577437 * "GNU Compiler Collection's gcc tool" is redundant by Misha Brukman · 19 years ago
  68. 84b8697 Ignore generated files. by Reid Spencer · 19 years ago
  69. 8bfe6a7 Merged in release_15. by John Criswell · 19 years ago
  70. 0159698 close off B< tag by Chris Lattner · 19 years ago
  71. f2b0a90 remove htmlisms by Chris Lattner · 19 years ago
  72. ebb9fef fix typo by Chris Lattner · 19 years ago
  73. f494e72 note how to disable inlining by Chris Lattner · 19 years ago
  74. 0a3aac2 fix link to llvm-ar by Chris Lattner · 19 years ago
  75. a6bf38a these don't use passes by Chris Lattner · 19 years ago
  76. 4abf2fe this detail is not needed here by Chris Lattner · 19 years ago
  77. 1e6df2e update this manual by Chris Lattner · 19 years ago
  78. 4e8458d extract has been renamed to llvm-extract to avoid conflicting with another tool by Misha Brukman · 20 years ago
  79. 94c8fb4 There is no =head3. Convert to =head2. by Reid Spencer · 20 years ago
  80. d9dd326 Correct the documentation to match the program. by Reid Spencer · 20 years ago
  81. 837300a Remove a -C I forgot to remove earlier. by Reid Spencer · 20 years ago
  82. 29fbdd7 For PR528: by Reid Spencer · 20 years ago
  83. 7e8a1d7 * llvmc does not have a -V switch by Misha Brukman · 20 years ago
  84. 9846a34 Document the --load option. by Reid Spencer · 20 years ago
  85. bdf6a39 Rename BUILD_* to PROJ_* by Reid Spencer · 20 years ago
  86. 2dcb968 ignore generated file by Chris Lattner · 20 years ago
  87. f1c4dbe Ignore generated file by Chris Lattner · 20 years ago
  88. 868cc74 Ignore .dir by Chris Lattner · 20 years ago
  89. 847f9b7 Hopefully fix a link. by Reid Spencer · 20 years ago
  90. 473cbec Fix the names of these executables now that they've been somewhat cast in stone. by Reid Spencer · 20 years ago
  91. 3680e84 A little cleanup on this file. by Reid Spencer · 20 years ago
  92. 9e2485c Merged in RELEASE_14 changes. by John Criswell · 20 years ago
  93. dc0cd02 Missed moving bugpoint link over to CommandGuide/html/ by Misha Brukman · 20 years ago
  94. 233952b Generated HTML documentation is now back in CommandGuide/html/ by Misha Brukman · 20 years ago
  95. 0c123df Clean up this man page by Chris Lattner · 20 years ago
  96. dbcd4f5 Add new pseudo target by Chris Lattner · 20 years ago
  97. ee3b045 The textual description is gone from this manpage, only the options and a quick by Misha Brukman · 20 years ago
  98. e47fd7d Build the man and ps versions of the command guide as well when by Reid Spencer · 20 years ago
  99. 6318456 Make an alternate version of this Makefile that can be used in an by Reid Spencer · 20 years ago
  100. 5507eab Fix two bugs: by Reid Spencer · 20 years ago