1. 37d813d Document the new llvm-ranlib command. by Reid Spencer · 20 years ago
  2. 2152cca Correctly terminate a list. by Reid Spencer · 20 years ago
  3. 742ecbc Document the modifiers and the file format. by Reid Spencer · 20 years ago
  4. 0aa1899 Add llvm-ar to the index. by Reid Spencer · 20 years ago
  5. e26ed7a First attempt at llvm-ar documentation. Modifiers need a little more by Reid Spencer · 20 years ago
  6. 7863c40 Fix documentation for Makefile target name change. install-bytecode is now by Reid Spencer · 20 years ago
  7. cceed9f Implement and document the TOOL_VERBOSE option that asks each tool invoked by Reid Spencer · 20 years ago
  8. a4213b2 Fix typo. by Reid Spencer · 20 years ago
  9. da794e7 Document compressed bytecode details. by Reid Spencer · 20 years ago
  10. e3c803c First draft of compendium of documents relevant to writers of LLVM machine by Misha Brukman · 20 years ago
  11. 9f54791 Recommend that new users read the documentation before they get started, by Reid Spencer · 20 years ago
  12. 52afa7e Correct and Explain the first rule of thumb better. by Reid Spencer · 20 years ago
  13. 347e288 Fix typo. by Reid Spencer · 20 years ago
  14. 6fb5166 Fix grammar: use commas in a list of entities by Misha Brukman · 20 years ago
  15. 3fecb44 * Fix file-relative links: they need '#' prepended to the target name by Misha Brukman · 20 years ago
  16. 1b6ab59 First version of this document listing the required software. Might need by Reid Spencer · 20 years ago
  17. f32a5f5 Add a section for PPC, though it's empty for now by Chris Lattner · 20 years ago
  18. 8bf7c28 * Add note about benchmarking programs and submitting reduced test cases by Misha Brukman · 20 years ago
  19. a36b6e5 Replace llvm.org => llvm.cs.uiuc.edu by Misha Brukman · 20 years ago
  20. 31f841b List the individual tools for easier reference. by Reid Spencer · 20 years ago
  21. d206bc9 Add compliant header. by Reid Spencer · 20 years ago
  22. a81d8fc Add missing tag. by Reid Spencer · 20 years ago
  23. 1f92301 Update table to llvm.css standards. by Reid Spencer · 20 years ago
  24. 11d45b6 Get rid of bogus entity references. by Reid Spencer · 20 years ago
  25. 936e5ca Attempt CSS 2 compliance. by Reid Spencer · 20 years ago
  26. 41b34ff Attempt CSS 2 validation. by Reid Spencer · 20 years ago
  27. 0a4e8b3 HTML 4.01 Strict compliance. by Reid Spencer · 20 years ago
  28. cbadf80 Correct the document type declaration. by Reid Spencer · 20 years ago
  29. bd72241 Add the HTML 4.01 and CSS icons with links to validators. by Reid Spencer · 20 years ago
  30. c7d1d82 Attempt HTML 4.01 Strict compliance. by Reid Spencer · 20 years ago
  31. fe8f4ff Cleanup the constants section. by Reid Spencer · 20 years ago
  32. 820e247 Remove spurious end tag, fix indentation. by Reid Spencer · 20 years ago
  33. 376d7ac Make HTML 4.01 Strict compliant. by Reid Spencer · 20 years ago
  34. 97510e7 Fix tag placement to make HTML 4.01 Strict compliant. by Reid Spencer · 20 years ago
  35. d3f876c Minor format tweask for tables. by Reid Spencer · 20 years ago
  36. 0922172 Add layout classes for table elements so tables can be used for layouts. by Reid Spencer · 20 years ago
  37. 632bd06 Configuration -> BuildMode by Reid Spencer · 20 years ago
  38. 4148266 Wrap to 80 cols by Reid Spencer · 20 years ago
  39. 0a727fc Add UsingLibraries.html link. by Reid Spencer · 20 years ago
  40. 448a4af Give table headers the striped background. by Reid Spencer · 20 years ago
  41. 341d714 * Moved from ObjectFiles.html by Reid Spencer · 20 years ago
  42. 9113b98 Renamed UsingLibraries.html by Reid Spencer · 20 years ago
  43. e190786 Add the preconditions target per suggestion by Henrik Bach. by Reid Spencer · 20 years ago
  44. 15e4f74 One more missing end tag. by Reid Spencer · 20 years ago
  45. 0b166c4 Correct tag usage for HTML 4.01 Strict compliance by Reid Spencer · 20 years ago
  46. 2734bf7 Add a tutorial and some more general concepts. by Reid Spencer · 20 years ago
  47. a07e0b5 Add a few more terms. by Reid Spencer · 20 years ago
  48. a79e58c Complete the description of public variables. Internal variables are listed by Reid Spencer · 20 years ago
  49. b0e7e45 * Add spaces between function names for readability by Misha Brukman · 20 years ago
  50. f1ccf1a Add a couple of new features by Chris Lattner · 20 years ago
  51. 91d64af Use <tt> around "#include" and "std::endl" by Misha Brukman · 20 years ago
  52. 84d17fe Use <tt> around header names by Misha Brukman · 20 years ago
  53. edcc78a * Fix spelling and grammar errors by Misha Brukman · 20 years ago
  54. a2a394f Bug fixed by Chris Lattner · 20 years ago
  55. 4c871b5 add a link to the makefile guide, eliminate redundant link to coding stds by Chris Lattner · 20 years ago
  56. 23da730 Make a sentence easier to parse by Chris Lattner · 20 years ago
  57. 72f0891 Fix spellos by Chris Lattner · 20 years ago
  58. 714b52b First draft. More to come. by Reid Spencer · 20 years ago
  59. 504b21a First cut at the LLVM Makefile Guide. There's lots to correct and lots more by Reid Spencer · 20 years ago
  60. a04d0a1 * Add a space between words * Wrap at 80 cols by Misha Brukman · 20 years ago
  61. 9b3b04f Update release notes by Chris Lattner · 20 years ago
  62. 35eca58 Document unreachable instruction by Chris Lattner · 20 years ago
  63. a1dad81 Add missing 'Instruction Opcodes' bullet to TOC by Chris Lattner · 20 years ago
  64. 1dfc8e5 None of these have actually been implemented yet. by Chris Lattner · 20 years ago
  65. 9500a6e Fix broken links by Chris Lattner · 20 years ago
  66. ffd9cef Fix grammaro by Chris Lattner · 20 years ago
  67. 9cfa0d9 It looks like we're not releasing 1.4 with llvm.org as the official domain by Chris Lattner · 20 years ago
  68. 0adfeed Describe how to configure tests to work with f2c by Misha Brukman · 20 years ago
  69. 0904f09 * Reformat to fit 80 cols * Add missing <li> tags by Misha Brukman · 20 years ago
  70. 3787405 Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen! by Chris Lattner · 20 years ago
  71. e4421b4 Bug fixed by Chris Lattner · 20 years ago
  72. b8cbd9f Add example 'abstract' architectures for LLI: MIX, MMIX, and DLX by Misha Brukman · 20 years ago
  73. c2a5730 Add project by Chris Lattner · 20 years ago
  74. 6d84e0d Add note about converting Skeleton to a useful backend and using it in the by Misha Brukman · 20 years ago
  75. e39cd63 * InstructionReader.cpp was absorbed into Reader.cpp * Wrap at 80 cols by Misha Brukman · 20 years ago
  76. 98e81bf Bug fixed by Chris Lattner · 20 years ago
  77. e19d7a7 Patch contributed by Patrick Meredith: by Chris Lattner · 20 years ago
  78. ad405ce Fix grammar. by Misha Brukman · 20 years ago
  79. b40df56 Add a blurb about the use of class vs. struct keyword in class decls. by Reid Spencer · 20 years ago
  80. 39dccd8 Thanks to Brad for documentation on adding a DerivedType by Misha Brukman · 20 years ago
  81. f627892 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  82. d404d7f The lexicon doc is more of a user guide than programming dox by Chris Lattner · 20 years ago
  83. 57d43e1 better code Move other things to the right sections by Chris Lattner · 20 years ago
  84. 62b442d Misha implemented the ModuleProvider interface back in 9/18/2003. by Chris Lattner · 20 years ago
  85. 8fdb246 Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and by Chris Lattner · 20 years ago
  86. 7a2fd89 Make this HTML 4.01 strict by Chris Lattner · 20 years ago
  87. 372dc8d Bug fixed by Chris Lattner · 20 years ago
  88. 9934f97 Add notes about some buggy passes by Chris Lattner · 20 years ago
  89. 24fdc1d Fix broken internal links (one found by seventwentyfour.com spider) by Misha Brukman · 20 years ago
  90. 1739aec If updating from CVS gives error "No rule to make target", it's faster to just by Misha Brukman · 20 years ago
  91. d54fe67 Fix broken link to the 2004 CGO paper. by Misha Brukman · 20 years ago
  92. ec98fed bug 352 fixed bug 257 fixed by Reid Spencer · 20 years ago
  93. 10c0a2e This is the documentation style sheet, not the one for the website. by Misha Brukman · 20 years ago
  94. a3f0313 Remove extraneous blank lines. by Misha Brukman · 20 years ago
  95. 96bba38 Add link to new howto on writing backends. by Misha Brukman · 20 years ago
  96. 8eb6719 How to write an LLVM backend, first draft. by Misha Brukman · 20 years ago
  97. 05bcca9 * Profile-guided needs a hyphen * Dead store elimination has been implemented by Misha Brukman · 20 years ago
  98. 0b9370f Reword to not use a link text `click here'. by Misha Brukman · 20 years ago
  99. 77d9019 HTML 4.01 STRICT compliance. by Reid Spencer · 20 years ago
  100. 8284f1f Make section separator comments 80 chars, not 70. by Reid Spencer · 20 years ago