[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
[oota-llvm.git] / lib / CodeGen / MachineSink.cpp
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-06-16 Arnaud A. de Grand... [MachineSink] Address post-commit review comments
2015-06-15 Arnaud A. de Grand... [MachineSink] Improve runtime performance. NFC.
2015-06-01 Owen AndersonDisable MachineSink on convergent operations, similar...
2015-05-19 Matthias BraunMachineInstr: Remove unused parameter.
2015-05-16 Matthias BraunMachineSink: Collect registers before clearing their...
2015-05-08 Pete CooperClear kill flags on all used registers when sinking...
2015-05-08 Pete Cooper80 cols fix since i'm looking at this function anyway...
2014-12-04 Patrik HagglundUse DomTree in MachineSink to sink over diamonds.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-10-15 Jingyue Wu[MachineSink] Use the real post dominator tree
2014-10-14 Eric ChristopherAccess subtarget specific variables off of the MachineF...
2014-10-01 Jingyue WuRevert r216862 due to a performance regression
2014-09-25 Bruno Cardoso Lopes[MachineSink+PGO] Teach MachineSink to use BlockFrequen...
2014-09-09 Patrik Hagglund[MachineSinking] Conservatively clear kill flags after...
2014-09-04 Juergen RibutzkaRevert r216803 "[MachineSinking] Clear kill flag of...
2014-09-01 Jingyue Wu[MachineSink] Use the real post dominator tree
2014-08-29 Juergen Ributzka[MachineSinking] Clear kill flag of all operands at...
2014-08-11 Quentin Colombet[MachineSink] Improve the compile time by preserving...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
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.
next