1. 52ca9e4 Fix a typo in the bytecode format documentation by Nate Begeman · 20 years ago
  2. 7acb866 Add more content. by Reid Spencer · 20 years ago
  3. b810d5f Bug 430 Fixed. by Reid Spencer · 20 years ago
  4. 3921c74 Provide some meta tags for this document. by Reid Spencer · 20 years ago
  5. 2f1e7a0 Add the default table related styles by Reid Spencer · 20 years ago
  6. 9518920 Document the rational for the #include hierarchy. by Reid Spencer · 20 years ago
  7. 431ab85 Document definitions and computations provided by llvm-bcanalyzer. by Reid Spencer · 20 years ago
  8. c4985ba Add some details by Chris Lattner · 20 years ago
  9. ce6be33 Added BURS. by Reid Spencer · 20 years ago
  10. e77c8e7 bug fixed by Brian Gaeke · 20 years ago
  11. 183cfc2 Change LVN -> Load-VN since that's the name of the cmdline switch by Misha Brukman · 20 years ago
  12. cb3c6a4 Fix some grammar. by Misha Brukman · 20 years ago
  13. ec8fe3c Added DSE, LICM, LVN, PRE, SCCP, and SSA by Misha Brukman · 20 years ago
  14. e51c356 Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs) by Misha Brukman · 20 years ago
  15. 03ea9d4 Note: do not use GNU binutils under AIX, they're not stable. by Misha Brukman · 20 years ago
  16. 46d2192 Many useful corrections resulting from Chris Lattner's review. Thanks Chris! by Reid Spencer · 20 years ago
  17. ad38e96 Bytecode libraries are installed with `make install-bytecode' by Misha Brukman · 20 years ago
  18. eefdae5 First complete version. The details of configuration are now correctly by Reid Spencer · 20 years ago
  19. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 20 years ago
  20. 980c50f Bug fixed by Chris Lattner · 20 years ago
  21. 43dfdb7 Correct a link, add a TOC entry. by Reid Spencer · 20 years ago
  22. 09daa63 Provided opcode definitions. by Reid Spencer · 20 years ago
  23. 85baf76 Added a *very* initial cut at a lexicon for LLVM. I don't plan to write by Reid Spencer · 20 years ago
  24. aaa3da9 Documented (Java properties file like) syntax of config file format by Reid Spencer · 20 years ago
  25. 2d1e01c Add a reference to the ComilerDriver documentation. by Reid Spencer · 20 years ago
  26. cf549e1 Documented the removal of alignment in version 4 bytecode files (version 3 by Reid Spencer · 20 years ago
  27. 8996e55 Technical Corrections (thanks to Robert Mykland): by Reid Spencer · 20 years ago
  28. 5aff355 Spaces arg! by Chris Lattner · 20 years ago
  29. 5bc74d5 Correct the documentation for the module block header which uses the long by Reid Spencer · 20 years ago
  30. 51d1cb3 Bug 422 fixed. by Reid Spencer · 20 years ago
  31. a653656 Merged in RELEASE_13. This fixes the Command Guide link when browsing the by John Criswell · 20 years ago
  32. 18b7464 Merged in release_13 branch. by John Criswell · 20 years ago
  33. 446562f Bug fixed by Chris Lattner · 20 years ago
  34. 5c3389a Scrub all LLVM 1.3 stuff, changing over to 1.4. Add info about PR419, by Chris Lattner · 20 years ago
  35. e749053 Use the `tools-only' target to avoid getting warnings about not having a CFE. by Misha Brukman · 20 years ago
  36. 2c8ab58 Added description of usage of the getPosition() option on cl::opt and cl::list. by Reid Spencer · 20 years ago
  37. c24b758 Wrap long lines and try to fill the 80 chars per line so that we don't have too by Misha Brukman · 20 years ago
  38. 7cc8a89 * Escape &, <, and > by Misha Brukman · 20 years ago
  39. a58561b Add description of packed type support. by Chris Lattner · 20 years ago
  40. 8dad40c Add information on adding a derived type to LLVM, patch contributed by by Chris Lattner · 20 years ago
  41. a2aa304 Finish HTMLizing the document. Configuration section is very crufty. by Reid Spencer · 20 years ago
  42. d847337 Fixed some spellos and grammaros. by Reid Spencer · 20 years ago
  43. 22e9e33 Add note about AIX/PowerPC with disk space requirements. Wrap long line. by Misha Brukman · 20 years ago
  44. a964fe5 * CFE builds on AIX/PowerPC * Wrap long code lines by Misha Brukman · 20 years ago
  45. c40ca35 Move information on Configuration files to the ../CompilerDriver.html by Reid Spencer · 20 years ago
  46. b1254a1 This is the initial draft of the Compiler Driver documentation. It is not by Reid Spencer · 20 years ago
  47. eb67396 This isn't a bug, it's a missing feature by Chris Lattner · 20 years ago
  48. af2f924 Added information about the configuration file. This is a temporary home by Reid Spencer · 20 years ago
  49. f9cdefb Correct spelling mistakes. Wrap lines at 80 columns. by Reid Spencer · 20 years ago
  50. f2edda0 Various updates suggested by Misha and Chris. Moved material that is by Reid Spencer · 20 years ago
  51. be65afb First version of a manual page for the llvmc compiler driver. This tool is by Reid Spencer · 20 years ago
  52. e58d356 More prominantly mention ppc support, more accurately describe its status by Chris Lattner · 20 years ago
  53. 9411875 * Mention PowerPC as new feature, and experimental feature by Misha Brukman · 20 years ago
  54. 33066e9 Surround code element with <tt> tags by Misha Brukman · 20 years ago
  55. a834fe2 Add note by Chris Lattner · 20 years ago
  56. ac479e5 Fix linkage types by Chris Lattner · 20 years ago
  57. 17c2b92 Added note for PR413 Tools now respond to the --version option. by Reid Spencer · 20 years ago
  58. 301fe48 Line length <= 80 cols. by Reid Spencer · 20 years ago
  59. 267660f Fix some indentation (so brg can test commit script). by Reid Spencer · 20 years ago
  60. 2de2999 Fix line lengths. by Reid Spencer · 20 years ago
  61. f08561f Properly wrap some lines. by Reid Spencer · 20 years ago
  62. 1b2d85a Moved into SparcV9 directory by Chris Lattner · 20 years ago
  63. 532c92d Simplify the first example, as the LLVM IR interfaces have evolved. Other by Chris Lattner · 20 years ago
  64. 17d3efc Add link for IRC by Chris Lattner · 20 years ago
  65. ddd2184 Written by by Chris Lattner · 20 years ago
  66. 354a442 continue hacking by Chris Lattner · 20 years ago
  67. 2042302 Revamp the index page by Chris Lattner · 20 years ago
  68. 04db808 ... now real HTML 4.01 strict! by Chris Lattner · 20 years ago
  69. d571388 Substantially hack on and clean up the release notes by Chris Lattner · 20 years ago
  70. 8f36321 by Chris Lattner · 20 years ago
  71. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  72. 9bd2be2 Updates to reflect most recent changes to bytecode file format: by Reid Spencer · 20 years ago
  73. 69c5889 Fix grammar, eliminate double parenthesized sentence fragment. by Misha Brukman · 20 years ago
  74. a8c760a * Wrap code listings in <div class="doc_code"> by Misha Brukman · 20 years ago
  75. 294611a * Use the doc_code class for code listings to make it stand out from text by Misha Brukman · 20 years ago
  76. 08772da Put <tt> around verbatim code elements. by Misha Brukman · 20 years ago
  77. ccb354b New functionality by Chris Lattner · 20 years ago
  78. fdec1d5 Document new syntax by Chris Lattner · 20 years ago
  79. 1aab327 Remove dead section by Chris Lattner · 20 years ago
  80. f847432 Bugs fixed. by Reid Spencer · 20 years ago
  81. 204fa53 bug fixed by Brian Gaeke · 20 years ago
  82. 728f03f Update documentation for gc intrinsics change. Contributed by Tobias Nurmiranta by Chris Lattner · 20 years ago
  83. 1721784 Reid doesn't need a definite article in front of his name. by Misha Brukman · 20 years ago
  84. ebbbf25 Delete extra space; add <p> tags around text within a <div> by Misha Brukman · 20 years ago
  85. 1e635c3 Fix spelling of `iterative scan' by Misha Brukman · 20 years ago
  86. 910d0d6 Add Iterative scan register allocator. by Alkis Evlogimenos · 20 years ago
  87. c8dec2c Linearscan is no longer experimental. by Alkis Evlogimenos · 20 years ago
  88. 1d3a8b0 Refer would-be llvm-gcc source users/hackers to the compilation guide. by Misha Brukman · 20 years ago
  89. cbf1edb Fix broken link by Chris Lattner · 20 years ago
  90. 9f9398e Just run 'make', not all-gcc by Chris Lattner · 20 years ago
  91. 95e9258 Add note about GCC 3.3.2 being completely broken by Chris Lattner · 20 years ago
  92. f70c25f Doesn't exist by Chris Lattner · 20 years ago
  93. 8b2da7a bug 122: by Reid Spencer · 20 years ago
  94. bff3984 Bug 122 fixed. by Reid Spencer · 20 years ago
  95. 05540a7 Hrm, I think we need a "Reid is buggy" bug ;-) by Chris Lattner · 20 years ago
  96. 4f6015a Initial (outline only) draft of the System Library requirements, design by Reid Spencer · 20 years ago
  97. 7962f71 Add note about IA64 C++ by Chris Lattner · 20 years ago
  98. b406ead For 64-bit platform support, we now use the clEnumValEnd macro to terminate by Chris Lattner · 20 years ago
  99. 6568fe8 QOI issue fixed by Chris Lattner · 20 years ago
  100. 9e229b2 Bug fixed by Chris Lattner · 20 years ago