1. 2d5967d Helpful comment added. Some code cleanup. No functional change. by Bill Wendling · 16 years ago
  2. e8a525a Revert these. They may have been causing 483_xalancbmk to fail: by Bill Wendling · 16 years ago
  3. 277381f Whitespace changes, comment clarification. No functional changes. by Bill Wendling · 16 years ago
  4. b87b9925 Don't try to move a MBB into the fall-through position if it's a landing pad or by Bill Wendling · 16 years ago
  5. 9f13fc7 Revert part of r91101 which was causing an infinite loop in the self-hosting by Bill Wendling · 16 years ago
  6. a1bce0c Address comments on last patch: by Bill Wendling · 16 years ago
  7. a581aac A machine basic block may end in an unconditional branch, however it may have by Bill Wendling · 16 years ago
  8. 0b44cb0 Simplify this code: don't call AnalyzeBranch before doing simpler checks. by Dan Gohman · 16 years ago
  9. a48f44d improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
  10. 2d4ff12 Split tail duplication into a separate pass. This is needed to avoid by Bob Wilson · 16 years ago
  11. 8a3fdae Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseBranchCondition(Cond) call. by Jakob Stoklund Olesen · 16 years ago
  12. 2bbeaa8 Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. by Jakob Stoklund Olesen · 16 years ago
  13. 57be2f2 Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. by Evan Cheng · 16 years ago
  14. 801b33b Move the utility function UpdateTerminator() from CodePlacementOpt() into by Jim Grosbach · 16 years ago
  15. 64b5d0f Add support for tail duplication to BranchFolding, and extend by Dan Gohman · 16 years ago
  16. 34341e6 Make -print-machineinstrs more readable. by Dan Gohman · 16 years ago
  17. e0a8b8f Mention if a block has its address taken in debug output. by Dan Gohman · 16 years ago
  18. 6c93880 Initial target-independent CodeGen support for BlockAddresses. by Dan Gohman · 16 years ago
  19. 565449d remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  20. 1216f54 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
  21. af119ca random cleanups. by Chris Lattner · 16 years ago
  22. 63d3fa5 fix another bozo bug by Chris Lattner · 16 years ago
  23. 249e1ac fix accidentally inverted conditional and add comment. by Chris Lattner · 16 years ago
  24. 523d2f6 turn this conditional into something humans might actually by Chris Lattner · 16 years ago
  25. ec9bc28 by David Greene · 16 years ago
  26. 796e43e Move more to raw_ostream, provide support for writing MachineBasicBlock, by Daniel Dunbar · 16 years ago
  27. 1eede6c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
  28. 3b45864 by David Greene · 16 years ago
  29. bb2f107 If a MachineBasicBlock has multiple ways of reaching another block, by Dan Gohman · 16 years ago
  30. 6b42dfd Reapply 68073, with fixes. EH Landing-pad basic blocks are not by Dan Gohman · 17 years ago
  31. ff62c62 Constify arguments in isSuccessor and isLayoutSuccessor. by Dan Gohman · 17 years ago
  32. f87dc92 Delete unnecessary parens around return values. by Dan Gohman · 17 years ago
  33. 0d1e9a8 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
  34. a78bae3 Add a new MachineBasicBlock utility function, isLayoutSuccessor, that by Dan Gohman · 17 years ago
  35. 38453ee Remove isImm(), isReg(), and friends, in favor of by Dan Gohman · 17 years ago
  36. 804c95d Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  37. 0ece943 Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. by Dan Gohman · 17 years ago
  38. 3b46030 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  39. 3e58393 Added addition atomic instrinsics and, or, xor, min, and max. by Mon P Wang · 17 years ago
  40. 3980a79 - Check if a register is livein before removing it. It may have already been removed. by Evan Cheng · 18 years ago
  41. c799065 Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries. by Evan Cheng · 18 years ago
  42. d7a258d Rename PrintableName to Name. by Bill Wendling · 18 years ago
  43. c24ea4f Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 18 years ago
  44. 3a4be0f Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  45. f3efadc remove #includage by Chris Lattner · 18 years ago
  46. 03ad885 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 18 years ago
  47. a98c679 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 18 years ago
  48. 961e742 Implement automatically updated def/use lists for all MachineInstr register by Chris Lattner · 18 years ago
  49. 574e716 properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 18 years ago
  50. a5bb370 Add new shorter predicates for testing machine operands for various types: by Chris Lattner · 18 years ago
  51. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  52. c731c97 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
  53. 35322d7 Silence warning while compiling with gcc 4.2 by Anton Korobeynikov · 18 years ago
  54. 451d1a6 Fix misue of iterator pointing to erased object. Uncovered by _GLIBCXX_DEBUG. by David Greene · 18 years ago
  55. 2afd702 Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock method. by Evan Cheng · 18 years ago
  56. df75785 Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock general facility. by Evan Cheng · 18 years ago
  57. a92b2b3 Move isSuccessor() offline, change it to use std::find. by Evan Cheng · 18 years ago
  58. f90c8fb print isLandingPad() for MBBs by Chris Lattner · 18 years ago
  59. 9bc8d4b Print preds / succs BB numbers. by Evan Cheng · 19 years ago
  60. f7ed82d Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. by Evan Cheng · 19 years ago
  61. da81bf4 For PR1207: by Reid Spencer · 19 years ago
  62. 41d2a1d Added removeLiveIn. by Evan Cheng · 19 years ago
  63. bcf1d7f Add live-ins to MachineBasicBlock. by Evan Cheng · 19 years ago
  64. 29192e6 The best unbreakage yet, addressing Bill's concerns. by Jeff Cohen · 19 years ago
  65. b82309f An even better unbreakage... by Jeff Cohen · 19 years ago
  66. 355fc5a Removed more <iostream> includes by Bill Wendling · 19 years ago
  67. 20350c4 Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 19 years ago
  68. ace542f Implement operator<< for machine basic blocks to make it easier to dump them. by Chris Lattner · 19 years ago
  69. 94866be add moveBefore/moveAfter helper methods by Chris Lattner · 19 years ago
  70. 4e107aa print labels even if a MBB doesn't have a corresponding LLVM BB, just don't by Chris Lattner · 19 years ago
  71. 16ae43e MachineBasicBlock::splice was incorrectly updating parent pointers on by Chris Lattner · 19 years ago
  72. de154b1 Print the MBB ID # along with the bb tag in the -print-machine-instrs output. by Chris Lattner · 19 years ago
  73. 9a1e91b print the preds of each MBB by Chris Lattner · 19 years ago
  74. 8c2c1e9 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  75. 469647b Remove and simplify some more machineinstr/machineoperand stuff. by Chris Lattner · 19 years ago
  76. ee64b6b Remove a bunch more dead V9 specific stuff by Chris Lattner · 19 years ago
  77. 835702a Remove trailing whitespace by Misha Brukman · 21 years ago
  78. 329c14a print the machine CFG in the -print-machineinstrs dump by Chris Lattner · 21 years ago
  79. f6c93e3 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 21 years ago
  80. e6074aa adjust to ilist changes. by Chris Lattner · 21 years ago
  81. 4336b87 Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp by Chris Lattner · 21 years ago
  82. fcb3f51 Indent to 2 spaces. by Alkis Evlogimenos · 21 years ago
  83. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  84. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  85. 449af59 Change MBB autonumber a bit to get the reverse mapping as well as a forward by Chris Lattner · 21 years ago
  86. 23dbc81 Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. by Tanya Lattner · 21 years ago
  87. 4300ca9 Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable. by Brian Gaeke · 21 years ago
  88. 2150542 Adjust to new TargetMachine interface by Chris Lattner · 21 years ago
  89. 91fa3a9 Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. by Tanya Lattner · 21 years ago
  90. a578cb7 Added MachineFunction parent* to MachineBasicBlock. Customized ilist template by Tanya Lattner · 21 years ago
  91. 18dad6e Eliminate an explicit use of the LLVM basic block, using getParent instead, by Chris Lattner · 21 years ago
  92. cb5d22a Add non-const MachineBasicBlock::getParent() accessor method. by Brian Gaeke · 21 years ago
  93. b525d540 Use MachineBasicBlock::getParent(). by Alkis Evlogimenos · 22 years ago
  94. af2de48 Refactor rewinding code for finding the first terminator of a basic by Alkis Evlogimenos · 22 years ago
  95. d23a882 Add a MachineBasicBlock::getParent() method by Chris Lattner · 22 years ago
  96. 14f3fe8 Add LeakDetection to MachineInstr. by Alkis Evlogimenos · 22 years ago
  97. 8c63b68 Change MachineBasicBlock's to not be Annotations, instead they are kept as by Chris Lattner · 23 years ago
  98. 8710aab Rename MachineCodeForBasicBlock to MachineBasicBlock by Chris Lattner · 23 years ago
  99. 9baa9ad Inline some methods from .cpp files into .h files, minor cleanups by Chris Lattner · 23 years ago
  100. 9f99867 Updates to match misha's changes by Chris Lattner · 23 years ago