1. 3fdf103 Properly update MachineDominators when splitting critical edge. by Evan Cheng · 15 years ago
  2. 064eff7 Move the decision logic whether it's a good idea to split a critical edge to clients. Also fixed an erroneous check. An edge is only a back edge when the from and to blocks are in the same loop. by Evan Cheng · 15 years ago
  3. c169610 Fix debug message. by Evan Cheng · 15 years ago
  4. 7e3584d PHI elimination should not break back edge. It can cause some significant code placement issues. rdar://8263994 by Evan Cheng · 15 years ago
  5. 1dc212a Add a getFirstNonPHI utility function. by Dan Gohman · 15 years ago
  6. 3dd527d Reapply r107655 with fixes; insert the pseudo instruction into by Dan Gohman · 15 years ago
  7. 17ce261 Revert r107655. by Dan Gohman · 15 years ago
  8. 56f3378 Fix a bunch of custom-inserter functions to handle the case where by Dan Gohman · 15 years ago
  9. cd9f79d Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out by Dan Gohman · 15 years ago
  10. 9fa5e33 Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This by Stuart Hastings · 15 years ago
  11. 1e60b69 Eliminate MachineBasicBlock::const_livein_iterator and make by Dan Gohman · 16 years ago
  12. 48e1a9c Reapply r100056. It doesn't look like it's the one that's causing a failure. by Bill Wendling · 16 years ago
  13. 15a729e Revert r100056. It was causing a failure on MSVC. by Bill Wendling · 16 years ago
  14. d5902dd Rewrite CorrectExtraCFGEdges() to make it more understandable. by Bill Wendling · 16 years ago
  15. 3b19783 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 16 years ago
  16. d13daf8 eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 16 years ago
  17. 72121e4 set the temporary bit on MCSymbols correctly. by Chris Lattner · 16 years ago
  18. 04740c8 move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, by Chris Lattner · 16 years ago
  19. e186ea0 Fix comments to reflect renaming elsewhere. by Dale Johannesen · 16 years ago
  20. 4052b29 move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 16 years ago
  21. 84d5ca9 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 16 years ago
  22. e0dcaa8 make findDebugLoc a class method by Dale Johannesen · 16 years ago
  23. 4eb69a0 Move findDebugLoc somewhere more central. Fix by Dale Johannesen · 16 years ago
  24. e3992c8 Don't make changes to the MBB in MachineBasicBlock::canFallThrough(). by Jakob Stoklund Olesen · 16 years ago
  25. 06f43c0 by David Greene · 16 years ago
  26. bf525e4 Helpful comment added. Some code cleanup. No functional change. by Bill Wendling · 16 years ago
  27. 87426f8 Revert these. They may have been causing 483_xalancbmk to fail: by Bill Wendling · 16 years ago
  28. 8233240 Whitespace changes, comment clarification. No functional changes. by Bill Wendling · 16 years ago
  29. 3dd8cad 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
  30. 624ebdd Revert part of r91101 which was causing an infinite loop in the self-hosting by Bill Wendling · 16 years ago
  31. 4d2fd87 Address comments on last patch: by Bill Wendling · 16 years ago
  32. 573d1d5 A machine basic block may end in an unconditional branch, however it may have by Bill Wendling · 16 years ago
  33. bc18967d Simplify this code: don't call AnalyzeBranch before doing simpler checks. by Dan Gohman · 16 years ago
  34. b44b429 improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
  35. 810ced7 Split tail duplication into a separate pass. This is needed to avoid by Bob Wilson · 16 years ago
  36. ed9ebc2 Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseBranchCondition(Cond) call. by Jakob Stoklund Olesen · 16 years ago
  37. 222f684 Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. by Jakob Stoklund Olesen · 16 years ago
  38. 18f204f Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. by Evan Cheng · 16 years ago
  39. 04e67d0 Move the utility function UpdateTerminator() from CodePlacementOpt() into by Jim Grosbach · 16 years ago
  40. 6638ea7 Add support for tail duplication to BranchFolding, and extend by Dan Gohman · 16 years ago
  41. 57b3165 Make -print-machineinstrs more readable. by Dan Gohman · 16 years ago
  42. 8f38bef Mention if a block has its address taken in debug output. by Dan Gohman · 16 years ago
  43. 9105751 Initial target-independent CodeGen support for BlockAddresses. by Dan Gohman · 16 years ago
  44. 0bde4e3 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  45. b3fff70 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
  46. 50777b4 random cleanups. by Chris Lattner · 16 years ago
  47. a59f39b fix another bozo bug by Chris Lattner · 16 years ago
  48. 1378a3a fix accidentally inverted conditional and add comment. by Chris Lattner · 16 years ago
  49. 01303c8 turn this conditional into something humans might actually by Chris Lattner · 16 years ago
  50. 180b5e7 by David Greene · 16 years ago
  51. f55f61f Move more to raw_ostream, provide support for writing MachineBasicBlock, by Daniel Dunbar · 16 years ago
  52. 3f1d2c3 revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
  53. b528d76 by David Greene · 16 years ago
  54. 710011c If a MachineBasicBlock has multiple ways of reaching another block, by Dan Gohman · 17 years ago
  55. d38f876 Reapply 68073, with fixes. EH Landing-pad basic blocks are not by Dan Gohman · 17 years ago
  56. bca7522 Constify arguments in isSuccessor and isLayoutSuccessor. by Dan Gohman · 17 years ago
  57. d2826ae Delete unnecessary parens around return values. by Dan Gohman · 17 years ago
  58. b9f4fa7 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
  59. 901cf7c Add a new MachineBasicBlock utility function, isLayoutSuccessor, that by Dan Gohman · 17 years ago
  60. 7f7f365 Remove isImm(), isReg(), and friends, in favor of by Dan Gohman · 17 years ago
  61. 2fcbc7e Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  62. 8b3b517 Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. by Dan Gohman · 17 years ago
  63. 221a437 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  64. 078a62d Added addition atomic instrinsics and, or, xor, min, and max. by Mon P Wang · 18 years ago
  65. 194fe7c - Check if a register is livein before removing it. It may have already been removed. by Evan Cheng · 18 years ago
  66. 45c1edb 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
  67. 9b0baeb Rename PrintableName to Name. by Bill Wendling · 18 years ago
  68. 8eeb979 Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 18 years ago
  69. 1e57df3 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  70. 8eaa5a9 remove #includage by Chris Lattner · 18 years ago
  71. 5b93037 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 18 years ago
  72. 6232760 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 18 years ago
  73. e45742f Implement automatically updated def/use lists for all MachineInstr register by Chris Lattner · 18 years ago
  74. 7ce487f properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 18 years ago
  75. 6017d48 Add new shorter predicates for testing machine operands for various types: by Chris Lattner · 18 years ago
  76. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  77. 3f7d94b Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
  78. a55c9f2 Silence warning while compiling with gcc 4.2 by Anton Korobeynikov · 18 years ago
  79. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago