summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetSelectionDAGInfo.h
Commit message (Expand)AuthorAge
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-06
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-20
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-16
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-16
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-16
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-12
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-21
* Fix a comment.Dan Gohman2010-05-11
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* Create a new TargetSelectionDAGInfo class. This will eventually acquireDan Gohman2010-04-16