Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / Target / X86 / X86InstrArithmetic.td
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-12-20 Chris LattnerChange the X86 backend to stop using the evil ADDC...
2010-12-05 Chris Lattnerit turns out that when ".with.overflow" intrinsics...
2010-10-08 Chris Lattnerfix a subtle bug I introduced in my refactoring, where...
2010-10-07 Chris Lattnerconvert test to use the existing classes that the multi...
2010-10-07 Chris Lattnerconvert cmp to use a multipattern
2010-10-07 Chris Lattnerreduce redundancy between pattern copies.
2010-10-07 Chris Lattnerthe opcode for BinOpMI/BinOpMI8 is always the same...
2010-10-07 Chris Lattnerconvert adc/sbb to a multipattern. Because the adde...
2010-10-07 Chris Lattneradd support for isConvertibleToThreeAddress to ArithBin...
2010-10-07 Chris LattnerFix a few issues in ArithBinOpEFLAGS that made it speci...
2010-10-07 Chris LattnerConvert 'and' to single instance of a multipattern
2010-10-07 Chris Lattneradd a new BinOpAI class to represent the immediate...
2010-10-07 Chris Lattneradd a bunch of classes for other common patterns.
2010-10-07 Chris LattnerDefine a new BinOpRI8 class and use it to define the...
2010-10-07 Chris Lattneradd the pattern operator to match to X86TypeInfo, use...
2010-10-06 Chris Lattnerenhance X86TypeInfo to include information about the...
2010-10-06 Chris Lattneradd a class for _REV nodes.
2010-10-06 Chris Lattnersink more intelligence into the ITy base class. Now...
2010-10-06 Chris Lattnerrefactor things a bit, now the REX_W and OpSize prefix...
2010-10-06 Chris Lattnerwith tblgen suitably extended, we can now get the load...
2010-10-06 Chris Lattnerlets go all meta and define new X86 type wrappers that...
2010-10-06 Chris Lattnerintroduce a new BinOpRM class and use it to factor...
2010-10-05 Chris Lattnerallow !strconcat to take more than two operands to...
2010-10-05 Chris Lattnerassociate the instruction suffix letter with the intege...
2010-10-05 Chris Lattnerintroduce a new BinOpRR class, and convert 4 and instru...
2010-10-05 Chris LattnerReplace a gross hack (the MOV64ri_alt instruction)...
2010-10-05 Chris Lattnerdistribute the rest of the contents of X86Instr64bit...
2010-10-05 Chris Lattnermove the rest of the simple 64-bit arithmetic into...
2010-10-05 Chris Lattnercontinue moving 64-bit stuff into X86InstrArithmetic.td
2010-10-05 Chris Lattnermove 64-bit add and adc to InstrArithmetic.
2010-10-05 Chris Lattnerrewrote two addr constraints so that they are only...
2010-10-05 Chris Lattnersplit the 32-bit integer arithmetic instructions out...