[TableGen] Fix a bug introduced in r256627. If the switch was not emitted we still...
[oota-llvm.git] / utils / TableGen / AsmMatcherEmitter.cpp
2016-01-03 Craig Topper[TableGen] Fix a bug introduced in r256627. If the...
2016-01-03 Craig Topper[TableGen] Use range-based for loops. NFC
2015-12-31 Craig Topper[TableGen] Modify the AsmMatcherEmitter to only apply...
2015-12-31 Craig Topper[TableGen] Use range-based for loops. NFC
2015-12-31 Craig Topper[TableGen] Move determination of IsIsolatedToken into...
2015-12-30 Craig Topper[TableGen] Remove unnecessary conversion from StringRef...
2015-12-30 Craig Topper[TableGen] Remove raw_string_ostream by just emitting...
2015-12-30 Craig Topper[TableGen] Use range-based for loops. NFC
2015-12-30 Craig Topper[TableGen] Move more things that come from variant...
2015-12-30 Craig Topper[TableGen] Use 'size_t' instead of 'unsigned' to better...
2015-12-29 Craig TopperDe-virtualize mnemonicIsValid and remove from the base...
2015-12-29 Craig Topper[TableGen] Add missing space to output.
2015-12-29 Craig Topper[TableGen] Use range-based for loops. NFC
2015-11-18 Rafael EspindolaDefault SetVector to use a DenseSet.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-09 Colin LeMahieu[AsmParser] Generalize matching for grammars without...
2015-11-09 Colin LeMahieu[AsmParser] Backends can parameterize ASM tokenization.
2015-09-13 Craig Topper[TableGen] Use range-based for loops and make a helper...
2015-09-13 Craig Topper[TableGen] Simplify some code by using StringRef::find...
2015-09-13 Craig Topper[TableGen] Use 'size_t' instead of 'unsigned' to better...
2015-09-06 Craig Topper[TableGen] Use make_unique. NFC.
2015-08-16 Craig Topper[TableGen] Use range-based for loop.
2015-08-16 Craig Topper[TableGen] Move the ConversionRow vector into the Conve...
2015-08-10 Colin LeMahieu[TableGen] NFC improving comments about what the tokeni...
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-02 Craig Topper[TableGen] Use range-based for loops. NFC.
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Ahmed Bougacha[TableGen][AsmMatcherEmitter] Only parse isolated token...
2015-05-29 Ahmed Bougacha[TableGen][AsmMatcherEmitter] Factor out AsmOperand...
2015-05-26 Tom StellardAsmMatcherEmitter: Add an option to override custom...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-05 Tom StellardTableGen: Initialize ErrorInfo to ~0ULL in the MatchIns...
2015-03-04 David BlaikieAdd a FIXME for PR22796, broken ordering of ClassInfo...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-02-28 Benjamin KramerReplace std::copy with a back inserter with vector...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2015-01-15 Hal Finkel[TableGen] Add support for negative immediates to AsmMa...
2015-01-03 Craig TopperFix some formatting in tablegen output.
2015-01-03 Craig TopperReplace some 'unreachable' comments with llvm_unreachable.
2014-12-22 David BlaikieUse iterators rather than indices to make this forwards...
2014-12-22 David Blaikieunique_ptrify MatchableInfo(const CodeGenInstAlias...
2014-12-16 Ahmed Bougacha[MC] Reset the MCInst in the matcher function before...
2014-12-03 David BlaikieSimplify ownership of RegClasses by using list<CodeGenR...
2014-12-03 David BlaikieRange-for some stuff related to RegClasses, and comment...
2014-11-29 David BlaikieRemove indirection of vector<T*> in favor of deque<T>
2014-11-28 Duncan P. N. Exon... Revert "Simplify some more ownership using forward_list...
2014-11-28 David BlaikieReapply "Use std::map<K, V> rather than std::map<K...
2014-11-28 David BlaikieRevert "Use std::map<K, V> rather than std::map<K,...
2014-11-28 David BlaikiePush unique_ptr a bit further through some APIs and...
2014-11-28 David BlaikieUse std::map<K, V> rather than std::map<K, std::unique_...
2014-11-28 David BlaikieSimplify some more ownership using forward_list<T>...
2014-11-28 David BlaikieForgotten formatting from previous commit
2014-11-28 David BlaikieSimplify ownership by using forward_list<T> rather...
2014-11-28 Craig TopperFix another memory leak in TableGen AsmMatcher by delet...
2014-11-28 Craig TopperUse unique_ptr to fix some memory leaks in Tablegen...
2014-11-28 Craig TopperUse range-based for loops and const-correct a few things.
2014-11-25 Craig TopperRemove unncessary check for Int_* and *_Int in AsmMatch...
2014-11-25 Craig TopperUse range-based for loops.
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-05-21 Daniel Sanders[asm matcher] Fix incorrect assertion when there are...
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-16 Tim NorthoverTableGen: fix constness of new comparison function.
2013-09-16 Tim NorthoverTableGen: give asm match classes deterministic order.
2013-09-16 Tim NorthoverAsmMatcher: emit subtarget feature enum in deterministi...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-08-29 Craig TopperMove StringToOffsetTable into the TableGen include...
2013-08-12 Richard SandifordRevert r188164: Stablize MCK_Reg ordering in AsmMatcher...
2013-08-12 Richard SandifordStablize MCK_Reg ordering in AsmMatcherEmitter
2013-08-06 Reid KlecknerRemove some std stream usage from Support and TableGen
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-16 Vladimir MedicThis patch allows targets to define weather the instruc...
2013-07-15 Aaron BallmanTeaching llvm-tblgen to not emit a switch statement...
next