projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
MachineBasicBlock: Use MCPhysReg instead of unsigned in livein API
[oota-llvm.git]
/
include
/
llvm
/
CodeGen
/
MachineBasicBlock.h
2015-08-25
Matthias Braun
MachineBasicBlock: Use MCPhysReg instead of unsigned...
blob
|
commitdiff
|
raw
2015-08-24
Matthias Braun
MachineBasicBlock: Add liveins() method returning an...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-13
Alex Lorenz
MIR Serialization: Change MIR syntax - use custom synta...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-06
Cong Hou
Revert r244154 which causes some build failure. See...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-06
Chad Rosier
Fix minor typos. NFC.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-05
Cong Hou
Record whether the weights on out-edges from a MBB...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-05
Cong Hou
NFC.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-30
Alex Lorenz
MIR Serialization: Serialize the machine basic block...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-29
Aaron Ballman
Reverting r243386 because it has serious post-commit...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-28
Puyan Lotfi
Changes for MachineBasicBlock to use SortedVector for...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-26
Duncan P. N. Exon...
CodeGen: Use a single SlotTracker in MachineFunction...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
Benjamin Kramer
[MachineBasicBlock] Add getFirstNonDebugInstr to comple...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
Benjamin Kramer
[MachineBasicBlock] Use the const_cast(this) trick...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-27
Matthias Braun
MachineBasicBlock: Cleanup computeRegisterLiveness()
blob
|
commitdiff
|
raw
|
diff to current
2015-05-22
Puyan Lotfi
Compile time improvements to VirtRegRewriter.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-14
Tim Northover
CodeGen: assert an instruction is being inserted with...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-02
Matt Arsenault
Fix missing const
blob
|
commitdiff
|
raw
|
diff to current
2014-05-24
Benjamin Kramer
CodeGen: Make MachineBasicBlock::back skip to the begin...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-16
Jim Grosbach
iterator_range for machine block terminators.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
Jim Grosbach
Tidy up naming.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
Jim Grosbach
Fix spelling. Sigh.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
Jim Grosbach
Add iterator_ranges for block pred/succ.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Benjamin Kramer
[C++11] Replace llvm::next and llvm::prior with std...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-29
Manman Ren
PGO branch weight: update edge weights in IfConverter.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-09
Chandler Carruth
Put the functionality for printing a value to a raw_ost...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-28
Robert Wilhelm
Even more spelling fixes for "instruction".
blob
|
commitdiff
|
raw
|
diff to current
2013-08-14
Mark Lacey
Add the MachineInstrSpan class.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-03
Jakob Stoklund Olesen
Add MachineBasicBlock::addLiveIn().
blob
|
commitdiff
|
raw
|
diff to current
2013-04-22
Eli Bendersky
Optimize MachineBasicBlock::getSymbol by caching the...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Jakob Stoklund Olesen
Use bidirectional bundle flags to simplify important...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Jakob Stoklund Olesen
Tighten up the splice() API for bundled instructions.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Jakob Stoklund Olesen
Tighten the insert() API for bundled instructions.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-17
Jakob Stoklund Olesen
Tighten up the erase/remove API for bundled instructions.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Sort the #include lines for the include/... tree with...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-12
James Molloy
Add a function computeRegisterLiveness() to MachineBasi...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-20
Jakob Stoklund Olesen
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-20
Jakob Stoklund Olesen
Clarify that duplicate edges are not allowed in the...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-08
Jakob Stoklund Olesen
Revert "Fix a quadratic algorithm in MachineBranchProba...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-08
Jakob Stoklund Olesen
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-30
Jakob Stoklund Olesen
Add MachineBasicBlock::isPredecessor().
blob
|
commitdiff
|
raw
|
diff to current
2012-06-11
Jakob Stoklund Olesen
Fix a problem with the reverse bundle iterators.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-20
Andrew Trick
Allow converting MachineBasicBlock::iterator to const_i...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-07
Andrew Trick
Added MachineBasicBlock::getFullName() to standardize...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-29
Jakob Stoklund Olesen
Move the operand iterator into MachineInstrBundle.h...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-27
Jakob Stoklund Olesen
Add a MachineOperand iterator class.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-31
Jim Grosbach
Tidy up. Trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
Jakub Staszak
Add some constantness to BranchProbabilityInfo and...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
Chris Lattner
fix typo
blob
|
commitdiff
|
raw
|
diff to current
2011-12-14
Evan Cheng
- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Evan Cheng
First chunk of MachineInstr bundle support.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Jakob Stoklund Olesen
Use logarithmic units for basic block alignment.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-07
Bill Wendling
Add a bool value to set the IsLandingPad flag to.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-16
Jakub Staszak
Introduce MachineBranchProbabilityInfo class, which...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-05
Jakob Stoklund Olesen
Cache the fairly expensive last split point computation...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-26
Jakob Stoklund Olesen
Collect and coalesce DBG_VALUE instructions before...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-04
Jakob Stoklund Olesen
Use an IndexedMap instead of a DenseMap for the live...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-04
Jakob Stoklund Olesen
Add LiveIntervals::getLastSplitPoint().
blob
|
commitdiff
|
raw
|
diff to current
2011-01-13
Jakob Stoklund Olesen
Teach frame lowering to ignore debug values after the...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Jakob Stoklund Olesen
Add SkipPHIsAndLabels from PHIElimination to MachineBas...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Jakob Stoklund Olesen
Teach MachineBasicBlock::print() to annotate instructio...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-21
Devang Patel
Add insertAfter. This should have accompanied previous...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-07
Dan Gohman
Add a getFirstNonPHI utility function.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-06
Dan Gohman
Reapply r107655 with fixes; insert the pseudo instructi...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-06
Dan Gohman
Revert r107655.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-06
Dan Gohman
Fix a bunch of custom-inserter functions to handle...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-22
Dan Gohman
Move PHIElimination's SplitCriticalEdge for MachineBasi...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-13
Dan Gohman
Eliminate MachineBasicBlock::const_livein_iterator...
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-02-17
Chris Lattner
move isOnlyReachableByFallthrough out of MachineBasicBl...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-10
Chris Lattner
Stop MachineInstr.h from #including AsmPrinter.h
blob
|
commitdiff
|
raw
|
diff to current
2010-02-10
Dale Johannesen
more comment updates
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
2009-12-15
Bill Wendling
Revert these. They may have been causing 483_xalancbmk...
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-11-26
Bob Wilson
Split tail duplication into a separate pass. This...
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-09
Dan Gohman
Fix a comment.
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-09-18
Xerxes Ranby
Revert r82214 completely to fix build.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-18
Evan Cheng
Fix a bug in sdisel switch lowering code. When it updat...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-26
Gabor Greif
Remove all the LLVM_COMPACTIFY_SENTINELS-related macro...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-25
Gabor Greif
re-committing yesterday's r79938.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-25
Bill Wendling
--- Reverse-merging r79938 into '.':
blob
|
commitdiff
|
raw
|
diff to current
2009-08-24
Gabor Greif
Resubmit an earlier patch of mine:
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 some dead print method variants.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
remove dead PrefixPrinter class.
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-07-16
Dan Gohman
Tidy up #includes.
blob
|
commitdiff
|
raw
|
diff to current
next