aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMSelectionDAGInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-0/+1
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-1/+0
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-0/+1
* Proper support for a bastardized darwin-eabi hybird ABI.Evan Cheng2012-02-211-2/+2
* 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