summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMSelectionDAGInfo.cpp
Commit message (Expand)AuthorAge
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* Tidy up a few 80 column violations.Jim Grosbach2011-09-13
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset ...Renato Golin2011-05-22
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* 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