aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* LiveVariables should clear kill / dead markers first. This allows us to remov...Evan Cheng2010-03-261-3/+1
* fix a valgrind error on copy-constructor-synthesis.cpp, which is caused whenChris Lattner2010-03-251-2/+3
* Make the NDEBUG assertion stronger and more clear what is Chris Lattner2010-03-251-5/+20
* reapply 99444/99445, which I speculatively reverted inChris Lattner2010-03-251-77/+82
* Change how dbg_value sdnodes are converted into machine instructions. Their p...Evan Cheng2010-03-251-60/+39
* revert 99444/99445. This doesn't cause the failure of Chris Lattner2010-03-241-82/+77
* remove dead argument.Chris Lattner2010-03-241-2/+1
* split EmitNode in half to reduce indentation.Chris Lattner2010-03-241-77/+83
* Rename SDDbgValue.h to SDNodeDbgValue.h for consistency.Evan Cheng2010-03-141-1/+1
* change the LabelSDNode to be EHLabelSDNode and make it holdChris Lattner2010-03-141-0/+7
* Cosmetic: lengthen names and improve comments.Dale Johannesen2010-03-101-3/+3
* Progress towards shepherding debug info through SelectionDAG.Dale Johannesen2010-03-101-13/+34
* Add some new bits of debug info handling. NoDale Johannesen2010-03-061-0/+51
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-14/+14
* Trim unneeded includes.Evan Cheng2010-01-211-1/+0
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-201-1/+2
* Fix a typo in a comment.Dan Gohman2009-11-161-1/+1
* Don't mark registers dead here when processing nodes with MVT::FlagDan Gohman2009-10-301-1/+5
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-301-0/+2
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-1/+1
* Mark dead physregdefs dead immediately. This helps MachineSink andDan Gohman2009-10-281-0/+2
* Create a new InstrEmitter class for translating SelectionDAG nodesDan Gohman2009-10-101-0/+693