Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
[oota-llvm.git] / utils / TableGen / FixedLenDecoderEmitter.cpp
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2014-12-13 Craig TopperUse range-based for loops.
2014-09-27 Craig TopperReduce code duplication a bit.
2014-09-27 Craig TopperFix TableGen -gen-disassembler output for bit fields...
2014-09-04 Craig TopperUse vector constructor instead of a for loop to initial...
2014-09-03 Yaron KerenFix ambiguous call to make_unique and clang-format.
2014-09-03 Craig TopperRecommit "Use unique_ptr to manager FilterChooser owner...
2014-09-03 Craig TopperRevert "Use unique_ptr to manager FilterChooser ownership."
2014-09-03 Craig TopperUse unique_ptr to manager FilterChooser ownership.
2014-09-03 Craig TopperImplement move constructor and remove copy constructor...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-13 Hal Finkel[TableGen] Optionally forbid overlap between named...
2014-02-09 Craig TopperRemove unnecessary include.
2014-02-09 Craig TopperRemove some unnecessary code. The conditions it was...
2013-12-19 Hal FinkelAdd support for positionally-encoded operands to FixedL...
2013-12-19 Hal FinkelAdd support for PointerLikeRegClass to FixedLenDecoderE...
2013-12-17 Hal FinkelSupport little-endian encodings in the FixedLenDecoderE...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-07-15 Aaron BallmanTeaching llvm-tblgen to not emit a switch statement...
2012-12-26 NAKAMURA TakumiTableGen/FixedLenDecoderEmitter.cpp: Fix a potential...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
2012-09-17 Jim GrosbachTableGen: Add initializer.
2012-09-06 Michael LiaoRe-work bit/bits value resolving in tblgen
2012-08-17 Craig TopperDeclare some for loop indices inside the for loop state...
2012-08-17 Craig TopperFix up indentation of outputted decode function for...
2012-08-15 Benjamin KramerFix a const violation in the generated disassembler.
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-04-02 Silviu BarangaSecond part for the 153874 one
2012-03-16 Craig TopperMore const-correcting of FixedLenDecoderEmitter.
2012-03-16 Craig TopperConst-correct the FixedLenDecoderEmitter. Pass a few...
2012-03-16 Craig TopperSpacing fixes. Mostly aligning arguments that spilled...
2012-03-16 Craig TopperRemove unused field NumVariable from Filter class....
2012-03-13 Craig TopperRemove unused field from FixedLenDecoderEmitter. Move...
2012-02-29 Jim GrosbachTidy up. 80 columns.
2012-02-09 James MolloyTeach the MC and disassembler about SoftFail, and hook...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-10-17 Owen AndersonFix unused variable warning in the rare circumstance...
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...