1. c3e0434 llvm-abcd has become llvm-bcanalyzer by Misha Brukman · 20 years ago
  2. e0e3589 Fix use-before-def thinko by Brian Gaeke · 20 years ago
  3. 750c425 Add a note about implementing interprocedural register allocation. by Reid Spencer · 20 years ago
  4. db67ecd Build llvm-bcanalyzer by Brian Gaeke · 20 years ago
  5. 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
  6. a9a582f Fix potential problems with unreachable basic blocks. by Chris Lattner · 20 years ago
  7. fab96f0 Fix all of those problems that the PPC backend has running 176.gcc :) by Chris Lattner · 20 years ago
  8. 9a9ca0f Remove dead blocks by Chris Lattner · 20 years ago
  9. fc3c82a Add a trivially simple pass to delete unreachable blocks from the CFG. This by Chris Lattner · 20 years ago
  10. 8b708e4 Add a new pass for code generators to use by Chris Lattner · 20 years ago
  11. c95f3b8 Make this testcase more interesting by Chris Lattner · 20 years ago
  12. 1c4b6de4 Get rid of a dead variable, and fix a typo in a comment. by Brian Gaeke · 20 years ago
  13. 90c5bbe Add M_TERMINATOR_FLAG to terminator instructions (branches and returns). by Brian Gaeke · 20 years ago
  14. 3c95d3a RETURN instructions are not used in the sparc backend. by Brian Gaeke · 20 years ago
  15. dbaf551 llvm-abcd tool name changed to llvm-bcanalyzer: see llvm-bcanalyzer.pod. by Reid Spencer · 20 years ago
  16. 1cf0e32 Podified documentation for the llvm-bcanalyzer tool (nee llvm-abcd). by Reid Spencer · 20 years ago
  17. 8a542ae Name Change: llvm-abcd -> llvm-bcanalyzer by Reid Spencer · 20 years ago
  18. 452069a * Follow the PowerPC convention of leaving 24 bytes for linking on the stack. by Misha Brukman · 20 years ago
  19. 425ff24 * Get rid of constant-expr handling code: we use the ConstantExpr lowering pass by Misha Brukman · 20 years ago
  20. f233a84 Wrap long line by Misha Brukman · 20 years ago
  21. 15eb0a1 * Do not allocate r0 as we use it indiscriminantly in the instr selector. by Misha Brukman · 20 years ago
  22. 4363bdb Check if operand has an allocated reg before requesting it. by Misha Brukman · 20 years ago
  23. 992dce1 * Doxygenify comments * Tabs-to-spaces by Misha Brukman · 20 years ago
  24. 5706f25 Fix broken links by Chris Lattner · 20 years ago
  25. ff0c766 bug. point. pod. by Brian Gaeke · 20 years ago
  26. 4d13294 Add much better assertion checking for load and store insts. by Chris Lattner · 20 years ago
  27. cf3290b Move init methods out of line to enable better assertions, contributed by Chris Lattner · 20 years ago
  28. 74f470b bugpoint command guide has been designated a full-fledged "doc". by Brian Gaeke · 20 years ago
  29. 2668291 abcd pod document by Brian Gaeke · 20 years ago
  30. f18c06a llvm-nm pod format man page. by Brian Gaeke · 20 years ago
  31. a9160a0 Make this pass use a more specific debug message than "Processing:". by Brian Gaeke · 20 years ago
  32. d2df776 Fix grammar: remove `our' as it no longer makes sense. by Misha Brukman · 20 years ago
  33. efa1e62 This is more of an "llvm team" thing by now by Chris Lattner · 20 years ago
  34. c1ed617 llvm-db is in alpha stage, this document is a placeholder. by Misha Brukman · 20 years ago
  35. 6aa3c74 Fix links to llvmgcc and llvmgxx by Misha Brukman · 20 years ago
  36. 89fe7de gccld enters the Hall of POD. by Misha Brukman · 20 years ago
  37. 6dfdbc8 Make the text of the link to llvmgxx.html more appropriate: `llvmg++'. by Misha Brukman · 20 years ago
  38. 59b0067 Handle targets where alignment can be bigger than the size of the data. by Chris Lattner · 20 years ago
  39. beb5e78 Fix grammar in Stacker doc description. by Misha Brukman · 20 years ago
  40. 95bba87 Mention llvm-abcd, point out difference between it and `analyze'. by Misha Brukman · 20 years ago
  41. 38ca9be Change format of CommandGuide index page to look like other docs. by Misha Brukman · 20 years ago
  42. a97e6cb * `The' isn't necessary in front of LLVM * Wrap long line by Misha Brukman · 20 years ago
  43. 6998517 Fresh from the LLVM baker's oven: opt and analyze pods. by Misha Brukman · 20 years ago
  44. f19aa2e Add llvm-g++ and llvm-gcc pod documentation. by Misha Brukman · 20 years ago
  45. a239fcd Fix link to llvmgcc. by Misha Brukman · 20 years ago
  46. e5fd2fb Make links relative instead of absolute. by Misha Brukman · 20 years ago
  47. 4b9a400 Make sure that we destroy the MBB's, with all of their instructions, before by Chris Lattner · 20 years ago
  48. 8490f9c Now that MachineFunction/MachineBasicBlock keep a mapping of blocks to ID #'s by Chris Lattner · 20 years ago
  49. 61e4cb3 Now that we have happy mappings from MBBs->numbers, use them instead of keeping by Chris Lattner · 20 years ago
  50. ca48eb9 Change MBB autonumber a bit to get the reverse mapping as well as a forward by Chris Lattner · 20 years ago
  51. 51289aa Instance var no longer exists by Chris Lattner · 20 years ago
  52. 25d8039 Change the implementation of the autonumbering for MBB's a bit to provide by Chris Lattner · 20 years ago
  53. 8ba9771 Start using MBB numbers directly instead of going through the live variables by Chris Lattner · 20 years ago
  54. a5287a6 Instead of building a private numbering of MBB's use brg's nifty auto-numbering. by Chris Lattner · 20 years ago
  55. 635b83f Fix testcase by Chris Lattner · 20 years ago
  56. 1394784 -debug option does not exist in a release build by Chris Lattner · 20 years ago
  57. f380445 Fix testcase. For some reason this was failing only with a release build and by Chris Lattner · 20 years ago
  58. c76920a Added a command page for the llvm-abcd tool. by Reid Spencer · 20 years ago
  59. d2d5df2 Fix indentation to be 2 spaces. by Misha Brukman · 20 years ago
  60. c661c30 * Coalesce the handy CALL* alias opcodes with the standard ones by Misha Brukman · 20 years ago
  61. da7515a * Allow more registers to be allocated from the general register pool by Misha Brukman · 20 years ago
  62. b9e8f97 * Inquire about the number of operands from the instruction directly by Misha Brukman · 20 years ago
  63. ea09126 visitSetCondInst() takes a parameter of type `SetCondInst' by Misha Brukman · 20 years ago
  64. 65acb30 Fixed the tutorial to indicate that we needed to use the llvm namespace. by Jonathan Manton · 20 years ago
  65. ce76db9 Always assume a function may have calls because the printer may add `bl' to get by Misha Brukman · 20 years ago
  66. 14d8c7a * Don't save LR when outputting globals: it's already saved on the stack once by Misha Brukman · 20 years ago
  67. 61297ee * Stop using BBNumbering, we don't really need it by Misha Brukman · 20 years ago
  68. 7b00096 Fix order and line length of fixed bugs. by Reid Spencer · 20 years ago
  69. cbcdb9c Set up the prologue and epilogue to be more like the manual and GCC output. by Misha Brukman · 20 years ago
  70. 5fa2b02 * Use LA instead of LWZ for LoadLoAddr by Misha Brukman · 20 years ago
  71. 8ee0100 Only allocate non-volatile registers R13-31 (for now). by Misha Brukman · 20 years ago
  72. 86a9a7a Implement verification feature. by Reid Spencer · 20 years ago
  73. 53d5543 The analyzer code now lives in the bcreader library. The bcanalyzer lib by Reid Spencer · 20 years ago
  74. 60f3581 Lower ConstantExpressions before the code generator. by Misha Brukman · 20 years ago
  75. 0692dbf Remove files no longer needed. ConstantReader and InstructionReader were by Reid Spencer · 20 years ago
  76. f89143c This is a slimming down of the previous ReaderInternals.h that just by Reid Spencer · 20 years ago
  77. 060d25d MAJOR REWRITE. by Reid Spencer · 20 years ago
  78. df45a54 Adjustments to allow Bytecode Reading to support the BytecodeHandler by Reid Spencer · 20 years ago
  79. f41aa73 Merge Dumper.cpp and AnalyzerWrappers.cpp into this file. Also, adjust the by Reid Spencer · 20 years ago
  80. cc1091e Analyzer moved to ../Reader directory. by Reid Spencer · 20 years ago
  81. 46bd33f Remove newly defunct Analyzer directory. by Reid Spencer · 20 years ago
  82. 78b763b Provide support for the BytecodeHandler interface which will be called by by Reid Spencer · 20 years ago
  83. 9c1e05f Fix include guard by Reid Spencer · 20 years ago
  84. 39e6af4 Adjust comments to match code. by Reid Spencer · 20 years ago
  85. c1f901c Fix associativity of parameters to assert(): now it actually makes sense. by Misha Brukman · 20 years ago
  86. e8d8fb2 Convert tabs to spaces. by Misha Brukman · 20 years ago
  87. e19ca38 * Fix saving LR in function prologue by Misha Brukman · 20 years ago
  88. 218bec7 Assembly syntax/comment fixes by Nate Begeman. by Misha Brukman · 20 years ago
  89. 39c2a8e Restoring this file. by Vikram S. Adve · 20 years ago
  90. 1b17438 The code generator should work with unreachable blocks. If not, then this by Chris Lattner · 20 years ago
  91. 23a53aa I believe that the code generator now properly handles dead basic blocks. If not, by Chris Lattner · 20 years ago
  92. 91a350d In line with the previous patch, do not assert out if analyzing a dead basic block. by Chris Lattner · 20 years ago
  93. 59850a8 Do not dereference end iterators. It hurts when you do that. by Chris Lattner · 20 years ago
  94. 8b486a1 Fix a regression from r1.224. In particular, codegen a cast from double -> by Chris Lattner · 20 years ago
  95. 7cd4440 Can't print out machine code before it is constructed. by Misha Brukman · 20 years ago
  96. 100a4f8 document new pass by Chris Lattner · 20 years ago
  97. 3905b57 Fix the assembly opcode on LOADLoAddr, courtesy of Nate Begeman. by Misha Brukman · 20 years ago
  98. b2edb44 Set isBranch and isTerminator bits on all branch instructions. by Misha Brukman · 20 years ago
  99. 7e5812c Fix loading and storing PC-relative static variables, courtesy of Nate Begeman. by Misha Brukman · 20 years ago
  100. a6e58b3 No need to generate a lazy-linking stub for internal functions, they can be by Misha Brukman · 20 years ago