1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. cb406c2 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 17 years ago
  3. 406452d Silence warning while compiling with gcc 4.2 by Anton Korobeynikov · 17 years ago
  4. 8a46d34 Fix misue of iterator pointing to erased object. Uncovered by _GLIBCXX_DEBUG. by David Greene · 17 years ago
  5. 2bdb7d0 Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock method. by Evan Cheng · 17 years ago
  6. 0370fad Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock general facility. by Evan Cheng · 17 years ago
  7. 4f09878 Move isSuccessor() offline, change it to use std::find. by Evan Cheng · 17 years ago
  8. c11ce86 print isLandingPad() for MBBs by Chris Lattner · 17 years ago
  9. 2197051 Print preds / succs BB numbers. by Evan Cheng · 17 years ago
  10. b371f45 Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. by Evan Cheng · 17 years ago
  11. a284cbf For PR1207: by Reid Spencer · 17 years ago
  12. 795d950 Added removeLiveIn. by Evan Cheng · 17 years ago
  13. 13d8285 Add live-ins to MachineBasicBlock. by Evan Cheng · 18 years ago
  14. 4b60774 The best unbreakage yet, addressing Bill's concerns. by Jeff Cohen · 18 years ago
  15. c21c5ee An even better unbreakage... by Jeff Cohen · 18 years ago
  16. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  17. c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 18 years ago
  18. 1ccc468 Implement operator<< for machine basic blocks to make it easier to dump them. by Chris Lattner · 18 years ago
  19. c585a3f add moveBefore/moveAfter helper methods by Chris Lattner · 18 years ago
  20. db3ea67 print labels even if a MBB doesn't have a corresponding LLVM BB, just don't by Chris Lattner · 18 years ago
  21. 5504602 MachineBasicBlock::splice was incorrectly updating parent pointers on by Chris Lattner · 18 years ago
  22. ee773ba Print the MBB ID # along with the bb tag in the -print-machine-instrs output. by Chris Lattner · 18 years ago
  23. 681764b print the preds of each MBB by Chris Lattner · 18 years ago
  24. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 18 years ago
  25. 8b915b4 Remove and simplify some more machineinstr/machineoperand stuff. by Chris Lattner · 18 years ago
  26. 4efeab2 Remove a bunch more dead V9 specific stuff by Chris Lattner · 18 years ago
  27. edf128a Remove trailing whitespace by Misha Brukman · 19 years ago
  28. 380ae49 print the machine CFG in the -print-machineinstrs dump by Chris Lattner · 19 years ago
  29. bca8144 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 20 years ago
  30. 9d5d759 adjust to ilist changes. by Chris Lattner · 20 years ago
  31. 52c09d7 Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp by Chris Lattner · 20 years ago
  32. a638286 Indent to 2 spaces. by Alkis Evlogimenos · 20 years ago
  33. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  34. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  35. ca48eb9 Change MBB autonumber a bit to get the reverse mapping as well as a forward by Chris Lattner · 20 years ago
  36. 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 · 20 years ago
  37. 988b7ba Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable. by Brian Gaeke · 20 years ago
  38. 9bcdcd1 Adjust to new TargetMachine interface by Chris Lattner · 20 years ago
  39. 17fb34b Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. by Tanya Lattner · 20 years ago
  40. 792699c Added MachineFunction parent* to MachineBasicBlock. Customized ilist template by Tanya Lattner · 20 years ago
  41. 5bf3ce2 Eliminate an explicit use of the LLVM basic block, using getParent instead, by Chris Lattner · 20 years ago
  42. 0bcb1ad Add non-const MachineBasicBlock::getParent() accessor method. by Brian Gaeke · 20 years ago
  43. e699b16 Use MachineBasicBlock::getParent(). by Alkis Evlogimenos · 20 years ago
  44. 743d0a1 Refactor rewinding code for finding the first terminator of a basic by Alkis Evlogimenos · 20 years ago
  45. 5e61fa9 Add a MachineBasicBlock::getParent() method by Chris Lattner · 20 years ago
  46. aad5c05 Add LeakDetection to MachineInstr. by Alkis Evlogimenos · 20 years ago
  47. d0aa0cd Change MachineBasicBlock's to not be Annotations, instead they are kept as by Chris Lattner · 22 years ago
  48. 55291ea Rename MachineCodeForBasicBlock to MachineBasicBlock by Chris Lattner · 22 years ago
  49. 51a8d85 Inline some methods from .cpp files into .h files, minor cleanups by Chris Lattner · 22 years ago
  50. 0c68e8c Updates to match misha's changes by Chris Lattner · 22 years ago
  51. 11991ac Implementation of class MachineCodeForBasicBlock. by Vikram S. Adve · 22 years ago