summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSelectionDAGInfo.h
Commit message (Expand)AuthorAge
* Have ARMSelectionDAGInfo take a DataLayout as it's argument as theEric Christopher2014-06-12
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-20
* RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset ...Renato Golin2011-05-22
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-21
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-16