1. cf143a4 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  2. 2d8e3d2 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
  3. 6371ed5 random cleanups. by Chris Lattner · 16 years ago
  4. 1f50fc7 fix another bozo bug by Chris Lattner · 16 years ago
  5. b49a30c fix accidentally inverted conditional and add comment. by Chris Lattner · 16 years ago
  6. a006d4e turn this conditional into something humans might actually by Chris Lattner · 16 years ago
  7. b525766 by David Greene · 16 years ago
  8. 1cd1d98 Move more to raw_ostream, provide support for writing MachineBasicBlock, by Daniel Dunbar · 16 years ago
  9. 3380d5c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
  10. 4b93895 by David Greene · 16 years ago
  11. 5412d06 If a MachineBasicBlock has multiple ways of reaching another block, by Dan Gohman · 16 years ago
  12. 968dc7a Reapply 68073, with fixes. EH Landing-pad basic blocks are not by Dan Gohman · 16 years ago
  13. 6d1b89e Constify arguments in isSuccessor and isLayoutSuccessor. by Dan Gohman · 16 years ago
  14. 5d5ee80 Delete unnecessary parens around return values. by Dan Gohman · 16 years ago
  15. d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
  16. 6ade6f5 Add a new MachineBasicBlock utility function, isLayoutSuccessor, that by Dan Gohman · 17 years ago
  17. 014278e Remove isImm(), isReg(), and friends, in favor of by Dan Gohman · 17 years ago
  18. fed90b6 Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  19. 2c3f7ae Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. by Dan Gohman · 17 years ago
  20. 8e5f2c6 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  21. 63307c3 Added addition atomic instrinsics and, or, xor, min, and max. by Mon P Wang · 17 years ago
  22. a971dbd - Check if a register is livein before removing it. It may have already been removed. by Evan Cheng · 17 years ago
  23. fb8075d Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries. by Evan Cheng · 17 years ago
  24. e6d088a Rename PrintableName to Name. by Bill Wendling · 17 years ago
  25. 74ab84c Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
  26. 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 17 years ago
  27. f14cf85 remove #includage by Chris Lattner · 17 years ago
  28. 749c6f6 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 17 years ago
  29. 6924430 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 17 years ago
  30. 62ed6b9 Implement automatically updated def/use lists for all MachineInstr register by Chris Lattner · 17 years ago
  31. f20c1a4 properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 17 years ago
  32. 8aa797a Add new shorter predicates for testing machine operands for various types: by Chris Lattner · 17 years ago
  33. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  34. cb406c2 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
  35. 406452d Silence warning while compiling with gcc 4.2 by Anton Korobeynikov · 18 years ago
  36. 8a46d34 Fix misue of iterator pointing to erased object. Uncovered by _GLIBCXX_DEBUG. by David Greene · 18 years ago
  37. 2bdb7d0 Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock method. by Evan Cheng · 18 years ago
  38. 0370fad Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock general facility. by Evan Cheng · 18 years ago
  39. 4f09878 Move isSuccessor() offline, change it to use std::find. by Evan Cheng · 18 years ago
  40. c11ce86 print isLandingPad() for MBBs by Chris Lattner · 18 years ago
  41. 2197051 Print preds / succs BB numbers. by Evan Cheng · 18 years ago
  42. b371f45 Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. by Evan Cheng · 18 years ago
  43. a284cbf For PR1207: by Reid Spencer · 18 years ago
  44. 795d950 Added removeLiveIn. by Evan Cheng · 18 years ago
  45. 13d8285 Add live-ins to MachineBasicBlock. by Evan Cheng · 18 years ago
  46. 4b60774 The best unbreakage yet, addressing Bill's concerns. by Jeff Cohen · 18 years ago
  47. c21c5ee An even better unbreakage... by Jeff Cohen · 18 years ago
  48. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  49. c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 18 years ago
  50. 1ccc468 Implement operator<< for machine basic blocks to make it easier to dump them. by Chris Lattner · 18 years ago
  51. c585a3f add moveBefore/moveAfter helper methods by Chris Lattner · 19 years ago
  52. db3ea67 print labels even if a MBB doesn't have a corresponding LLVM BB, just don't by Chris Lattner · 19 years ago
  53. 5504602 MachineBasicBlock::splice was incorrectly updating parent pointers on by Chris Lattner · 19 years ago
  54. ee773ba Print the MBB ID # along with the bb tag in the -print-machine-instrs output. by Chris Lattner · 19 years ago
  55. 681764b print the preds of each MBB by Chris Lattner · 19 years ago
  56. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  57. 8b915b4 Remove and simplify some more machineinstr/machineoperand stuff. by Chris Lattner · 19 years ago
  58. 4efeab2 Remove a bunch more dead V9 specific stuff by Chris Lattner · 19 years ago
  59. edf128a Remove trailing whitespace by Misha Brukman · 20 years ago
  60. 380ae49 print the machine CFG in the -print-machineinstrs dump by Chris Lattner · 20 years ago
  61. bca8144 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 20 years ago
  62. 9d5d759 adjust to ilist changes. by Chris Lattner · 20 years ago
  63. 52c09d7 Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp by Chris Lattner · 21 years ago
  64. a638286 Indent to 2 spaces. by Alkis Evlogimenos · 21 years ago
  65. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  66. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  67. ca48eb9 Change MBB autonumber a bit to get the reverse mapping as well as a forward by Chris Lattner · 21 years ago
  68. b140762 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
  69. 988b7ba Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable. by Brian Gaeke · 21 years ago
  70. 9bcdcd1 Adjust to new TargetMachine interface by Chris Lattner · 21 years ago
  71. 17fb34b Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. by Tanya Lattner · 21 years ago
  72. 792699c Added MachineFunction parent* to MachineBasicBlock. Customized ilist template by Tanya Lattner · 21 years ago
  73. 5bf3ce2 Eliminate an explicit use of the LLVM basic block, using getParent instead, by Chris Lattner · 21 years ago
  74. 0bcb1ad Add non-const MachineBasicBlock::getParent() accessor method. by Brian Gaeke · 21 years ago
  75. e699b16 Use MachineBasicBlock::getParent(). by Alkis Evlogimenos · 21 years ago
  76. 743d0a1 Refactor rewinding code for finding the first terminator of a basic by Alkis Evlogimenos · 21 years ago
  77. 5e61fa9 Add a MachineBasicBlock::getParent() method by Chris Lattner · 21 years ago
  78. aad5c05 Add LeakDetection to MachineInstr. by Alkis Evlogimenos · 21 years ago
  79. d0aa0cd Change MachineBasicBlock's to not be Annotations, instead they are kept as by Chris Lattner · 23 years ago
  80. 55291ea Rename MachineCodeForBasicBlock to MachineBasicBlock by Chris Lattner · 23 years ago
  81. 51a8d85 Inline some methods from .cpp files into .h files, minor cleanups by Chris Lattner · 23 years ago
  82. 0c68e8c Updates to match misha's changes by Chris Lattner · 23 years ago
  83. 11991ac Implementation of class MachineCodeForBasicBlock. by Vikram S. Adve · 23 years ago