Age | Commit message (Expand) | Author | Files | Lines |
2009-01-08 | Delete unnecessary parens around return values. | Dan Gohman | 1 | -1/+1 |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 1 | -1/+1 |
2008-10-02 | Add a new MachineBasicBlock utility function, isLayoutSuccessor, that | Dan Gohman | 1 | -0/+5 |
2008-09-13 | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman | 1 | -1/+2 |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman | 1 | -24/+12 |
2008-07-17 | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman | 1 | -0/+12 |
2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 1 | -53/+53 |
2008-05-05 | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 1 | -0/+13 |
2008-04-24 | - Check if a register is livein before removing it. It may have already been ... | Evan Cheng | 1 | -0/+5 |
2008-02-28 | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 1 | -0/+1 |
2008-02-26 | Rename PrintableName to Name. | Bill Wendling | 1 | -1/+1 |
2008-02-26 | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 1 | -1/+1 |
2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 1 | -7/+7 |
2008-01-07 | remove #includage | Chris Lattner | 1 | -1/+1 |
2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 1 | -3/+3 |
2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 1 | -4/+3 |
2008-01-01 | Implement automatically updated def/use lists for all MachineInstr register | Chris Lattner | 1 | -4/+55 |
2007-12-31 | properly encapsulate the parent field of MBB and MI with get/set accessors. | Chris Lattner | 1 | -19/+21 |
2007-12-30 | Add new shorter predicates for testing machine operands for various types: | Chris Lattner | 1 | -3/+2 |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 1 | -2/+2 |
2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 1 | -1/+1 |
2007-09-02 | Silence warning while compiling with gcc 4.2 | Anton Korobeynikov | 1 | -1/+2 |
2007-06-29 | Fix misue of iterator pointing to erased object. Uncovered by | David Greene | 1 | -3/+3 |
2007-06-18 | Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock met... | Evan Cheng | 1 | -0/+60 |
2007-06-04 | Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock g... | Evan Cheng | 1 | -0/+27 |
2007-05-17 | Move isSuccessor() offline, change it to use std::find. | Evan Cheng | 1 | -0/+6 |
2007-04-30 | print isLandingPad() for MBBs | Chris Lattner | 1 | -3/+5 |
2007-03-09 | Print preds / succs BB numbers. | Evan Cheng | 1 | -2/+2 |
2007-02-19 | Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. | Evan Cheng | 1 | -1/+7 |
2007-02-19 | For PR1207: | Reid Spencer | 1 | -7/+1 |
2007-02-17 | Added removeLiveIn. | Evan Cheng | 1 | -1/+7 |
2007-02-10 | Add live-ins to MachineBasicBlock. | Evan Cheng | 1 | -1/+22 |
2006-12-16 | The best unbreakage yet, addressing Bill's concerns. | Jeff Cohen | 1 | -5/+0 |
2006-12-15 | An even better unbreakage... | Jeff Cohen | 1 | -0/+5 |
2006-12-07 | Removed more <iostream> includes | Bill Wendling | 1 | -2/+1 |
2006-11-27 | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng | 1 | -1/+1 |
2006-11-18 | Implement operator<< for machine basic blocks to make it easier to dump them. | Chris Lattner | 1 | -0/+4 |
2006-10-24 | add moveBefore/moveAfter helper methods | Chris Lattner | 1 | -0/+12 |
2006-10-06 | print labels even if a MBB doesn't have a corresponding LLVM BB, just don't | Chris Lattner | 1 | -3/+4 |
2006-10-06 | MachineBasicBlock::splice was incorrectly updating parent pointers on | Chris Lattner | 1 | -3/+3 |
2006-10-03 | Print the MBB ID # along with the bb tag in the -print-machine-instrs output. | Chris Lattner | 1 | -1/+1 |
2006-09-26 | print the preds of each MBB | Chris Lattner | 1 | -0/+8 |
2006-05-12 | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 1 | -0/+1 |
2006-05-04 | Remove and simplify some more machineinstr/machineoperand stuff. | Chris Lattner | 1 | -1/+1 |
2006-05-04 | Remove a bunch more dead V9 specific stuff | Chris Lattner | 1 | -1/+1 |
2005-04-21 | Remove trailing whitespace | Misha Brukman | 1 | -1/+1 |
2005-04-01 | print the machine CFG in the -print-machineinstrs dump | Chris Lattner | 1 | -0/+8 |
2005-01-30 | Improve conformance with the Misha spelling benchmark suite | Chris Lattner | 1 | -1/+1 |
2005-01-29 | adjust to ilist changes. | Chris Lattner | 1 | -1/+1 |
2004-10-26 | Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp | Chris Lattner | 1 | -14/+38 |