summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-20/+15
* One more batch of self-containing headers.Benjamin Kramer2016-01-271-0/+1
* Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer2016-01-271-3/+3
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-2/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [ARM] Use AEABI aligned function variantsJohn Brawn2015-05-121-0/+13
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Have ARMSelectionDAGInfo take a DataLayout as it's argument as theEric Christopher2014-06-121-5/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-4/+2
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-2/+2
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-201-0/+17
* RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset ...Renato Golin2011-05-221-0/+9
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-211-4/+2
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-1/+16
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+29
OpenPOWER on IntegriCloud