summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-1/+1
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-5/+5
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-5/+5
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Replace size method call of containers to empty method where appropriateAlexander Kornienko2015-01-151-3/+3
* Use range-based for loops.Craig Topper2014-12-131-52/+35
* Reduce code duplication a bit.Craig Topper2014-09-271-16/+10
* Fix TableGen -gen-disassembler output for bit fields with an offset.Craig Topper2014-09-271-1/+5
* Use vector constructor instead of a for loop to initialize entries.Craig Topper2014-09-041-4/+2
* Fix ambiguous call to make_unique and clang-format.Yaron Keren2014-09-031-13/+7
* Recommit "Use unique_ptr to manager FilterChooser ownership."Craig Topper2014-09-031-23/+16
* Revert "Use unique_ptr to manager FilterChooser ownership."Craig Topper2014-09-031-15/+24
* Use unique_ptr to manager FilterChooser ownership.Craig Topper2014-09-031-24/+15
* Implement move constructor and remove copy constructor for Filter objects in ...Craig Topper2014-09-031-13/+8
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-7/+7
* [TableGen] Optionally forbid overlap between named and positional operandsHal Finkel2014-03-131-1/+16
* Remove unnecessary include.Craig Topper2014-02-091-1/+0
* Remove some unnecessary code. The conditions it was checking had already been...Craig Topper2014-02-091-7/+0
* Add support for positionally-encoded operands to FixedLenDecoderEmitterHal Finkel2013-12-191-4/+156
* Add support for PointerLikeRegClass to FixedLenDecoderEmitterHal Finkel2013-12-191-0/+4
* Support little-endian encodings in the FixedLenDecoderEmitterHal Finkel2013-12-171-0/+2
* Remove several unused variables.Rafael Espindola2013-10-011-1/+0
* Teaching llvm-tblgen to not emit a switch statement when there are no case st...Aaron Ballman2013-07-151-8/+13
* TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...NAKAMURA Takumi2012-12-261-1/+1
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-4/+3
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-1/+2
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-101-2/+2
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-101-6/+6
* tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva2012-10-051-1/+1
* TableGen: Add initializer.Jim Grosbach2012-09-171-1/+1
* Re-work bit/bits value resolving in tblgenMichael Liao2012-09-061-1/+1
* Declare some for loop indices inside the for loop statement.Craig Topper2012-08-171-20/+13
* Fix up indentation of outputted decode function for readability.Craig Topper2012-08-171-8/+8
* Fix a const violation in the generated disassembler.Benjamin Kramer2012-08-151-2/+2
* Switch the fixed-length disassembler to be table-driven.Jim Grosbach2012-08-141-281/+722
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-111-1/+84
* Second part for the 153874 oneSilviu Baranga2012-04-021-3/+3
* More const-correcting of FixedLenDecoderEmitter.Craig Topper2012-03-161-13/+17
* Const-correct the FixedLenDecoderEmitter. Pass a few things by const referenc...Craig Topper2012-03-161-53/+58
* Spacing fixes. Mostly aligning arguments that spilled onto next line with the...Craig Topper2012-03-161-37/+36
* Remove unused field NumVariable from Filter class. Even it was needed the sam...Craig Topper2012-03-161-9/+3
* Remove unused field from FixedLenDecoderEmitter. Move NumberedInstructions de...Craig Topper2012-03-131-1/+2
* Tidy up. 80 columns.Jim Grosbach2012-02-291-13/+21
* Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...James Molloy2012-02-091-2/+76
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-9/+7
* Fix unused variable warning in the rare circumstance that we have no feature-...Owen Anderson2011-10-171-1/+4
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Subtarget getFeatureBits() returns a uint64_t, not unsigned.Bob Wilson2011-10-011-1/+1
* Make sure to handle the case where emitPredicateMatch returns false. Noticed...Eli Friedman2011-09-081-1/+2
OpenPOWER on IntegriCloud