summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86SelectionDAGInfo.h
AgeCommit message (Expand)Author
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2016-03-04Make headers self-contained again.Benjamin Kramer
2016-03-02[X86] Use MCPhysReg and uint16_t for static arrays of registers and opcodes r...Craig Topper
2016-01-27Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-08-29X86: Fix conflict over ESI between base register and rep;movslReid Kleckner
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-06-06Remove all local variables from X86SelectionDAGInfo, the DAG hasEric Christopher
2014-03-09[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-05-25Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick
2010-09-21reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman
2010-04-16Add skeleton target-specific SelectionDAGInfo files.Dan Gohman