Don't include DFAPacketizer in TargetInstrInfo, there's no reason.
[oota-llvm.git] / include / llvm / Target / TargetSelectionDAGInfo.h
2014-07-23 NAKAMURA TakumiTrailing whitespace.
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2013-08-20 Richard Sandiford[SystemZ] Use SRST to optimize memchr
2013-08-16 Richard Sandiford[SystemZ] Use SRST to implement strlen and strnlen
2013-08-16 Richard Sandiford[SystemZ] Use MVST to implement strcpy and stpcpy
2013-08-16 Richard Sandiford[SystemZ] Use CLST to implement strcmp
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2010-09-21 Chris Lattnerreimplement memcpy/memmove/memset lowering to use Machi...
2010-05-11 Dan GohmanFix a comment.
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-04-16 Dan GohmanCreate a new TargetSelectionDAGInfo class. This will...