I did it wrong. Don't disregard these encodings here.
[oota-llvm.git] / utils / TableGen / ARMDecoderEmitter.cpp
2010-12-03 Bill WendlingI did it wrong. Don't disregard these encodings here.
2010-12-03 Bill WendlingIgnore decode table conflicts in the tMOVgpr2tgpr,...
2010-11-30 Jim GrosbachThe VLDMQ/VSTMQ instructions are reprented as true...
2010-11-30 Jim GrosbachTidy up.
2010-11-30 Jim GrosbachDelete a few no longer needed references to pseudos.
2010-11-29 Jim GrosbachPseudo-ize Thumb2 jump tables with explicit MC lowering...
2010-11-29 Jim GrosbachRename t2 TBB and TBH instructions to reference that...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-16 Bill WendlingEncode the multi-load/store instructions with their...
2010-11-01 Chris Lattnerfactor the operand list (and related fields/operations...
2010-10-08 Jim GrosbachA few 80 column cleanups
2010-10-07 Jim GrosbachMove checking for t2MOVCCi16 to the right place.
2010-10-07 Nick LewyckyFix typo in comment.
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-07 Jim GrosbachAllow use of the 16-bit literal move instruction in...
2010-10-06 Jim GrosbachNow that VDUPfqf and VDUPfdfare properly pseudos, nuke...
2010-08-27 Bob WilsonFix a comment typo.
2010-08-11 Bob WilsonAdd a separate ARM instruction format for Saturate...
2010-07-08 Dale JohannesenChanges to ARM tail calls, mostly cosmetic.
2010-06-18 Dale JohannesenAn attempt to fix the problem Anton reported with
2010-06-15 Dale JohannesenNext round of tail call changes. Register used in...
2010-06-03 Dale JohannesenEarly implementation of tail call for ARM.
2010-04-20 Johnny ChenWhen doing Thumb disassembly, there's no need to consid...
2010-04-09 Johnny ChenIf all the bit positions are not specified; do not...
2010-04-09 Bob WilsonProvide versions of the ARM eh_sjlj_setjmp instructions...
2010-04-09 Johnny ChenARM decoder emitter should print out useful information...
2010-04-08 Johnny ChenNow that Evan Cheng has fixed the coalescer bug (r10080...
2010-04-08 Benjamin KramerVarious MSVC warning fixes about truncated 64 bit shift...
2010-04-07 Eric ChristopherFix typo and correct comment somewhat.
2010-04-07 Johnny ChenRe-enable ARM/Thumb disassembler and add a workaround...
2010-04-03 Chandler CarruthFix a warning in GCC about a pointless typedef.
2010-04-02 Johnny ChenMove variable "Bits" declaration/definition into the...
2010-04-02 Johnny ChenFixed build warning.
2010-04-02 Johnny ChenChange from .../Support/DataTypes.h to .../System/DataT...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...