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