OSDN Git Service

[llvm] Change 2 instances of std::sort to llvm::sort
[android-x86/external-llvm.git] / lib / CodeGen / MachineSink.cpp
2018-06-21 Matt Davis[DebugInfo] Ignore DBG_VALUE instructions in PostRA...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-09 Shiva Chen[DebugInfo] Examine all uses of isDebugValue() for...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-27 Jun Bum Lim[PostRASink] extend the live-in check for all aliased...
2018-04-27 Jun Bum Lim[CodeGen] Use RegUnits to track register aliases (NFC)
2018-04-13 Jun Bum Lim[PostRASink]Add register dependency check for implicit...
2018-04-03 Jun Bum Lim[CodeGen]Add NoVRegs property on PostRASink and ShrinkWrap
2018-03-28 Jun Bum Lim[PostRAMachineSink] preserve CFG
2018-03-22 Jun Bum Lim[CodeGen] Add a new pass for PostRA sink
2017-12-15 Matthias BraunMachineFunction: Return reference from getFunction...
2017-12-09 Paul RobinsonFix out-of-order stepping behavior in programs with...
2017-12-07 Francis Visoiu Mistrih[CodeGen] Use MachineOperand::print in the MIRPrinter...
2017-12-04 Francis Visoiu Mistrih[CodeGen] Unify MBB reference format in both MIR and...
2017-11-28 Francis Visoiu Mistrih[CodeGen] Print register names in lowercase in both...
2017-11-20 Paul RobinsonRevert "Fix out-of-order stepping behavior in programs...
2017-11-20 Paul RobinsonFix out-of-order stepping behavior in programs with...
2017-11-17 David BlaikieFix a bunch more layering of CodeGen headers that are...
2017-11-08 David BlaikieTarget/TargetInstrInfo.h -> CodeGen/TargetInstrInfo...
2017-08-29 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-25 Matthias BraunCodeGen: Rename DEBUG_TYPE to match passnames
2016-10-28 Matthias BraunMachineRegisterInfo: Remove unused arg from isConstantP...
2016-10-20 Dehao ChenUsing branch probability to guide critical edge splitting.
2016-10-19 Dehao ChenRevert r284545 again as the regression in ppc still...
2016-10-18 Dehao ChenUsing branch probability to guide critical edge splitting.
2016-10-18 Dehao Chenrevert r284541.
2016-10-18 Dehao ChenUsing branch probability to guide critical edge splitting.
2016-08-25 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-07-15 Jacques PienaarRename AnalyzeBranch* to analyzeBranch*.
2016-07-01 Duncan P. N. Exon... CodeGen: Use MachineInstr& in MachineSink, NFC
2016-06-30 Duncan P. N. Exon... CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
2016-04-22 Andrew KaylorRe-commit optimization bisect support (r267022) without...
2016-04-22 Vedant KumarRevert "Initial implementation of optimization bisect...
2016-04-21 Quentin Colombet[MachineBasicBlock] Make the pass argument truly mandat...
2016-04-21 Andrew KaylorInitial implementation of optimization bisect support.
2016-03-29 Fiona GlaserMachineSink: make shouldSink a TII target hook
2016-03-09 Chad Rosier[TII] Allow getMemOpBaseRegImmOfs() to accept negative...
2016-02-18 Richard TrieuRemove uses of builtin comma operator.
2016-01-20 Sanjoy Das[MachineSink] Don't break ImplicitNulls
2015-10-09 Owen AndersonRefine the definition of convergent to only disallow...
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.
next