index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineBasicBlock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly update MachineDominators when splitting critical edge.
Evan Cheng
2010-08-19
1
-2
/
+25
*
Move the decision logic whether it's a good idea to split a critical edge to ...
Evan Cheng
2010-08-17
1
-9
/
+1
*
Fix debug message.
Evan Cheng
2010-08-17
1
-1
/
+1
*
PHI elimination should not break back edge. It can cause some significant cod...
Evan Cheng
2010-08-17
1
-2
/
+9
*
Add a getFirstNonPHI utility function.
Dan Gohman
2010-07-07
1
-0
/
+7
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-5
/
+25
*
Revert r107655.
Dan Gohman
2010-07-06
1
-25
/
+5
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-5
/
+25
*
Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out
Dan Gohman
2010-06-22
1
-0
/
+79
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
1
-6
/
+7
*
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-13
1
-4
/
+5
*
Reapply r100056. It doesn't look like it's the one that's causing a failure.
Bill Wendling
2010-04-01
1
-35
/
+23
*
Revert r100056. It was causing a failure on MSVC.
Bill Wendling
2010-03-31
1
-23
/
+35
*
Rewrite CorrectExtraCFGEdges() to make it more understandable.
Bill Wendling
2010-03-31
1
-35
/
+23
*
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-30
1
-3
/
+3
*
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
1
-2
/
+3
*
set the temporary bit on MCSymbols correctly.
Chris Lattner
2010-03-10
1
-5
/
+4
*
move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,
Chris Lattner
2010-02-17
1
-30
/
+0
*
Fix comments to reflect renaming elsewhere.
Dale Johannesen
2010-02-10
1
-1
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-2
/
+1
*
add a new MachineBasicBlock::getSymbol method, replacing
Chris Lattner
2010-01-26
1
-1
/
+16
*
make findDebugLoc a class method
Dale Johannesen
2010-01-20
1
-9
/
+11
*
Move findDebugLoc somewhere more central. Fix
Dale Johannesen
2010-01-20
1
-0
/
+17
*
Don't make changes to the MBB in MachineBasicBlock::canFallThrough().
Jakob Stoklund Olesen
2010-01-15
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-04
1
-1
/
+2
*
Helpful comment added. Some code cleanup. No functional change.
Bill Wendling
2009-12-16
1
-11
/
+27
*
Revert these. They may have been causing 483_xalancbmk to fail:
Bill Wendling
2009-12-15
1
-29
/
+7
*
Whitespace changes, comment clarification. No functional changes.
Bill Wendling
2009-12-14
1
-3
/
+3
*
Don't try to move a MBB into the fall-through position if it's a landing pad or
Bill Wendling
2009-12-11
1
-10
/
+3
*
Revert part of r91101 which was causing an infinite loop in the self-hosting
Bill Wendling
2009-12-11
1
-3
/
+8
*
Address comments on last patch:
Bill Wendling
2009-12-11
1
-13
/
+8
*
A machine basic block may end in an unconditional branch, however it may have
Bill Wendling
2009-12-11
1
-7
/
+36
*
Simplify this code: don't call AnalyzeBranch before doing simpler checks.
Dan Gohman
2009-12-05
1
-13
/
+13
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-3
/
+4
*
Split tail duplication into a separate pass. This is needed to avoid
Bob Wilson
2009-11-26
1
-0
/
+45
*
Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseB...
Jakob Stoklund Olesen
2009-11-22
1
-2
/
+8
*
Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.
Jakob Stoklund Olesen
2009-11-20
1
-0
/
+7
*
Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.
Evan Cheng
2009-11-17
1
-0
/
+5
*
Move the utility function UpdateTerminator() from CodePlacementOpt() into
Jim Grosbach
2009-11-12
1
-0
/
+53
*
Add support for tail duplication to BranchFolding, and extend
Dan Gohman
2009-11-11
1
-4
/
+1
*
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-31
1
-13
/
+18
*
Mention if a block has its address taken in debug output.
Dan Gohman
2009-10-30
1
-0
/
+1
*
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-30
1
-1
/
+2
*
remove std::ostream versions of printing stuff for MBB and MF,
Chris Lattner
2009-08-23
1
-10
/
+1
*
remove dead PrefixPrinter class.
Chris Lattner
2009-08-23
1
-6
/
+4
*
random cleanups.
Chris Lattner
2009-08-23
1
-25
/
+24
*
fix another bozo bug
Chris Lattner
2009-08-18
1
-2
/
+2
*
fix accidentally inverted conditional and add comment.
Chris Lattner
2009-08-18
1
-1
/
+4
*
turn this conditional into something humans might actually
Chris Lattner
2009-08-18
1
-8
/
+25
*
Re-apply LiveInterval index dumping patch, with fixes suggested by Bill
David Greene
2009-08-03
1
-4
/
+6
[next]