1. 511a491 Added information on input and output filenames. by John Criswell · 22 years ago
  2. fa4f181 Added explanation of where analyze gets its input, where it sends its output, by John Criswell · 22 years ago
  3. 6243534 Added information on how input and output files are selected. by John Criswell · 22 years ago
  4. 6775392 Added information about how llvm-as and llvm-dis select the input and output by John Criswell · 22 years ago
  5. ee43b69 Change the heading of the page to reflect the tool name by Chris Lattner · 22 years ago
  6. b7fcd30 Added an explanation of gccld's behavior when linking in native mode. by John Criswell · 22 years ago
  7. 52f68b8 Added information about the new -native option. by John Criswell · 22 years ago
  8. d1568f5 Made modifications recommended by Chris. Namely: by John Criswell · 22 years ago
  9. dd4a049 Removed completed items. by John Criswell · 22 years ago
  10. 4c6d4d3 update dox by Chris Lattner · 22 years ago
  11. f1d01fb Added sections about debugging mis-compilations and incorrect code generation. by Misha Brukman · 22 years ago
  12. 35f474a fix misspelling analyse -> analyze by Chris Lattner · 22 years ago
  13. 58ebcd0 Renamed the link page to llvmlink.html by John Criswell · 22 years ago
  14. 69d903d Initial go at documentation for llc. Pretty crufty. by John Criswell · 22 years ago
  15. 3200330 Modified the footer to be a link to the LLVM web page. by John Criswell · 22 years ago
  16. ecf32e5 Adding a skeleton for the LLVM Command Guide. by John Criswell · 22 years ago
  17. 065a616 Fix spell-o's by Chris Lattner · 22 years ago
  18. f065107 Add info about volatile loads/stores by Chris Lattner · 22 years ago
  19. 43c2eb7 Final cleanups, document is good to go by Chris Lattner · 22 years ago
  20. 27f71f2 Add a WHOLE lot of updates clarifications and fixes. This is not done but getting closer. I changed the docs to reflect the goal of making unwind an instruction, not an intrinsic. by Chris Lattner · 22 years ago
  21. fde246a hyphenation police visited here by Chris Lattner · 22 years ago
  22. b3ceec2 Document the llvm.unwind intrinsic. by Chris Lattner · 22 years ago
  23. a0a0a03 Renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'. by Misha Brukman · 22 years ago
  24. 6dbc588 Added autoconf code that verifies that the C compiler is at the minimum by John Criswell · 22 years ago
  25. 390e3c3 Fix grammar by Chris Lattner · 22 years ago
  26. 318efde The word `dependence' has no `a'. by Misha Brukman · 22 years ago
  27. ef6a6a6 The word `dependent' has no `a'. by Misha Brukman · 22 years ago
  28. cf735c5 Adding a copyright notice to each file is unnecessary. by John Criswell · 22 years ago
  29. 08dbe6b Further updates: by John Criswell · 22 years ago
  30. 9379320 Updated to reflect current work: by John Criswell · 22 years ago
  31. e584285 Add ParseEnvironmentOptions documentation by Brian Gaeke · 22 years ago
  32. 9d292ff Add warning about how you have to put cl::init after cl::location, if both by Brian Gaeke · 22 years ago
  33. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  34. e0db815 * Added pointers to the README files in emacs/ and vim/ directories. by Misha Brukman · 22 years ago
  35. a8f5de3 Geez, this misha guy is a _horrible_ speller. :) by Chris Lattner · 22 years ago
  36. c103adf * Added a section describing the hidden gems in llvm/utils by Misha Brukman · 22 years ago
  37. 0c4dccc Removed information on the Pool Allocator as it is no longer available. by John Criswell · 22 years ago
  38. 3c852b6 Added a FAQ about how to clean the directory if it fails to build after an by John Criswell · 22 years ago
  39. ef0096f Updated for the 1.1 pre-release. by John Criswell · 22 years ago
  40. 2e5cbc2 * Fix <>'s in code to be &lt;&gt;'s by Chris Lattner · 22 years ago
  41. f6bb183 Loop unroller doesn't necessarily need to be profile driven by Chris Lattner · 22 years ago
  42. 7496ec5 "fix" coding style stuff Change some <>'s into &lt;&gt;'s by Chris Lattner · 22 years ago
  43. 806e186 Fix a bug by Chris Lattner · 22 years ago
  44. 84b7f8d Update information about the new DEBUG_TYPE macro by Chris Lattner · 22 years ago
  45. 589a4cc Fix <>'s in HTML by Chris Lattner · 22 years ago
  46. 2d10d75 Made many paragraphs fit into 80 characters per line to avoid wrapping in an by Misha Brukman · 22 years ago
  47. b64dbf2 Added two tasks: by John Criswell · 22 years ago
  48. 79223ed Added comma after `i.e.' by Misha Brukman · 22 years ago
  49. a731307 Change reference to assert.h to mention cassert by Chris Lattner · 22 years ago
  50. 09cea35 Brian implemented the static compiler, take it off the list by Chris Lattner · 22 years ago
  51. 6a33f36 Add documentation for runOnMachineFunction() by Brian Gaeke · 22 years ago
  52. 908c1f6 Updated from the discussion on July 21, 2003. Expanded upon testing priorities. by John Criswell · 22 years ago
  53. cab8b6f Added bits about MachineFunctionPass by Brian Gaeke · 22 years ago
  54. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  55. e3443a6 Fixed: </pre</p> => </pre></p> by Misha Brukman · 22 years ago
  56. 0b45920 Corrected the Table of Contents. by John Criswell · 22 years ago
  57. 3cbfd77 Fixed the directions for building the C front end. by John Criswell · 22 years ago
  58. 312a68c Added information about how to unpack the distribution for those who do not by John Criswell · 22 years ago
  59. a27028b Fixed an error in the pathname to LLVMGCCDIR for the pre-built binaries (forgot by John Criswell · 22 years ago
  60. 6dd90d2 Added information on software requirements for unpacking the archives that we by John Criswell · 22 years ago
  61. c56e582 * Reworded a bit about JITs (I don't like acronyms followed by 's) by Misha Brukman · 22 years ago
  62. 6e0a667 Added another remark on how building the C front end is optional. by John Criswell · 22 years ago
  63. ce760f6 Performed a major update for the pre-release. by John Criswell · 22 years ago
  64. f2413ae Adding a web page on how to start a new LLVM Project. by John Criswell · 22 years ago
  65. da8c60d Updated prior to the pre-release. by John Criswell · 22 years ago
  66. cb27f1e Fixed a broken hyperlink. by John Criswell · 22 years ago
  67. dd899fa Added John Criswell to the contributors list. by John Criswell · 22 years ago
  68. 0d0513b Removed the --enable-profiling and --enable-verbose options. by John Criswell · 22 years ago
  69. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  70. f818386 Here are the notes from our Reoptimizer meetings. by Brian Gaeke · 22 years ago
  71. f56703b Remove completed tasks by Chris Lattner · 22 years ago
  72. edf351f Clarify that variables must be global by Chris Lattner · 22 years ago
  73. 8c6bb90 Diversify examples by Chris Lattner · 22 years ago
  74. b5561ff fix incorrect anchor by Chris Lattner · 22 years ago
  75. 85ed361 Reverted back to hand-made HTML. by John Criswell · 22 years ago
  76. 8df90e0 Updated the documentation to reflect changes in the Makefiles for building by John Criswell · 22 years ago
  77. 74e91b2 Fix bug in environment setting by Chris Lattner · 22 years ago
  78. dc844fa Fix minor bug by Chris Lattner · 22 years ago
  79. 39698a5 * Correct title * Give credit to John for making the page by Chris Lattner · 22 years ago
  80. 0a0d0dc *** empty log message *** by John Criswell · 22 years ago
  81. 8e9da62 Changed http://tank... => http://llvm, and removed an extraneous mailto:. by Misha Brukman · 22 years ago
  82. eefe979 Suggest -save-temps instead of -S, -E. by Brian Gaeke · 22 years ago
  83. ddaf500 Fix a problem brian identified. by Chris Lattner · 22 years ago
  84. 32a3284 Add documentation for the new cl::CommaSeparated modifier by Chris Lattner · 22 years ago
  85. 8b6be36 New document by Chris Lattner · 22 years ago
  86. e0bd56e New graphic for web page by Chris Lattner · 22 years ago
  87. 82c89b9 Hopefully, the final fix for `[Pp]ropogate'. by Misha Brukman · 22 years ago
  88. 1e8166a Add info about the LLVM_LIB_SEARCH_PATH envvar by Chris Lattner · 22 years ago
  89. a1a2097 va_start only takes on argument now. by Chris Lattner · 22 years ago
  90. c29b125 Update information about the switch instruction by Chris Lattner · 22 years ago
  91. d9ad5b3 * Add information about LLVM intrinsics by Chris Lattner · 22 years ago
  92. e7a7ab4 Fixed syntax error (in documentation!): missing parenthesis. by Misha Brukman · 22 years ago
  93. 700fd49 Grammar fix: `of course' is separated from the sentences by commas on both by Misha Brukman · 22 years ago
  94. 8bde96f Add a new open project by Chris Lattner · 22 years ago
  95. 99df25f Remove implemented project, add a new one by Chris Lattner · 22 years ago
  96. 38f8c45 Switch insns actually DO work. by Chris Lattner · 22 years ago
  97. 6a54710 Remove documented problem that is now fixed by Chris Lattner · 22 years ago
  98. f7235cd Properly convert some &'s to &amp;'s by Chris Lattner · 22 years ago
  99. 3d87b42 The word 'independent' has no 'a'. by Misha Brukman · 22 years ago
  100. 9f64875 Initial checkin of AliasAnalysis doc by Chris Lattner · 22 years ago