summaryrefslogtreecommitdiff
path: root/utils/TableGen/X86ModRMFilters.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-03-05[C++11] Add 'override' keywords to tablegen code.Craig Topper1-10/+10
2014-01-01Second attempt at Removing special form of AddRegFrm used by FP instructions....Craig Topper1-20/+0
2013-12-31Revert r198238 and add FP disassembler tests. It didn't work and I didn't rea...Craig Topper1-0/+20
2013-12-30Remove special form of AddRegFrm used by FP instructions. These instructions ...Craig Topper1-20/+0
2013-12-30Remove EscapeFilter. It's funcionality can be covered by correctly using Exte...Craig Topper1-29/+0
2013-12-30Simplify filter accepts function to just return 'condition' instead of branch...Craig Topper1-28/+13
2012-09-13Fix Doxygen issues:Dmitri Gribenko1-12/+13
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-7/+8
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer1-1/+1
2009-12-19Add missing newlines at EOF (for clang++).Daniel Dunbar1-1/+1
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan1-0/+197