summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/InstrEmitter.h
Commit message (Expand)AuthorAge
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Add -*- C++ -*- to InstrEmitter.h.Michael Gottesman2013-07-17
* Use MachineInstrBuilder in InstrEmitter.Jakob Stoklund Olesen2012-12-20
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-13
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Allow trailing physreg RegisterSDNode operands on non-variadic instructions.Jakob Stoklund Olesen2012-07-04
* Simplify EXTRACT_SUBREG emission.Jakob Stoklund Olesen2011-10-05
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Don't set kill flags for instructions which the scheduler has cloned.Dan Gohman2010-05-14
* Teach scheduler about REG_SEQUENCE.Evan Cheng2010-05-04
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-01
* EmitDbgValue doesn't need its EdgeMapping argument.Dan Gohman2010-04-30
* - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an...Evan Cheng2010-04-26
* reapply 99444/99445, which I speculatively reverted inChris Lattner2010-03-25
* Change how dbg_value sdnodes are converted into machine instructions. Their p...Evan Cheng2010-03-25
* revert 99444/99445. This doesn't cause the failure of Chris Lattner2010-03-24
* remove dead argument.Chris Lattner2010-03-24
* split EmitNode in half to reduce indentation.Chris Lattner2010-03-24
* Progress towards shepherding debug info through SelectionDAG.Dale Johannesen2010-03-10
* Add some new bits of debug info handling. NoDale Johannesen2010-03-06
* Fix a typo in a comment.Dan Gohman2009-11-16
* Create a new InstrEmitter class for translating SelectionDAG nodesDan Gohman2009-10-10