Remove the successor probabilities normalization in tail duplication pass.
[oota-llvm.git] / lib / CodeGen / MachineSSAUpdater.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-10-14 Eric ChristopherRemove unnecessary TargetMachine.h includes.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in a few CodeGen passes.
2012-12-19 Jakob Stoklund OlesenRemove the explicit MachineInstrBuilder(MI) constructor.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-14 Richard SmithFix undefined behavior: binding null pointer to referen...
2012-06-20 Chandler CarruthFix two rather subtle internal vs. external linker...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-06 Evan ChengMix some minor misuse of MachineBasicBlock iterator.
2010-05-10 Bob WilsonFix PR7096. When a block containing multiple defs...
2010-05-04 Bob WilsonCombine the implementations of the core part of the...
2010-04-26 Bob WilsonUpdate MachineSSAUpdater with the same changes I made...
2010-04-02 Chris Lattnerstop using DebugLoc::getUnknownLoc()
2010-02-10 Chris Lattnerfix missing #includes.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-07 Evan ChengWatch out for duplicated PHI instructions.
2009-12-07 Evan ChengPre-regalloc tale duplication. Work in progress.
2009-12-07 Evan ChengIf BB is empty, insert PHI before end() instead of...
2009-12-04 Evan ChengDon't try to be cute with undef optimization here....
2009-12-04 Evan Cheng- If the reaching definition is an undef and the use...
2009-12-03 Evan ChengHandle undef values properly.
2009-12-03 Evan ChengFill out codegen SSA updater. It's not yet tested.
2009-12-02 Evan ChengSkeleton for MachineInstr level SSA updater.