2010-04-13 |
Dan Gohman | Eliminate MachineBasicBlock::const_livein_iterator... |
blob | commitdiff | raw |
2010-04-01 |
Bill Wendling | Reapply r100056. It doesn't look like it's the one... |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Bill Wendling | Revert r100056. It was causing a failure on MSVC. |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Bill Wendling | Rewrite CorrectExtraCFGEdges() to make it more understa... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | Rip out the 'is temporary' nonsense from the MCContext... |
blob | commitdiff | raw | diff to current |
2010-03-13 |
Chris Lattner | eliminate the now-unneeded context argument of MBB... |
blob | commitdiff | raw | diff to current |
2010-03-10 |
Chris Lattner | set the temporary bit on MCSymbols correctly. |
blob | commitdiff | raw | diff to current |
2010-02-17 |
Chris Lattner | move isOnlyReachableByFallthrough out of MachineBasicBl... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Dale Johannesen | Fix comments to reflect renaming elsewhere. |
blob | commitdiff | raw | diff to current |
2010-02-09 |
Chris Lattner | move target-independent opcodes out of TargetInstrInfo |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Chris Lattner | add a new MachineBasicBlock::getSymbol method, replacing |
blob | commitdiff | raw | diff to current |
2010-01-20 |
Dale Johannesen | make findDebugLoc a class method |
blob | commitdiff | raw | diff to current |
2010-01-20 |
Dale Johannesen | Move findDebugLoc somewhere more central. Fix |
blob | commitdiff | raw | diff to current |
2010-01-15 |
Jakob Stoklund Olesen | Don't make changes to the MBB in MachineBasicBlock... |
blob | commitdiff | raw | diff to current |
2010-01-04 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Bill Wendling | Helpful comment added. Some code cleanup. No functional... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
Bill Wendling | Revert these. They may have been causing 483_xalancbmk... |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Bill Wendling | Whitespace changes, comment clarification. No functiona... |
blob | commitdiff | raw | diff to current |
2009-12-11 |
Bill Wendling | Don't try to move a MBB into the fall-through position... |
blob | commitdiff | raw | diff to current |
2009-12-11 |
Bill Wendling | Revert part of r91101 which was causing an infinite... |
blob | commitdiff | raw | diff to current |
2009-12-11 |
Bill Wendling | Address comments on last patch: |
blob | commitdiff | raw | diff to current |
2009-12-11 |
Bill Wendling | A machine basic block may end in an unconditional branc... |
blob | commitdiff | raw | diff to current |
2009-12-05 |
Dan Gohman | Simplify this code: don't call AnalyzeBranch before... |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Chris Lattner | improve portability to avoid conflicting with std:... |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Bob Wilson | Split tail duplication into a separate pass. This... |
blob | commitdiff | raw | diff to current |
2009-11-22 |
Jakob Stoklund Olesen | Teach MachineBasicBlock::updateTerminator() to handle... |
blob | commitdiff | raw | diff to current |
2009-11-20 |
Jakob Stoklund Olesen | Add MachineBasicBlock::getName, and use it in place... |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Evan Cheng | Add a WriteAsOperand for MachineBasicBlock so MachineLo... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Jim Grosbach | Move the utility function UpdateTerminator() from CodeP... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Dan Gohman | Add support for tail duplication to BranchFolding,... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Dan Gohman | Make -print-machineinstrs more readable. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Dan Gohman | Mention if a block has its address taken in debug output. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Dan Gohman | Initial target-independent CodeGen support for BlockAdd... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove std::ostream versions of printing stuff for... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove dead PrefixPrinter class. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | random cleanups. |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Chris Lattner | fix another bozo bug |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Chris Lattner | fix accidentally inverted conditional and add comment. |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Chris Lattner | turn this conditional into something humans might actually |
blob | commitdiff | raw | diff to current |
2009-08-03 |
David Greene | Re-apply LiveInterval index dumping patch, with fixes... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Daniel Dunbar | Move more to raw_ostream, provide support for writing... |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Chris Lattner | revert r76602, 76603, and r76615, pending design discus... |
blob | commitdiff | raw | diff to current |
2009-07-21 |
David Greene | Add PrefixPrinter arguments to the dump routines for... |
blob | commitdiff | raw | diff to current |
2009-05-05 |
Dan Gohman | If a MachineBasicBlock has multiple ways of reaching... |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Dan Gohman | Reapply 68073, with fixes. EH Landing-pad basic blocks... |
blob | commitdiff | raw | diff to current |
2009-03-30 |
Dan Gohman | Constify arguments in isSuccessor and isLayoutSuccessor. |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Dan Gohman | Delete unnecessary parens around return values. |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Dan Gohman | Switch the MachineOperand accessors back to the short... |
blob | commitdiff | raw | diff to current |
2008-10-02 |
Dan Gohman | Add a new MachineBasicBlock utility function, isLayoutS... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
Dan Gohman | Remove isImm(), isReg(), and friends, in favor of |
blob | commitdiff | raw | diff to current |
2008-07-28 |
Dan Gohman | Fold the useful features of alist and alist_node into... |
blob | commitdiff | raw | diff to current |
2008-07-17 |
Dan Gohman | Re-introduce LeakDetector support for MachineInstrs... |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Dan Gohman | Pool-allocation for MachineInstrs, MachineBasicBlocks... |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Mon P Wang | Added addition atomic instrinsics and, or, xor, min... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
Evan Cheng | - Check if a register is livein before removing it... |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Evan Cheng | Add a quick and dirty "loop aligner pass". x86 uses... |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Bill Wendling | Rename PrintableName to Name. |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Bill Wendling | Change "Name" to "AsmName" in the target register info... |
blob | commitdiff | raw | diff to current |
2008-02-10 |
Dan Gohman | Rename MRegisterInfo to TargetRegisterInfo. |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Chris Lattner | remove #includage |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Chris Lattner | rename TargetInstrDescriptor -> TargetInstrDesc. |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Chris Lattner | Rename MachineInstr::getInstrDescriptor -> getDesc... |
blob | commitdiff | raw | diff to current |
2008-01-01 |
Chris Lattner | Implement automatically updated def/use lists for all... |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Chris Lattner | properly encapsulate the parent field of MBB and MI... |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Chris Lattner | Add new shorter predicates for testing machine operands... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-10-03 |
Dan Gohman | Use empty() member functions when that's what's being... |
blob | commitdiff | raw | diff to current |
2007-09-02 |
Anton Korobeynikov | Silence warning while compiling with gcc 4.2 |
blob | commitdiff | raw | diff to current |
2007-06-29 |
David Greene | Fix misue of iterator pointing to erased object. Uncov... |
blob | commitdiff | raw | diff to current |
2007-06-18 |
Evan Cheng | Move CorrectExtraCFGEdges() from BranchFolding.cpp... |
blob | commitdiff | raw | diff to current |
2007-06-04 |
Evan Cheng | Move ReplaceUsesOfBlockWith() out of BranchFolding... |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Evan Cheng | Move isSuccessor() offline, change it to use std::find. |
blob | commitdiff | raw | diff to current |
2007-04-30 |
Chris Lattner | print isLandingPad() for MBBs |
blob | commitdiff | raw | diff to current |
2007-03-09 |
Evan Cheng | Print preds / succs BB numbers. |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Evan Cheng | Re-apply my liveintervalanalysis changes. Now with... |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Reid Spencer | For PR1207: |
blob | commitdiff | raw | diff to current |
2007-02-17 |
Evan Cheng | Added removeLiveIn. |
blob | commitdiff | raw | diff to current |
2007-02-10 |
Evan Cheng | Add live-ins to MachineBasicBlock. |
blob | commitdiff | raw | diff to current |
2006-12-16 |
Jeff Cohen | The best unbreakage yet, addressing Bill's concerns. |
blob | commitdiff | raw | diff to current |
2006-12-15 |
Jeff Cohen | An even better unbreakage... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Removed more <iostream> includes |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Evan Cheng | Change MachineInstr ctor's to take a TargetInstrDescrip... |
blob | commitdiff | raw | diff to current |
2006-11-18 |
Chris Lattner | Implement operator<< for machine basic blocks to make... |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Chris Lattner | add moveBefore/moveAfter helper methods |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Chris Lattner | print labels even if a MBB doesn't have a corresponding... |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Chris Lattner | MachineBasicBlock::splice was incorrectly updating... |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Chris Lattner | Print the MBB ID # along with the bb tag in the -print... |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Chris Lattner | print the preds of each MBB |
blob | commitdiff | raw | diff to current |
2006-05-12 |
Owen Anderson | Refactor a bunch of includes so that TargetMachine... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Chris Lattner | Remove and simplify some more machineinstr/machineopera... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Chris Lattner | Remove a bunch more dead V9 specific stuff |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-04-01 |
Chris Lattner | print the machine CFG in the -print-machineinstrs dump |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Chris Lattner | Improve conformance with the Misha spelling benchmark... |
blob | commitdiff | raw | diff to current |
2005-01-29 |
Chris Lattner | adjust to ilist changes. |
blob | commitdiff | raw | diff to current |
2004-10-26 |
Chris Lattner | Move method bodies that depend on <algorithm> from... |
blob | commitdiff | raw | diff to current |
2004-09-05 |
Alkis Evlogimenos | Indent to 2 spaces. |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h does not #include... |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Chris Lattner | Change MBB autonumber a bit to get the reverse mapping... |
blob | commitdiff | raw | diff to current |
next |