- ab3d6ec Try for the third time to teach getFirstTerminator() about debug values. by Jakob Stoklund Olesen · 15 years ago
- c381028 Revert r123419. It still breaks llvm-gcc-i386-linux-selfhost. by Jakob Stoklund Olesen · 15 years ago
- c0767e0 Try again to teach getFirstTerminator() about debug values. by Jakob Stoklund Olesen · 15 years ago
- 4bc5e38 Teach frame lowering to ignore debug values after the terminators. by Jakob Stoklund Olesen · 15 years ago
- 35f4ae2 Speculatively revert r123384 to make llvm-gcc-i386-linux-selfhost buildbot happy. by Devang Patel · 15 years ago
- 0e233ae Teach MachineBasicBlock::getFirstTerminator to ignore debug values. by Jakob Stoklund Olesen · 15 years ago
- 9472847 Add missing space in debug output by Jakob Stoklund Olesen · 15 years ago
- 1331a15 Replace TargetRegisterInfo::printReg with a PrintReg class that also works without a TRI instance. by Jakob Stoklund Olesen · 15 years ago
- ea26319 Don't try to split weird critical edges that really aren't: by Jakob Stoklund Olesen · 15 years ago
- ef54185 Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed by Jakob Stoklund Olesen · 15 years ago
- b705023 Teach MachineBasicBlock::print() to annotate instructions and blocks with by Jakob Stoklund Olesen · 15 years ago
- 63a8684 Properly update MachineDominators when splitting critical edge. by Evan Cheng · 15 years ago
- 647c559 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
- a684824 Fix debug message. by Evan Cheng · 15 years ago
- f259efd PHI elimination should not break back edge. It can cause some significant code placement issues. rdar://8263994 by Evan Cheng · 15 years ago
- 88c547e Add a getFirstNonPHI utility function. by Dan Gohman · 15 years ago
- 3439629 Reapply r107655 with fixes; insert the pseudo instruction into by Dan Gohman · 15 years ago
- f4f0410 Revert r107655. by Dan Gohman · 15 years ago
- 1220564 Fix a bunch of custom-inserter functions to handle the case where by Dan Gohman · 15 years ago
- 3570f81 Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out by Dan Gohman · 15 years ago
- 0125b64 Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This by Stuart Hastings · 15 years ago
- 9d2d053 Eliminate MachineBasicBlock::const_livein_iterator and make by Dan Gohman · 15 years ago
- 9564340 Reapply r100056. It doesn't look like it's the one that's causing a failure. by Bill Wendling · 16 years ago
- fa9810d Revert r100056. It was causing a failure on MSVC. by Bill Wendling · 16 years ago
- 506b304 Rewrite CorrectExtraCFGEdges() to make it more understandable. by Bill Wendling · 16 years ago
- 9897043 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 16 years ago
- 29bdac4 eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 16 years ago
- ac2361a set the temporary bit on MCSymbols correctly. by Chris Lattner · 16 years ago
- 1fa9c2cc move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, by Chris Lattner · 16 years ago
- 3d1f1cc Fix comments to reflect renaming elsewhere. by Dale Johannesen · 16 years ago
- b06015a move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 16 years ago
- d051af7 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 16 years ago
- c5db599 make findDebugLoc a class method by Dale Johannesen · 16 years ago
- 91970b4 Move findDebugLoc somewhere more central. Fix by Dale Johannesen · 16 years ago
- 834d70d Don't make changes to the MBB in MachineBasicBlock::canFallThrough(). by Jakob Stoklund Olesen · 16 years ago
- 6c56cef by David Greene · 16 years ago
- 2d5967d Helpful comment added. Some code cleanup. No functional change. by Bill Wendling · 16 years ago
- e8a525a Revert these. They may have been causing 483_xalancbmk to fail: by Bill Wendling · 16 years ago
- 277381f Whitespace changes, comment clarification. No functional changes. by Bill Wendling · 16 years ago
- 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
- 9f13fc7 Revert part of r91101 which was causing an infinite loop in the self-hosting by Bill Wendling · 16 years ago
- a1bce0c Address comments on last patch: by Bill Wendling · 16 years ago
- a581aac A machine basic block may end in an unconditional branch, however it may have by Bill Wendling · 16 years ago
- 0b44cb0 Simplify this code: don't call AnalyzeBranch before doing simpler checks. by Dan Gohman · 16 years ago
- a48f44d improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
- 2d4ff12 Split tail duplication into a separate pass. This is needed to avoid by Bob Wilson · 16 years ago
- 8a3fdae Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseBranchCondition(Cond) call. by Jakob Stoklund Olesen · 16 years ago
- 2bbeaa8 Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. by Jakob Stoklund Olesen · 16 years ago
- 57be2f2 Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. by Evan Cheng · 16 years ago
- 801b33b Move the utility function UpdateTerminator() from CodePlacementOpt() into by Jim Grosbach · 16 years ago
- 64b5d0f Add support for tail duplication to BranchFolding, and extend by Dan Gohman · 16 years ago
- 34341e6 Make -print-machineinstrs more readable. by Dan Gohman · 16 years ago
- e0a8b8f Mention if a block has its address taken in debug output. by Dan Gohman · 16 years ago
- 6c93880 Initial target-independent CodeGen support for BlockAddresses. by Dan Gohman · 16 years ago
- 565449d remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
- 1216f54 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
- af119ca random cleanups. by Chris Lattner · 16 years ago
- 63d3fa5 fix another bozo bug by Chris Lattner · 16 years ago
- 249e1ac fix accidentally inverted conditional and add comment. by Chris Lattner · 16 years ago
- 523d2f6 turn this conditional into something humans might actually by Chris Lattner · 16 years ago
- ec9bc28 by David Greene · 16 years ago
- 796e43e Move more to raw_ostream, provide support for writing MachineBasicBlock, by Daniel Dunbar · 16 years ago
- 1eede6c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
- 3b45864 by David Greene · 16 years ago
- bb2f107 If a MachineBasicBlock has multiple ways of reaching another block, by Dan Gohman · 16 years ago
- 6b42dfd Reapply 68073, with fixes. EH Landing-pad basic blocks are not by Dan Gohman · 17 years ago
- ff62c62 Constify arguments in isSuccessor and isLayoutSuccessor. by Dan Gohman · 17 years ago
- f87dc92 Delete unnecessary parens around return values. by Dan Gohman · 17 years ago
- 0d1e9a8 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
- a78bae3 Add a new MachineBasicBlock utility function, isLayoutSuccessor, that by Dan Gohman · 17 years ago
- 38453ee Remove isImm(), isReg(), and friends, in favor of by Dan Gohman · 17 years ago
- 804c95d Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
- 0ece943 Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. by Dan Gohman · 17 years ago
- 3b46030 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
- 3e58393 Added addition atomic instrinsics and, or, xor, min, and max. by Mon P Wang · 17 years ago
- 3980a79 - Check if a register is livein before removing it. It may have already been removed. by Evan Cheng · 17 years ago
- 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
- d7a258d Rename PrintableName to Name. by Bill Wendling · 18 years ago
- c24ea4f Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 18 years ago
- 3a4be0f Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
- f3efadc remove #includage by Chris Lattner · 18 years ago
- 03ad885 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 18 years ago
- a98c679 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 18 years ago
- 961e742 Implement automatically updated def/use lists for all MachineInstr register by Chris Lattner · 18 years ago
- 574e716 properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 18 years ago
- a5bb370 Add new shorter predicates for testing machine operands for various types: by Chris Lattner · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- c731c97 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
- 35322d7 Silence warning while compiling with gcc 4.2 by Anton Korobeynikov · 18 years ago
- 451d1a6 Fix misue of iterator pointing to erased object. Uncovered by _GLIBCXX_DEBUG. by David Greene · 18 years ago
- 2afd702 Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock method. by Evan Cheng · 18 years ago
- df75785 Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock general facility. by Evan Cheng · 18 years ago
- a92b2b3 Move isSuccessor() offline, change it to use std::find. by Evan Cheng · 18 years ago
- f90c8fb print isLandingPad() for MBBs by Chris Lattner · 18 years ago
- 9bc8d4b Print preds / succs BB numbers. by Evan Cheng · 19 years ago
- f7ed82d Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. by Evan Cheng · 19 years ago
- da81bf4 For PR1207: by Reid Spencer · 19 years ago
- 41d2a1d Added removeLiveIn. by Evan Cheng · 19 years ago
- bcf1d7f Add live-ins to MachineBasicBlock. by Evan Cheng · 19 years ago
- 29192e6 The best unbreakage yet, addressing Bill's concerns. by Jeff Cohen · 19 years ago