aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMSelectionDAGInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-081-2/+3
* Tidy up a few 80 column violations.Jim Grosbach2011-09-131-7/+6
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset ...Renato Golin2011-05-221-0/+64
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-211-8/+8
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-2/+114
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+22