Convert some tab stops into spaces.
[oota-llvm.git] / utils / TableGen / X86RecognizableInstr.cpp
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-07 Chris LattnerImplement the major chunk of PR7195: support for 'callw'
2010-06-11 Bruno Cardoso LopesMore AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
2010-05-20 Daniel Dunbartblgen/Target: Add a isAsmParserOnly bit, and teach...
2010-05-06 Sean CallananEliminated the classification of control registers...
2010-04-07 Sean CallananFixed a bug where the disassembler would allow an immediate
2010-03-14 Evan ChengCheck in tablegen changes to fix disassembler related...
2010-02-24 Sean CallananChanged the table generator so that the X86
2010-02-13 Sean CallananAdded the rdtscp instruction to the x86 instruction
2010-02-13 Sean CallananFixed encodings for invlpg, invept, and invvpid.
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-12 Chris LattnerRemove special cases for [LM]FENCE, MONITOR and MWAIT...
2010-02-12 Sean CallananReworked the Intel disassembler to support instructions
2010-02-12 Chris Lattneradd a bunch of mod/rm encoding types for fixed mod...
2010-02-10 Chris LattnerIntroduce a new CodeGenInstruction::ConstraintInfo...
2009-12-22 Sean CallananFixes to the X86 disassembler:
2009-12-19 Daniel DunbarAdd missing newlines at EOF (for clang++).
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...