Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Target / TargetSelectionDAGInfo.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-02 Eric ChristopherRemove unnecessary forward declaration.
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...