summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineSSAUpdater.cpp
Commit message (Expand)AuthorAge
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Use MachineInstrBuilder in a few CodeGen passes.Jakob Stoklund Olesen2012-12-20
* Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix undefined behavior: binding null pointer to reference. No functionality c...Richard Smith2012-08-14
* Fix two rather subtle internal vs. external linker issues.Chandler Carruth2012-06-20
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Mix some minor misuse of MachineBasicBlock iterator.Evan Cheng2011-12-06
* Fix PR7096. When a block containing multiple defs is tail duplicated, theBob Wilson2010-05-10
* Combine the implementations of the core part of the SSAUpdater andBob Wilson2010-05-04
* Update MachineSSAUpdater with the same changes I made for the IR-levelBob Wilson2010-04-26
* stop using DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* fix missing #includes.Chris Lattner2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Change errs() to dbgs().David Greene2010-01-05
* Watch out for duplicated PHI instructions.Evan Cheng2009-12-07
* Pre-regalloc tale duplication. Work in progress.Evan Cheng2009-12-07
* If BB is empty, insert PHI before end() instead of front().Evan Cheng2009-12-07
* Don't try to be cute with undef optimization here. Let ProcessImplicitDefs ha...Evan Cheng2009-12-04
* - If the reaching definition is an undef and the use is a PHI, add the implic...Evan Cheng2009-12-04
* Handle undef values properly.Evan Cheng2009-12-03
* Fill out codegen SSA updater. It's not yet tested.Evan Cheng2009-12-03
* Skeleton for MachineInstr level SSA updater.Evan Cheng2009-12-02