- 81bf03e Eliminate MachineBasicBlock::const_livein_iterator and make by Dan Gohman · 15 years ago
- e543d16 Reapply r100056. It doesn't look like it's the one that's causing a failure. by Bill Wendling · 15 years ago
- 9e9cca4 Revert r100056. It was causing a failure on MSVC. by Bill Wendling · 15 years ago
- bbd51cd Rewrite CorrectExtraCFGEdges() to make it more understandable. by Bill Wendling · 15 years ago
- 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
- 1b2eb0e eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 15 years ago
- 98cdab5 set the temporary bit on MCSymbols correctly. by Chris Lattner · 15 years ago
- 0a3f399 move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, by Chris Lattner · 15 years ago
- 10fedd2 Fix comments to reflect renaming elsewhere. by Dale Johannesen · 15 years ago
- 518bb53 move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 15 years ago
- f71cb01 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 15 years ago
- 73e884b make findDebugLoc a class method by Dale Johannesen · 15 years ago
- 918f0f0 Move findDebugLoc somewhere more central. Fix by Dale Johannesen · 15 years ago
- 33cc8d6 Don't make changes to the MBB in MachineBasicBlock::canFallThrough(). by Jakob Stoklund Olesen · 15 years ago
- dbdbbd9 by David Greene · 15 years ago
- c70d3311 Helpful comment added. Some code cleanup. No functional change. by Bill Wendling · 15 years ago
- 43cf6c3 Revert these. They may have been causing 483_xalancbmk to fail: by Bill Wendling · 15 years ago
- 85de1e5 Whitespace changes, comment clarification. No functional changes. by Bill Wendling · 15 years ago
- c42a0b7 Don't try to move a MBB into the fall-through position if it's a landing pad or by Bill Wendling · 15 years ago
- a288b2f Revert part of r91101 which was causing an infinite loop in the self-hosting by Bill Wendling · 15 years ago
- 64bdde2 Address comments on last patch: by Bill Wendling · 15 years ago
- 4bde1ab A machine basic block may end in an unconditional branch, however it may have by Bill Wendling · 15 years ago
- 735985f Simplify this code: don't call AnalyzeBranch before doing simpler checks. by Dan Gohman · 15 years ago
- 7896c9f improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 15 years ago
- 15acadd Split tail duplication into a separate pass. This is needed to avoid by Bob Wilson · 15 years ago
- e023993 Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseBranchCondition(Cond) call. by Jakob Stoklund Olesen · 15 years ago
- 324da76 Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. by Jakob Stoklund Olesen · 15 years ago
- 2a085c3 Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. by Evan Cheng · 15 years ago
- 7707a0d Move the utility function UpdateTerminator() from CodePlacementOpt() into by Jim Grosbach · 16 years ago
- 2210c0b Add support for tail duplication to BranchFolding, and extend by Dan Gohman · 16 years ago
- 0ba90f3 Make -print-machineinstrs more readable. by Dan Gohman · 16 years ago
- dfbbf6e Mention if a block has its address taken in debug output. by Dan Gohman · 16 years ago
- 8c2b525 Initial target-independent CodeGen support for BlockAddresses. by Dan Gohman · 16 years ago
- cf143a4 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
- 2d8e3d2 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
- 6371ed5 random cleanups. by Chris Lattner · 16 years ago
- 1f50fc7 fix another bozo bug by Chris Lattner · 16 years ago
- b49a30c fix accidentally inverted conditional and add comment. by Chris Lattner · 16 years ago
- a006d4e turn this conditional into something humans might actually by Chris Lattner · 16 years ago
- b525766 by David Greene · 16 years ago
- 1cd1d98 Move more to raw_ostream, provide support for writing MachineBasicBlock, by Daniel Dunbar · 16 years ago
- 3380d5c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
- 4b93895 by David Greene · 16 years ago
- 5412d06 If a MachineBasicBlock has multiple ways of reaching another block, by Dan Gohman · 16 years ago
- 968dc7a Reapply 68073, with fixes. EH Landing-pad basic blocks are not by Dan Gohman · 16 years ago
- 6d1b89e Constify arguments in isSuccessor and isLayoutSuccessor. by Dan Gohman · 16 years ago
- 5d5ee80 Delete unnecessary parens around return values. by Dan Gohman · 16 years ago
- d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
- 6ade6f5 Add a new MachineBasicBlock utility function, isLayoutSuccessor, that by Dan Gohman · 17 years ago
- 014278e Remove isImm(), isReg(), and friends, in favor of by Dan Gohman · 17 years ago
- fed90b6 Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
- 2c3f7ae Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. by Dan Gohman · 17 years ago
- 8e5f2c6 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
- 63307c3 Added addition atomic instrinsics and, or, xor, min, and max. by Mon P Wang · 17 years ago
- a971dbd - Check if a register is livein before removing it. It may have already been removed. by Evan Cheng · 17 years ago
- 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
- e6d088a Rename PrintableName to Name. by Bill Wendling · 17 years ago
- 74ab84c Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
- 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 17 years ago
- f14cf85 remove #includage by Chris Lattner · 17 years ago
- 749c6f6 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 17 years ago
- 6924430 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 17 years ago
- 62ed6b9 Implement automatically updated def/use lists for all MachineInstr register by Chris Lattner · 17 years ago
- f20c1a4 properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 17 years ago
- 8aa797a Add new shorter predicates for testing machine operands for various types: by Chris Lattner · 17 years ago
- 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
- cb406c2 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
- 406452d Silence warning while compiling with gcc 4.2 by Anton Korobeynikov · 18 years ago
- 8a46d34 Fix misue of iterator pointing to erased object. Uncovered by _GLIBCXX_DEBUG. by David Greene · 18 years ago
- 2bdb7d0 Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock method. by Evan Cheng · 18 years ago
- 0370fad Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock general facility. by Evan Cheng · 18 years ago
- 4f09878 Move isSuccessor() offline, change it to use std::find. by Evan Cheng · 18 years ago
- c11ce86 print isLandingPad() for MBBs by Chris Lattner · 18 years ago
- 2197051 Print preds / succs BB numbers. by Evan Cheng · 18 years ago
- b371f45 Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. by Evan Cheng · 18 years ago
- a284cbf For PR1207: by Reid Spencer · 18 years ago
- 795d950 Added removeLiveIn. by Evan Cheng · 18 years ago
- 13d8285 Add live-ins to MachineBasicBlock. by Evan Cheng · 18 years ago
- 4b60774 The best unbreakage yet, addressing Bill's concerns. by Jeff Cohen · 18 years ago
- c21c5ee An even better unbreakage... by Jeff Cohen · 18 years ago
- bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
- c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 18 years ago
- 1ccc468 Implement operator<< for machine basic blocks to make it easier to dump them. by Chris Lattner · 18 years ago
- c585a3f add moveBefore/moveAfter helper methods by Chris Lattner · 19 years ago
- db3ea67 print labels even if a MBB doesn't have a corresponding LLVM BB, just don't by Chris Lattner · 19 years ago
- 5504602 MachineBasicBlock::splice was incorrectly updating parent pointers on by Chris Lattner · 19 years ago
- ee773ba Print the MBB ID # along with the bb tag in the -print-machine-instrs output. by Chris Lattner · 19 years ago
- 681764b print the preds of each MBB by Chris Lattner · 19 years ago
- 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
- 8b915b4 Remove and simplify some more machineinstr/machineoperand stuff. by Chris Lattner · 19 years ago
- 4efeab2 Remove a bunch more dead V9 specific stuff by Chris Lattner · 19 years ago
- edf128a Remove trailing whitespace by Misha Brukman · 20 years ago
- 380ae49 print the machine CFG in the -print-machineinstrs dump by Chris Lattner · 20 years ago
- bca8144 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 20 years ago
- 9d5d759 adjust to ilist changes. by Chris Lattner · 20 years ago
- 52c09d7 Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp by Chris Lattner · 21 years ago
- a638286 Indent to 2 spaces. by Alkis Evlogimenos · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
- ca48eb9 Change MBB autonumber a bit to get the reverse mapping as well as a forward by Chris Lattner · 21 years ago