Fix memory leaks by avoiding extra manual dynamic allocation
[oota-llvm.git] / utils / TableGen / DisassemblerEmitter.cpp
2015-07-15 Petr Pavlu[TableGen] Improve decoding options for non-orthogonal...
2014-05-06 Tim NorthoverAArch64/ARM64: implement diagnosis of unpredictable...
2014-01-05 Craig TopperDon't use PrintFatalError(which calls exit) for 'Primar...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2011-11-09 Owen AndersonRemove the old-style ARM disassembler, which is no...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-09-07 James MolloySecond of a three-patch series aiming to fix MSR/MRS...
2011-09-01 James MolloyFix up r137380 based on post-commit review by Jim Grosbach.
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-09 Owen AndersonReplace the existing ARM disassembler with a new one...
2011-06-21 Jim GrosbachConsolidate some TableGen diagnostic helper functions.
2011-04-04 Joerg SonnenbergerAdd support for the VIA PadLock instructions.
2011-02-18 Owen AndersonAdd FixedLenDecoderEmitter, the skeleton of a new disas...
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-19 Chris Lattnerchange Target.getInstructionsByEnumValue to return...
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-11-25 Daniel DunbarSketch TableGen disassembler emitter, based on patch...