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