Remove the uses of getSubtargetImpl from InstrEmitter and remove
[oota-llvm.git] / lib / CodeGen / SelectionDAG / InstrEmitter.h
2014-10-09 Eric ChristopherRemove the uses of getSubtargetImpl from InstrEmitter...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-07-17 Michael GottesmanAdd -*- C++ -*- to InstrEmitter.h.
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in InstrEmitter.
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-07-04 Jakob Stoklund OlesenAllow trailing physreg RegisterSDNode operands on non...
2011-10-05 Jakob Stoklund OlesenSimplify EXTRACT_SUBREG emission.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2010-05-14 Dan GohmanDon't set kill flags for instructions which the schedul...
2010-05-04 Evan ChengTeach scheduler about REG_SEQUENCE.
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-30 Dan GohmanEmitDbgValue doesn't need its EdgeMapping argument.
2010-04-26 Evan Cheng- Move TargetLowering::EmitTargetCodeForFrameDebugValue...
2010-03-25 Chris Lattnerreapply 99444/99445, which I speculatively reverted in
2010-03-25 Evan ChengChange how dbg_value sdnodes are converted into machine...
2010-03-24 Chris Lattnerrevert 99444/99445. This doesn't cause the failure of
2010-03-24 Chris Lattnerremove dead argument.
2010-03-24 Chris Lattnersplit EmitNode in half to reduce indentation.
2010-03-10 Dale JohannesenProgress towards shepherding debug info through Selecti...
2010-03-06 Dale JohannesenAdd some new bits of debug info handling. No
2009-11-16 Dan GohmanFix a typo in a comment.
2009-10-10 Dan GohmanCreate a new InstrEmitter class for translating Selecti...