Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / X86RecognizableInstr.cpp
2011-02-22 Rafael EspindolaImplement xgetbv and xsetbv.
2010-12-13 Owen AndersonIn Thumb2, direct branches can be encoded as either...
2010-11-01 Chris Lattnerfactor the operand list (and related fields/operations...
2010-10-27 Kevin EnderbyAdded the x86 instruction ud2b (2nd official undefined...
2010-10-04 Sean CallananFixed the disassembler to handle two new X86
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-29 Chris Lattneradd basic avx support to the disassembler, also teach...
2010-09-07 Dale JohannesenAdd patterns for MMX that use the new intrinsics.
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...