]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/MachineSink.cpp
Debug Info: Remove unused code. The MInsn of an _abstract_ variable is
[opencl/llvm.git] / lib / CodeGen / MachineSink.cpp
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-31 Paul RobinsonDisable each MachineFunctionPass for 'optnone' function...
2014-03-17 Owen AndersonSwitch a number of loops in lib/CodeGen over to range...
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2013-10-14 Will DietzMachineSink: Fix and tweak critical-edge breaking heuri...
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-16 Jakob Stoklund OlesenRemove unused BitVectors from getAllocatableSet().
2012-07-31 Manman RenMachineSink: Sort the successors before trying to find...
2012-07-31 Manman RenMachineSink: Sort the successors before trying to find...
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew Trickwhitespace
2012-01-16 Jakob Stoklund OlesenExtract method for detecting constant unallocatable...
2011-12-14 Devang PatelDo not sink instruction, if it is not profitable.
2011-12-09 Devang PatelFix comment.
2011-12-09 Devang PatelUpdate stale comment.
2011-12-08 Devang PatelRevert r146184. I am seeing performance regression...
2011-12-08 Devang PatelRefactor. No intentional functionality change.
2011-12-08 Devang PatelFilter "sink to" candidate blocks sooner. This avoids...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-09-07 Devang PatelWhile sinking machine instructions, sink matching DBG_V...
2011-04-11 Evan ChengFix a couple of places where changes are made but not...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-23 Evan ChengDon't sink insert_subreg, subreg_to_reg, reg_sequence...
2010-09-20 Evan ChengEnable machine sinking critical edge splitting. e.g.
2010-09-20 Evan ChengAvoid splitting critical edge twice for a set of PHI...
2010-09-18 Evan ChengFix code that break critical edges for PHI uses. Watch...
2010-09-17 Evan ChengTeach machine sink to
2010-08-19 Evan ChengUpdate debug logs.
2010-08-19 Evan ChengIt's possible to sink a def if its local uses are PHI's.
2010-08-19 Evan ChengRemove disabled assertion.
2010-08-19 Evan ChengTeach machine-sink to break critical edges when appropr...
2010-08-18 Evan ChengIf any def of a machine-sink candidate has local uses...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-06-25 Bill Wendling- Reapply r106066 now that the bzip2 build regression...
2010-06-23 Daniel DunbarRevert r106066, "Create a more targeted fix for not...
2010-06-16 Bill WendlingImprove comment to include that the use of a preg is...
2010-06-15 Bill WendlingCreate a more targeted fix for not sinking instructions...
2010-06-03 Jim GrosbachCleanup 80-column and trim trailing whitespace
2010-06-03 Bill WendlingMachine sink could potentially sink instructions into...
2010-06-02 Bill WendlingCompulsive reformating. No functionalitical changes.
2010-05-13 Dan GohmanTeach MachineLICM and MachineSink how to clear kill...
2010-04-15 Jakob Stoklund OlesenAvoid sinking machine instructions into a loop.
2010-04-13 Jakob Stoklund OlesenTeach MachineSinking to handle easy critical edges.
2010-04-05 Dan GohmanDon't do code sinking on unreachable blocks. It's unpro...
2010-03-05 Dale JohannesenFix some more places where dbg_value affected codegen.
2010-03-02 Evan ChengSwap parameters of isSafeToMove and isSafeToReMat for...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-05 David GreeneChange errs() to dbgs().
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-19 Dan GohmanFix a typo in a comment.
2009-10-19 Dan GohmanChange a few instance variables to be local variables.
2009-10-09 Dan GohmanFactor out LiveIntervalAnalysis' code to determine...
2009-10-07 Dan GohmanReplace TargetInstrInfo::isInvariantLoad and its target...
2009-09-26 Dan GohmanDon't hoist or sink instructions with physreg uses...
2009-09-25 Dan GohmanFix MachineSink to be able to sink instructions that...
2009-09-25 Dan GohmanSimplify this code by using use_iterator instead of...
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-05 Dan GohmanVarious comment fixes.
2009-07-31 Dan GohmanUse setPreservesAll and setPreservesCFG in CodeGen...
2009-04-10 Chris Lattnerfix two problems with machine sinking:
2009-02-15 Evan ChengFix PR3522. It's not safe to sink into landing pad...
2009-02-07 Evan ChengDon't sink the instruction if TargetRegisterInfo::isSaf...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-03-13 Evan ChengRefactor some code out of MachineSink into a MachineIns...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-12 Chris Lattnerimplement support for sinking a load out the bottom...
2008-01-10 Chris LattnerSimplify the side effect stuff a bit more and make...
2008-01-10 Chris LattnerClamp down on sinking of lots of instructions.
2008-01-05 Chris LattnerThe current impl is really trivial, add some comments...
2008-01-05 Chris Lattnerdon't sink anything with side effects, this makes lots...
2008-01-05 Chris Lattnerfix a common crash.
2008-01-04 Chris LattnerAdd a really quick hack at a machine code sinking pass...