1. 7f0566c Fix a bug in the unreachable block elim pass. Dropping all references on a by Chris Lattner · 20 years ago
  2. ba46636 Remove definition and use of OtherVal enumerator. This just fixes a thinko. by Reid Spencer · 20 years ago
  3. 51f31e0 First draft completed. All sections written. by Reid Spencer · 20 years ago
  4. 7cccb2d Caused the labels on the small plots to be drawn vertically instead of by Reid Spencer · 20 years ago
  5. 2cc3615 Added sections for Constant Pool, Module Global Info, and Compaction by Reid Spencer · 20 years ago
  6. 1cc070c Add a missing "terminator" :) by Chris Lattner · 20 years ago
  7. 7c66ab3 Structures allow only uint arrays allow int/uint/long/ulong by Chris Lattner · 20 years ago
  8. 1ab929c - Reorganized the document contents by Reid Spencer · 20 years ago
  9. 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 20 years ago
  10. c156095 Correctly compute the ration of iterations/#intervals. by Alkis Evlogimenos · 20 years ago
  11. 38343f6 Add #includes by Chris Lattner · 20 years ago
  12. 321f831 Add #include <iostream> since Value.h doesn't include it any more. by Reid Spencer · 20 years ago
  13. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  14. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  15. 8ce1da7 - remove use of isa<Type>(Val) since there's no inheritance relationship by Reid Spencer · 20 years ago
  16. 77f4d86 Remove use of Type::TypeTy which is no longer defined. This change needed by Reid Spencer · 20 years ago
  17. 7474d03 Correct syntax typo .. ; -> : by Reid Spencer · 20 years ago
  18. 6e885d0 - Changes for bug 122 by Reid Spencer · 20 years ago
  19. e2fac77 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 20 years ago
  20. db8e515 Constify SymbolTable's use of Type* so that it never modifies them. by Reid Spencer · 20 years ago
  21. c28a224 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 20 years ago
  22. 57f6efc #include <iostream> since its not in Value.h any more. by Reid Spencer · 20 years ago
  23. 0e25e1c Adjust the slot machine to handle Types separately from Values. This was by Reid Spencer · 20 years ago
  24. d57da4b Implementation of SlotTable went into header file. Note that this header by Reid Spencer · 20 years ago
  25. 0852c80 Remove Tabs. by Reid Spencer · 20 years ago
  26. cb3595c Implement new output functions for types and compacted type planes. Also by Reid Spencer · 20 years ago
  27. d1fb1b7 Add new methods outputTypes and outputCompactionTypes for handling Types by Reid Spencer · 20 years ago
  28. 24ab28f For bug 122: by Reid Spencer · 20 years ago
  29. 5e394ff - Type::TypeTyID doesn't exist any more (bug 122) by Reid Spencer · 20 years ago
  30. e0bc0c1 Move SlotCalculator.h to lib/Bytecode/Writer since that is the only place by Reid Spencer · 20 years ago
  31. 04cde2c - Don't use macros to call the BytecodeHandler by Reid Spencer · 20 years ago
  32. 1847444 Make all the virtual function (except destructor) inline so there are by Reid Spencer · 20 years ago
  33. a86159c - Make ValueList an "OtherVal" user of Values to ensure it doesn't get by Reid Spencer · 20 years ago
  34. 97c7d74 Remove tabs. Move function declaration to Reader.h where it belongs. by Reid Spencer · 20 years ago
  35. 77cf296 Add #include <iostream> which is needed now that Value.h doesn't include it by Reid Spencer · 20 years ago
  36. b61cdb7 Excise tabs. by Reid Spencer · 20 years ago
  37. ed3d16e Add a new, compatible, interface function for writing types as operands. by Reid Spencer · 20 years ago
  38. 2d59de5 Added #include <iostream> since this header is no longer picked up from by Reid Spencer · 20 years ago
  39. da8440a - Remove enumerator TypeVal since Values can't be types any more by Reid Spencer · 20 years ago
  40. 88bdcd5 There is no longer a "Type" primitive type because Values and Types are by Reid Spencer · 20 years ago
  41. 9d62527 Constify usage of Type* on the interface to ensure SymbolTable doesn't by Reid Spencer · 20 years ago
  42. 69e9abb Remove all of the classof(const Value*) methods of the derived types since by Reid Spencer · 20 years ago
  43. e753e3b Make Type have no base classes. Previously it inherited Value. Also by Reid Spencer · 20 years ago
  44. d55b2b1 Add efficiency statistic. by Alkis Evlogimenos · 20 years ago
  45. 3b94a51 Add more operators. by Alkis Evlogimenos · 20 years ago
  46. 5114004 Fix compilation on internix by Chris Lattner · 20 years ago
  47. 46238a6 Implement add.ll:test22, a common case in MSIL files by Chris Lattner · 20 years ago
  48. 80fc86a Add a new testcase for folding an add into a switch by Chris Lattner · 20 years ago
  49. c5f143b Fix Type::isSized() to realize that "{ opaque }" is not sized by Chris Lattner · 20 years ago
  50. cf27afb Do not call getTypeSize on a type that has no size by Chris Lattner · 20 years ago
  51. 7283e7c Modernize example, so that you can paste it right into llvm-as by Brian Gaeke · 20 years ago
  52. 683ade3 Since we are in the department of redundancy department, at least be correct by Chris Lattner · 20 years ago
  53. 68a9b04 Add FIXME notes for spilling int/fp regs (need to calculate stack space). by Misha Brukman · 20 years ago
  54. 0d4b67c * Wrap long lines * Mention the HTML/man page output from single POD source file by Misha Brukman · 20 years ago
  55. c08937a * Standardize manpage output: program name bold, options italic/emphasized by Misha Brukman · 20 years ago
  56. 693464c The HTML documentation is now automatically generated from POD source. by Misha Brukman · 20 years ago
  57. 66a72ef * Link to the POD-generated HTML documentation by Misha Brukman · 20 years ago
  58. a856f5b Make `args' stand out as bold, delete confusing elipsis at the end of cmdline. by Misha Brukman · 20 years ago
  59. d7c41c2 HTML links in PODs must be absolute. by Misha Brukman · 20 years ago
  60. 595d32e Simplify wording: `the bugpoint tool' can just become `bugpoint'. by Misha Brukman · 20 years ago
  61. c3e0434 llvm-abcd has become llvm-bcanalyzer by Misha Brukman · 20 years ago
  62. e0e3589 Fix use-before-def thinko by Brian Gaeke · 20 years ago
  63. 750c425 Add a note about implementing interprocedural register allocation. by Reid Spencer · 20 years ago
  64. db67ecd Build llvm-bcanalyzer by Brian Gaeke · 20 years ago
  65. 230b4fb Revert patches 1.79 and 1.80 which had to do with dead MBB's. Now that they by Chris Lattner · 20 years ago
  66. a9a582f Fix potential problems with unreachable basic blocks. by Chris Lattner · 20 years ago
  67. fab96f0 Fix all of those problems that the PPC backend has running 176.gcc :) by Chris Lattner · 20 years ago
  68. 9a9ca0f Remove dead blocks by Chris Lattner · 20 years ago
  69. fc3c82a Add a trivially simple pass to delete unreachable blocks from the CFG. This by Chris Lattner · 20 years ago
  70. 8b708e4 Add a new pass for code generators to use by Chris Lattner · 20 years ago
  71. c95f3b8 Make this testcase more interesting by Chris Lattner · 20 years ago
  72. 1c4b6de4 Get rid of a dead variable, and fix a typo in a comment. by Brian Gaeke · 20 years ago
  73. 90c5bbe Add M_TERMINATOR_FLAG to terminator instructions (branches and returns). by Brian Gaeke · 20 years ago
  74. 3c95d3a RETURN instructions are not used in the sparc backend. by Brian Gaeke · 20 years ago
  75. dbaf551 llvm-abcd tool name changed to llvm-bcanalyzer: see llvm-bcanalyzer.pod. by Reid Spencer · 20 years ago
  76. 1cf0e32 Podified documentation for the llvm-bcanalyzer tool (nee llvm-abcd). by Reid Spencer · 20 years ago
  77. 8a542ae Name Change: llvm-abcd -> llvm-bcanalyzer by Reid Spencer · 20 years ago
  78. 452069a * Follow the PowerPC convention of leaving 24 bytes for linking on the stack. by Misha Brukman · 20 years ago
  79. 425ff24 * Get rid of constant-expr handling code: we use the ConstantExpr lowering pass by Misha Brukman · 20 years ago
  80. f233a84 Wrap long line by Misha Brukman · 20 years ago
  81. 15eb0a1 * Do not allocate r0 as we use it indiscriminantly in the instr selector. by Misha Brukman · 20 years ago
  82. 4363bdb Check if operand has an allocated reg before requesting it. by Misha Brukman · 20 years ago
  83. 992dce1 * Doxygenify comments * Tabs-to-spaces by Misha Brukman · 20 years ago
  84. 5706f25 Fix broken links by Chris Lattner · 20 years ago
  85. ff0c766 bug. point. pod. by Brian Gaeke · 20 years ago
  86. 4d13294 Add much better assertion checking for load and store insts. by Chris Lattner · 20 years ago
  87. cf3290b Move init methods out of line to enable better assertions, contributed by Chris Lattner · 20 years ago
  88. 74f470b bugpoint command guide has been designated a full-fledged "doc". by Brian Gaeke · 20 years ago
  89. 2668291 abcd pod document by Brian Gaeke · 20 years ago
  90. f18c06a llvm-nm pod format man page. by Brian Gaeke · 20 years ago
  91. a9160a0 Make this pass use a more specific debug message than "Processing:". by Brian Gaeke · 20 years ago
  92. d2df776 Fix grammar: remove `our' as it no longer makes sense. by Misha Brukman · 20 years ago
  93. efa1e62 This is more of an "llvm team" thing by now by Chris Lattner · 20 years ago
  94. c1ed617 llvm-db is in alpha stage, this document is a placeholder. by Misha Brukman · 20 years ago
  95. 6aa3c74 Fix links to llvmgcc and llvmgxx by Misha Brukman · 20 years ago
  96. 89fe7de gccld enters the Hall of POD. by Misha Brukman · 20 years ago
  97. 6dfdbc8 Make the text of the link to llvmgxx.html more appropriate: `llvmg++'. by Misha Brukman · 20 years ago
  98. 59b0067 Handle targets where alignment can be bigger than the size of the data. by Chris Lattner · 20 years ago
  99. beb5e78 Fix grammar in Stacker doc description. by Misha Brukman · 20 years ago
  100. 95bba87 Mention llvm-abcd, point out difference between it and `analyze'. by Misha Brukman · 20 years ago