Support standard DWARF TLS opcode; Darwin and PS4 use it.
[oota-llvm.git] / lib / CodeGen / ProcessImplicitDefs.cpp
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
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...
2013-10-04 Matthias BraunFix typo
2012-08-22 David BlaikieTidy up a few more uses of MF.getFunction()->getName().
2012-06-25 Jakob Stoklund OlesenRun ProcessImplicitDefs on SSA form where it can be...
2012-06-22 Jakob Stoklund OlesenRemove ProcessImplicitDefs.h which was unused.
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-01-25 Jakob Stoklund OlesenImprove sub-register def handling in ProcessImplicitDefs.
2011-07-28 Jakob Stoklund OlesenHandle REG_SEQUENCE with implicitly defined operands.
2011-03-14 Jakob Stoklund OlesenPlace context in member variables instead of passing...
2010-12-29 Cameron ZwarichNone of the other pass names in CodeGen have terminatin...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-07-14 Evan ChengTeach ProcessImplicitDefs to transform more COPY instru...
2010-07-08 Jakob Stoklund OlesenConvert EXTRACT_SUBREG to COPY when emitting machine...
2010-07-08 Jakob Stoklund OlesenRemove references to INSERT_SUBREG after de-SSA.
2010-07-07 Jakob Stoklund OlesenRevert "Remove references to INSERT_SUBREG after de...
2010-07-06 Jakob Stoklund OlesenRemove references to INSERT_SUBREG after de-SSA
2010-07-06 Jakob Stoklund OlesenConvert INSERT_SUBREG to COPY in TwoAddressInstructionPass.
2010-07-03 Jakob Stoklund OlesenDetect and handle COPY in many places.
2010-05-11 Evan ChengIt's not safe eliminate copies where src and dst have...
2010-05-10 Evan ChengIt's not safe to propagate implicit_def that defines...
2010-02-15 Jakob Stoklund OlesenFix PR6300.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-04 Jakob Stoklund OlesenFix small bug in handling instructions with more than...
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-26 Evan ChengWhen all defs of a vr are implicit_def, delete all...
2009-11-25 Evan ChengProcessImplicitDefs should watch out for invalidated...
2009-11-16 Evan ChengFor some targets, a copy can use a register multiple...
2009-11-16 Lang HamesFixes the bug exposed by Anton's test case in PR 5495:
2009-11-03 Lang HamesThe Indexes Patch.