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