1. 96cb112 Remove tabs. by Bill Wendling · 13 years ago
  2. 4b8e1fd Remove assignments which aren't used afterwards. by Bill Wendling · 13 years ago
  3. ddb1420 MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refuse to break edge to EH landing pad. rdar://11300144 by Evan Cheng · 13 years ago
  4. f1a60c7 Fix updateTerminator to be resiliant to degenerate terminators where by Chandler Carruth · 13 years ago
  5. 78836f0 Allow removeLiveIn to be called with a register that isn't live-in. by Jakob Stoklund Olesen · 13 years ago
  6. 8ceaa66 Added MachineBasicBlock::getFullName() to standardize/factor codegen diagnostics. by Andrew Trick · 13 years ago
  7. f378f5f Cache iterators. Some of these are expensive to create. by Benjamin Kramer · 14 years ago
  8. 72a043f Preserve physreg kills in MachineBasicBlock::SplitCriticalEdge. by Lang Hames · 14 years ago
  9. 6a5d0e2 Update comment for r149070. by Chad Rosier · 14 years ago
  10. 0162ff4 Replace the use of isPredicable() with isPredicated() in by Chad Rosier · 14 years ago
  11. 25101bb Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo. by Jakub Staszak · 14 years ago
  12. ddfd137 - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function by Evan Cheng · 14 years ago
  13. 5a96b3d Add bundle aware API for querying instruction properties and switch the code by Evan Cheng · 14 years ago
  14. 7c2a4a3 First chunk of MachineInstr bundle support. by Evan Cheng · 14 years ago
  15. f2e9445 Pretty-print basic block alignment. by Jakob Stoklund Olesen · 14 years ago
  16. 521fc5b Handle the case of a no-return invoke correctly. It actually still has by Chandler Carruth · 14 years ago
  17. 3b7b209 Fix a devilish miscompile exposed by block placement. The by Chandler Carruth · 14 years ago
  18. ac7caa0 Update live-in lists when splitting critical edges. by Jakob Stoklund Olesen · 14 years ago
  19. e837dea - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and by Evan Cheng · 14 years ago
  20. 981d826 getSuccWeight returns now default 0 if Weights vector is empty. by Jakub Staszak · 14 years ago
  21. a659196 Allow empty Weights vector. by Jakub Staszak · 14 years ago
  22. 7cc2b07 Introduce MachineBranchProbabilityInfo class, which has similar API to by Jakub Staszak · 14 years ago
  23. 12af5ff Test commit. by Jakub Staszak · 14 years ago
  24. 5790335 Fix PR10046 by updating LiveVariables kill info when splitting live ranges. by Jakob Stoklund Olesen · 14 years ago
  25. 6dda916 Simplify declarations slightly by using typedefs. by Eli Friedman · 14 years ago
  26. cb64047 Add LiveIntervals::getLastSplitPoint(). by Jakob Stoklund Olesen · 15 years ago
  27. 0422390 Try for the third time to teach getFirstTerminator() about debug values. by Jakob Stoklund Olesen · 15 years ago
  28. b6436e5 Revert r123419. It still breaks llvm-gcc-i386-linux-selfhost. by Jakob Stoklund Olesen · 15 years ago
  29. 09befe9 Try again to teach getFirstTerminator() about debug values. by Jakob Stoklund Olesen · 15 years ago
  30. 4f28c1c Teach frame lowering to ignore debug values after the terminators. by Jakob Stoklund Olesen · 15 years ago
  31. a851fd8 Speculatively revert r123384 to make llvm-gcc-i386-linux-selfhost buildbot happy. by Devang Patel · 15 years ago
  32. 64f865c Teach MachineBasicBlock::getFirstTerminator to ignore debug values. by Jakob Stoklund Olesen · 15 years ago
  33. 668c9e3 Add missing space in debug output by Jakob Stoklund Olesen · 15 years ago
  34. 4314268 Replace TargetRegisterInfo::printReg with a PrintReg class that also works without a TRI instance. by Jakob Stoklund Olesen · 15 years ago
  35. 371e82b Don't try to split weird critical edges that really aren't: by Jakob Stoklund Olesen · 15 years ago
  36. 92095e7 Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed by Jakob Stoklund Olesen · 15 years ago
  37. f4a1e1a Teach MachineBasicBlock::print() to annotate instructions and blocks with by Jakob Stoklund Olesen · 15 years ago
  38. 1970892 Properly update MachineDominators when splitting critical edge. by Evan Cheng · 15 years ago
  39. e008384 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
  40. 087fbeb Fix debug message. by Evan Cheng · 15 years ago
  41. 97b9b97 PHI elimination should not break back edge. It can cause some significant code placement issues. rdar://8263994 by Evan Cheng · 15 years ago
  42. d463a74 Add a getFirstNonPHI utility function. by Dan Gohman · 15 years ago
  43. 14152b4 Reapply r107655 with fixes; insert the pseudo instruction into by Dan Gohman · 15 years ago
  44. 258c58c Revert r107655. by Dan Gohman · 15 years ago
  45. b81c771 Fix a bunch of custom-inserter functions to handle the case where by Dan Gohman · 15 years ago
  46. 853d3fb Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out by Dan Gohman · 15 years ago
  47. 3bf9125 Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This by Stuart Hastings · 15 years ago
  48. 81bf03e Eliminate MachineBasicBlock::const_livein_iterator and make by Dan Gohman · 15 years ago
  49. e543d16 Reapply r100056. It doesn't look like it's the one that's causing a failure. by Bill Wendling · 15 years ago
  50. 9e9cca4 Revert r100056. It was causing a failure on MSVC. by Bill Wendling · 15 years ago
  51. bbd51cd Rewrite CorrectExtraCFGEdges() to make it more understandable. by Bill Wendling · 15 years ago
  52. 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
  53. 1b2eb0e eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 15 years ago
  54. 98cdab5 set the temporary bit on MCSymbols correctly. by Chris Lattner · 15 years ago
  55. 0a3f399 move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, by Chris Lattner · 15 years ago
  56. 10fedd2 Fix comments to reflect renaming elsewhere. by Dale Johannesen · 16 years ago
  57. 518bb53 move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 16 years ago
  58. f71cb01 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 16 years ago
  59. 73e884b make findDebugLoc a class method by Dale Johannesen · 16 years ago
  60. 918f0f0 Move findDebugLoc somewhere more central. Fix by Dale Johannesen · 16 years ago
  61. 33cc8d6 Don't make changes to the MBB in MachineBasicBlock::canFallThrough(). by Jakob Stoklund Olesen · 16 years ago
  62. dbdbbd9 by David Greene · 16 years ago
  63. c70d3311 Helpful comment added. Some code cleanup. No functional change. by Bill Wendling · 16 years ago
  64. 43cf6c3 Revert these. They may have been causing 483_xalancbmk to fail: by Bill Wendling · 16 years ago
  65. 85de1e5 Whitespace changes, comment clarification. No functional changes. by Bill Wendling · 16 years ago
  66. c42a0b7 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
  67. a288b2f Revert part of r91101 which was causing an infinite loop in the self-hosting by Bill Wendling · 16 years ago
  68. 64bdde2 Address comments on last patch: by Bill Wendling · 16 years ago
  69. 4bde1ab A machine basic block may end in an unconditional branch, however it may have by Bill Wendling · 16 years ago
  70. 735985f Simplify this code: don't call AnalyzeBranch before doing simpler checks. by Dan Gohman · 16 years ago
  71. 7896c9f improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
  72. 15acadd Split tail duplication into a separate pass. This is needed to avoid by Bob Wilson · 16 years ago
  73. e023993 Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseBranchCondition(Cond) call. by Jakob Stoklund Olesen · 16 years ago
  74. 324da76 Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. by Jakob Stoklund Olesen · 16 years ago
  75. 2a085c3 Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. by Evan Cheng · 16 years ago
  76. 7707a0d Move the utility function UpdateTerminator() from CodePlacementOpt() into by Jim Grosbach · 16 years ago
  77. 2210c0b Add support for tail duplication to BranchFolding, and extend by Dan Gohman · 16 years ago
  78. 0ba90f3 Make -print-machineinstrs more readable. by Dan Gohman · 16 years ago
  79. dfbbf6e Mention if a block has its address taken in debug output. by Dan Gohman · 16 years ago
  80. 8c2b525 Initial target-independent CodeGen support for BlockAddresses. by Dan Gohman · 16 years ago
  81. cf143a4 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  82. 2d8e3d2 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
  83. 6371ed5 random cleanups. by Chris Lattner · 16 years ago
  84. 1f50fc7 fix another bozo bug by Chris Lattner · 16 years ago
  85. b49a30c fix accidentally inverted conditional and add comment. by Chris Lattner · 16 years ago
  86. a006d4e turn this conditional into something humans might actually by Chris Lattner · 16 years ago
  87. b525766 by David Greene · 16 years ago
  88. 1cd1d98 Move more to raw_ostream, provide support for writing MachineBasicBlock, by Daniel Dunbar · 16 years ago
  89. 3380d5c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
  90. 4b93895 by David Greene · 16 years ago
  91. 5412d06 If a MachineBasicBlock has multiple ways of reaching another block, by Dan Gohman · 16 years ago
  92. 968dc7a Reapply 68073, with fixes. EH Landing-pad basic blocks are not by Dan Gohman · 16 years ago
  93. 6d1b89e Constify arguments in isSuccessor and isLayoutSuccessor. by Dan Gohman · 16 years ago
  94. 5d5ee80 Delete unnecessary parens around return values. by Dan Gohman · 17 years ago
  95. d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
  96. 6ade6f5 Add a new MachineBasicBlock utility function, isLayoutSuccessor, that by Dan Gohman · 17 years ago
  97. 014278e Remove isImm(), isReg(), and friends, in favor of by Dan Gohman · 17 years ago
  98. fed90b6 Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  99. 2c3f7ae Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. by Dan Gohman · 17 years ago
  100. 8e5f2c6 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago