summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/X86ModRMFilters.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Test commit: remove trailing whitespaceJosh Stone2018-09-111-3/+3
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-041-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] Add 'override' keywords to tablegen code.Craig Topper2014-03-051-10/+10
* Second attempt at Removing special form of AddRegFrm used by FP instructions....Craig Topper2014-01-011-20/+0
* Revert r198238 and add FP disassembler tests. It didn't work and I didn't rea...Craig Topper2013-12-311-0/+20
* Remove special form of AddRegFrm used by FP instructions. These instructions ...Craig Topper2013-12-301-20/+0
* Remove EscapeFilter. It's funcionality can be covered by correctly using Exte...Craig Topper2013-12-301-29/+0
* Simplify filter accepts function to just return 'condition' instead of branch...Craig Topper2013-12-301-28/+13
* Fix Doxygen issues:Dmitri Gribenko2012-09-131-12/+13
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-7/+8
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-291-1/+1
* Add missing newlines at EOF (for clang++).Daniel Dunbar2009-12-191-1/+1
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-0/+197
OpenPOWER on IntegriCloud