1. 9dd1ad6 Finished instruction replacement section, etc. Need better example for replaceAllUsesWith(). by Joel Stanley · 22 years ago
  2. e6fe671 Fixed grammar. by Misha Brukman · 22 years ago
  3. c4f5bb0 Fixed grammar (User's -> Users). by Misha Brukman · 22 years ago
  4. 24b7092 Avoid using two i's in the same statements by Chris Lattner · 22 years ago
  5. ed2e7a9 Fix typeo by Chris Lattner · 22 years ago
  6. fd21476 Remove warning that is no longer applicable by Chris Lattner · 22 years ago
  7. a9030cb Fix typeo by Chris Lattner · 22 years ago
  8. 9ebf516 Add a </ul> that was missing and caused the document to get a little whacky by Chris Lattner · 22 years ago
  9. 4e1f96b Incorporate information about deleting instructions from a basic block, by Chris Lattner · 22 years ago
  10. 1763525 Add some information about the Instruction class and Instruction.def by Chris Lattner · 22 years ago
  11. d0713f9 Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of by Chris Lattner · 22 years ago
  12. 753eb71 - Added content to use-def/def-use section by Joel Stanley · 22 years ago
  13. 01040b2 *** empty log message *** by Joel Stanley · 22 years ago
  14. 1d3d711 Fix config file due to directories changing by Chris Lattner · 22 years ago
  15. 6b121f1 Finish up the isa/cast/dyn_cast section by Chris Lattner · 22 years ago
  16. 979d9b7 Write most of the isa, cast, dyn_cast section. It's not done yet though. by Chris Lattner · 22 years ago
  17. caa5d13 * Write the prose for the Basic Inspection and Traversal Routines section by Chris Lattner · 22 years ago
  18. d8aabb2 *** empty log message *** by Joel Stanley · 22 years ago
  19. e7be650 - Made distinction between object->iterator and iterator->object by Joel Stanley · 22 years ago
  20. 1d43fd4 Clean up the isa section stub. It should not be listed twice by Chris Lattner · 22 years ago
  21. 1a3105b Stub out another couple sections that it looks like 426's MP1 will really need. by Chris Lattner · 22 years ago
  22. d6ea926 Fix minor typo by Chris Lattner · 22 years ago
  23. 482004c Test commit by Chris Lattner · 22 years ago
  24. aaeb1c1 *** empty log message *** by Joel Stanley · 22 years ago
  25. 72ef35e Fixed typos and added &lt/&gt/&amp tags where appropriate by Joel Stanley · 22 years ago
  26. 2b76306 * Fix a couple more <>&'s by Chris Lattner · 22 years ago
  27. 83b5ee0 Minor fixes html type fixes: & -> &amp; > -> &gt; etc. by Chris Lattner · 22 years ago
  28. f1ebdc3 Minor fix, test that web autoupdate works for people non-chris by Chris Lattner · 22 years ago
  29. 9b96c44 Added subsections to 'Basic Inspection and Traversal Routines': by Joel Stanley · 22 years ago
  30. ae7f759 Add skeleton to the section contents so that Joel knows what to fill in by Chris Lattner · 22 years ago
  31. b99344f Add new section by Chris Lattner · 22 years ago
  32. a30ed38 Trivial change to test CVS checkout scripts by Chris Lattner · 22 years ago
  33. 1db872d Commit Vikram's changes for 426 class by Chris Lattner · 22 years ago
  34. 0377de4 Add information about the GlobalVariable and Module classes by Chris Lattner · 22 years ago
  35. 9355b47 Initial checkin of the first part of the Programmer's Manual by Chris Lattner · 22 years ago
  36. 480e2ef * Remove notes at the top of the file by Chris Lattner · 22 years ago
  37. eaee9e1 Add distinction between integer and integral types. by Chris Lattner · 22 years ago
  38. d816bcf Add "written by" note by Chris Lattner · 22 years ago
  39. 690d99b Comment out broken link by Chris Lattner · 22 years ago
  40. 846f535 Make doxygen not exclude doxygenized comments from the source code listings by Chris Lattner · 22 years ago
  41. 7991070 Add documentation for AnalysisGroup functionality by Chris Lattner · 22 years ago
  42. f31860b Fix typeo noticed by Bryan by Chris Lattner · 22 years ago
  43. 2b4dcbb Add a note mentioning that bools promote to 0 or 1 by Chris Lattner · 22 years ago
  44. 7ce83e5 Gross, some whitespace escaped by Chris Lattner · 22 years ago
  45. 17a4c3e Fix bug in documentation by Chris Lattner · 22 years ago
  46. e489aa5 Remove information about dead 'not' instruction by Chris Lattner · 22 years ago
  47. cefbd32 Updated GettingStarted guide to be accurate now that binaries are in /shared by Chris Lattner · 22 years ago
  48. f8856bc Add a note that specifies that the whether or not sign extension is done by by Chris Lattner · 22 years ago
  49. 44ac659 * Document the BUILD_ROOT changes and option by Chris Lattner · 22 years ago
  50. 38c633d Oh yeah, I wrote it. by Chris Lattner · 22 years ago
  51. c6bb824 Initial checkin of the "Writting an LLVM Pass" document by Chris Lattner · 22 years ago
  52. c1ae40c * Write the "Custom parser" section by Chris Lattner · 22 years ago
  53. e76d4ab Write the reference section, make other minor editing changes elsewhere. by Chris Lattner · 22 years ago
  54. ae85363 Update the CommandLine manual for the newest revision, include outline of reference manual and extension guide by Chris Lattner · 22 years ago
  55. 47fe337 Don't doxygenize the boost libraries by Chris Lattner · 22 years ago
  56. 945de2d Make the background white, add a "By" section. by Chris Lattner · 22 years ago
  57. 7fe7f81 Major changes, expansions, clarifications and corrections. by Chris Lattner · 22 years ago
  58. f4688a8 *** empty log message *** by Guochun Shi · 22 years ago
  59. dc6c1f5 Cleanup by Chris Lattner · 22 years ago
  60. b7c6c2a Avoid calling LLVM "Strongly typed" by Chris Lattner · 22 years ago
  61. c98cbbc Add borders to truth tables by Chris Lattner · 22 years ago
  62. 7bae395 Minor tuning and fleshing out of the language reference. by Chris Lattner · 22 years ago
  63. a2204e1 Description of a large patch that I checked in by Chris Lattner · 22 years ago
  64. 8bed246 Mark some stuff as done by Chris Lattner · 22 years ago
  65. 82ac87c New file by Chris Lattner · 22 years ago
  66. 6536cfe Finish up the updates to the language reference by Chris Lattner · 22 years ago
  67. 2b7d320 Updated documentation a _LOT_ by Chris Lattner · 22 years ago
  68. 7faa883 Update documentation a LOT, make it more accurate and match current model by Chris Lattner · 22 years ago
  69. 3e5fe17 Add info about the StringList class by Chris Lattner · 22 years ago
  70. b9a827c Add rule to build tar.gz file. by Chris Lattner · 23 years ago
  71. 3785a66 Checkin support for building doxygen stuff by Chris Lattner · 23 years ago
  72. 13c4659 Add a note about endl semantics by Chris Lattner · 23 years ago
  73. 304e707 *** empty log message *** by Ruchira Sasanka · 23 years ago
  74. 42bd177 Added comments, destructors where necessary. by Ruchira Sasanka · 23 years ago
  75. 299f6a9 Documentation (draft) for reg alloc by Ruchira Sasanka · 23 years ago
  76. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  77. c5d1d20 Implement stuff, remove todos by Chris Lattner · 23 years ago
  78. 37aabf2 Implemented constant propogation of cast instructions by Chris Lattner · 23 years ago
  79. 5168b27 Update todo's by Chris Lattner · 23 years ago
  80. b00c582 Commit more code over to new cast style by Chris Lattner · 23 years ago
  81. a9a090b Comment out a paragraph that refers to a file that no longer exists by Chris Lattner · 23 years ago
  82. 459fbcf Global variables/complex constants have been resolved! by Chris Lattner · 23 years ago
  83. 7fbce77 Add idea by Chris Lattner · 23 years ago
  84. 1b6e1fc Fixed the "output constant pool even if he have no constants" issue by Chris Lattner · 23 years ago
  85. 643ecd4 whoo hoo I did something! :) by Chris Lattner · 23 years ago
  86. 491bff4 Add another TODO: sigh by Chris Lattner · 23 years ago
  87. 209c7f4 Initial checking of some rough documentation for commandline library by Chris Lattner · 23 years ago
  88. 7ae36bb Add a missing </a> tag by Chris Lattner · 23 years ago
  89. f5a0892 Add notes on instruction selection pass by Chris Lattner · 23 years ago
  90. bb1604c Add a note by Chris Lattner · 23 years ago
  91. 49fec96 Added more todo's. Don't I ever accomplish anything? by Chris Lattner · 23 years ago
  92. 1fedd5a Modify notes by Chris Lattner · 23 years ago
  93. d80c43c Initial checkin of coding standards by Chris Lattner · 23 years ago
  94. 33ba0d9 Updated documentation for load, store & getelementptr by Chris Lattner · 23 years ago
  95. 8b9f7c0 Add note by Chris Lattner · 23 years ago
  96. f22696f Neg instruction removed. TODO item fulfilled. by Chris Lattner · 23 years ago
  97. 0aa1d5e Add note about nuking Instruction::neg by Chris Lattner · 23 years ago
  98. 6475bdf Initial checkin by Chris Lattner · 23 years ago
  99. 3ea7349 *** empty log message *** by Chris Lattner · 23 years ago
  100. 100efcb Add note about tool idea. Change command line of note to be more specific by Chris Lattner · 23 years ago