summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86SelectionDAGInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-10/+7
* Make headers self-contained again.Benjamin Kramer2016-03-041-0/+1
* [X86] Use MCPhysReg and uint16_t for static arrays of registers and opcodes r...Craig Topper2016-03-021-1/+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/+1
* 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
* X86: Fix conflict over ESI between base register and rep;movslReid Kleckner2014-08-291-0/+5
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Remove all local variables from X86SelectionDAGInfo, the DAG hasEric Christopher2014-06-061-7/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-4/+2
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-2/+2
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-211-6/+3
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-1/+31
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+29
OpenPOWER on IntegriCloud