index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
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
*
Update comment for r149070.
Chad Rosier
2012-01-26
1
-3
/
+1
*
Replace the use of isPredicable() with isPredicated() in
Chad Rosier
2012-01-26
1
-3
/
+2
*
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
1
-2
/
+12
*
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
1
-20
/
+58
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-3
/
+3
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
1
-26
/
+69
*
Pretty-print basic block alignment.
Jakob Stoklund Olesen
2011-12-06
1
-2
/
+6
*
Handle the case of a no-return invoke correctly. It actually still has
Chandler Carruth
2011-11-23
1
-0
/
+8
*
Fix a devilish miscompile exposed by block placement. The
Chandler Carruth
2011-11-22
1
-2
/
+8
*
Update live-in lists when splitting critical edges.
Jakob Stoklund Olesen
2011-10-14
1
-0
/
+5
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-1
/
+0
*
getSuccWeight returns now default 0 if Weights vector is empty.
Jakub Staszak
2011-06-17
1
-2
/
+4
*
Allow empty Weights vector.
Jakub Staszak
2011-06-17
1
-1
/
+2
*
Introduce MachineBranchProbabilityInfo class, which has similar API to
Jakub Staszak
2011-06-16
1
-7
/
+69
*
Test commit.
Jakub Staszak
2011-06-16
1
-7
/
+7
*
Fix PR10046 by updating LiveVariables kill info when splitting live ranges.
Jakob Stoklund Olesen
2011-05-29
1
-2
/
+39
*
Simplify declarations slightly by using typedefs.
Eli Friedman
2011-04-18
1
-4
/
+2
*
Add LiveIntervals::getLastSplitPoint().
Jakob Stoklund Olesen
2011-02-04
1
-0
/
+10
*
Try for the third time to teach getFirstTerminator() about debug values.
Jakob Stoklund Olesen
2011-01-14
1
-2
/
+3
*
Revert r123419. It still breaks llvm-gcc-i386-linux-selfhost.
Jakob Stoklund Olesen
2011-01-14
1
-16
/
+5
*
Try again to teach getFirstTerminator() about debug values.
Jakob Stoklund Olesen
2011-01-14
1
-5
/
+16
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-0
/
+12
*
Speculatively revert r123384 to make llvm-gcc-i386-linux-selfhost buildbot h...
Devang Patel
2011-01-13
1
-16
/
+5
*
Teach MachineBasicBlock::getFirstTerminator to ignore debug values.
Jakob Stoklund Olesen
2011-01-13
1
-5
/
+16
*
Add missing space in debug output
Jakob Stoklund Olesen
2011-01-13
1
-1
/
+1
*
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-09
1
-12
/
+1
*
Don't try to split weird critical edges that really aren't:
Jakob Stoklund Olesen
2010-11-02
1
-2
/
+12
*
Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed
Jakob Stoklund Olesen
2010-10-30
1
-0
/
+7
*
Teach MachineBasicBlock::print() to annotate instructions and blocks with
Jakob Stoklund Olesen
2010-10-26
1
-3
/
+15
*
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
[next]