Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This was done...
[oota-llvm.git] / utils / TableGen / FixedLenDecoderEmitter.cpp
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-10-01 Bob WilsonSubtarget getFeatureBits() returns a uint64_t, not...
2011-09-08 Eli FriedmanMake sure to handle the case where emitPredicateMatch...
2011-09-08 James MolloyFix warning on windows; use of comparison with bool...
2011-09-08 Andrew TrickFix a use of freed string contents.
2011-09-08 Andrew Trickwhitespace
2011-09-07 James MolloySecond of a three-patch series aiming to fix MSR/MRS...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-09 Owen AndersonFix an oversight in the FixedLenDecoderEmitter where...
2011-08-01 Owen AndersonMake the FixedLengthDecoderEmitter smart enough to...
2011-08-01 Owen AndersonThe FixedLenDecoder needs to gracefully handle failing...
2011-08-01 Owen AndersonEnhance the fixed length disassembler to better handle...
2011-07-29 Owen AndersonCorrectly handle scattered operands where the bits...
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David Greene[AVX] Constify Inits
2011-07-29 Owen AndersonThird time's the charm for implementing tied operand...
2011-07-29 Owen AndersonFix a case where, when trying to track tied operands...
2011-07-28 Owen AndersonEnhance the fixed-length decoder emitter to support...
2011-07-28 Owen AndersonEnhance the fixed-length decoder emitter to support...
2011-07-19 Owen AndersonEnhance the FixedLengthDecoder to be able to generate...
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-07-06 Jim GrosbachDon't require pseudo-instructions to carry encoding...
2011-06-27 Owen AndersonAdd support for alternative register names, useful...
2011-04-18 Owen AndersonEnhance the fixed-length disassembler to support the...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-14 Owen AndersonIgnore isCodeGenOnly instructions when generating diass...
2011-02-18 Owen AndersonAdd FixedLenDecoderEmitter, the skeleton of a new disas...