2015-02-19 |
Michael Kuperstein | Reverting r229831 due to multiple ARM/PPC/MIPS build... |
blob | commitdiff | raw |
2015-02-19 |
Michael Kuperstein | Use std::bitset for SubtargetFeatures |
blob | commitdiff | raw | diff to current |
2015-02-12 |
Benjamin Kramer | MathExtras: Bring Count(Trailing|Leading)Ones and Count... |
blob | commitdiff | raw |
2015-01-15 |
Alexander Kornienko | Replace size method call of containers to empty method... |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Hal Finkel | [TableGen] Add support for negative immediates to AsmMa... |
blob | commitdiff | raw | diff to current |
2015-01-03 |
Craig Topper | Fix some formatting in tablegen output. |
blob | commitdiff | raw | diff to current |
2015-01-03 |
Craig Topper | Replace some 'unreachable' comments with llvm_unreachable. |
blob | commitdiff | raw | diff to current |
2014-12-22 |
David Blaikie | Use iterators rather than indices to make this forwards... |
blob | commitdiff | raw | diff to current |
2014-12-22 |
David Blaikie | unique_ptrify MatchableInfo(const CodeGenInstAlias... |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Ahmed Bougacha | [MC] Reset the MCInst in the matcher function before... |
blob | commitdiff | raw | diff to current |
2014-12-03 |
David Blaikie | Simplify ownership of RegClasses by using list<CodeGenR... |
blob | commitdiff | raw | diff to current |
2014-12-03 |
David Blaikie | Range-for some stuff related to RegClasses, and comment... |
blob | commitdiff | raw | diff to current |
2014-11-29 |
David Blaikie | Remove indirection of vector<T*> in favor of deque<T> |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Duncan P. N. Exon... | Revert "Simplify some more ownership using forward_list... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
David Blaikie | Reapply "Use std::map<K, V> rather than std::map<K... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
David Blaikie | Revert "Use std::map<K, V> rather than std::map<K,... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
David Blaikie | Push unique_ptr a bit further through some APIs and... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
David Blaikie | Use std::map<K, V> rather than std::map<K, std::unique_... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
David Blaikie | Simplify some more ownership using forward_list<T>... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
David Blaikie | Forgotten formatting from previous commit |
blob | commitdiff | raw | diff to current |
2014-11-28 |
David Blaikie | Simplify ownership by using forward_list<T> rather... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Craig Topper | Fix another memory leak in TableGen AsmMatcher by delet... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Craig Topper | Use unique_ptr to fix some memory leaks in Tablegen... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Craig Topper | Use range-based for loops and const-correct a few things. |
blob | commitdiff | raw | diff to current |
2014-11-25 |
Craig Topper | Remove unncessary check for Int_* and *_Int in AsmMatch... |
blob | commitdiff | raw | diff to current |
2014-11-25 |
Craig Topper | Use range-based for loops. |
blob | commitdiff | raw | diff to current |
2014-11-11 |
Rafael Espindola | MCAsmParserExtension has a copy of the MCAsmParser... |
blob | commitdiff | raw | diff to current |
2014-08-21 |
Craig Topper | Repace SmallPtrSet with SmallPtrSetImpl in function... |
blob | commitdiff | raw | diff to current |
2014-08-18 |
Tim Northover | TableGen: allow use of uint64_t for available features... |
blob | commitdiff | raw | diff to current |
2014-08-18 |
Craig Topper | Revert "Repace SmallPtrSet with SmallPtrSetImpl in... |
blob | commitdiff | raw | diff to current |
2014-08-17 |
Craig Topper | Repace SmallPtrSet with SmallPtrSetImpl in function... |
blob | commitdiff | raw | diff to current |
2014-06-08 |
David Blaikie | AsmMatchers: Use unique_ptr to manage ownership of... |
blob | commitdiff | raw | diff to current |
2014-05-21 |
Daniel Sanders | [asm matcher] Fix incorrect assertion when there are... |
blob | commitdiff | raw | diff to current |
2014-05-20 |
Eric Christopher | Clean up language and grammar. |
blob | commitdiff | raw | diff to current |
2014-05-15 |
Tim Northover | TableGen/ARM64: print aliases even if they have syntax... |
blob | commitdiff | raw | diff to current |
2014-04-21 |
Chandler Carruth | [Modules] Make Support/Debug.h modular. This requires... |
blob | commitdiff | raw | diff to current |
2014-04-15 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw | diff to current |
2014-04-12 |
Benjamin Kramer | Retire llvm::array_endof in favor of non-member std... |
blob | commitdiff | raw | diff to current |
2014-03-29 |
Benjamin Kramer | tblgen: Twinify PrintFatalError. |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
blob | commitdiff | raw | diff to current |
2014-03-06 |
Ahmed Charles | Replace OwningPtr<T> with std::unique_ptr<T>. |
blob | commitdiff | raw | diff to current |
2014-03-05 |
Ahmed Charles | [C++11] Replace OwningPtr::take() with OwningPtr::relea... |
blob | commitdiff | raw | diff to current |
2014-03-01 |
Benjamin Kramer | Now that we have C++11, turn simple functors into lambd... |
blob | commitdiff | raw | diff to current |
2013-10-12 |
Will Dietz | Add missing #include's to cctype when using isdigit... |
blob | commitdiff | raw | diff to current |
2013-10-01 |
Rafael Espindola | Remove several unused variables. |
blob | commitdiff | raw | diff to current |
2013-09-16 |
Tim Northover | TableGen: fix constness of new comparison function. |
blob | commitdiff | raw | diff to current |
2013-09-16 |
Tim Northover | TableGen: give asm match classes deterministic order. |
blob | commitdiff | raw | diff to current |
2013-09-16 |
Tim Northover | AsmMatcher: emit subtarget feature enum in deterministi... |
blob | commitdiff | raw | diff to current |
2013-09-12 |
Joey Gouly | Add an instruction deprecation feature to TableGen. |
blob | commitdiff | raw | diff to current |
2013-08-29 |
Craig Topper | Move StringToOffsetTable into the TableGen include... |
blob | commitdiff | raw | diff to current |
2013-08-12 |
Richard Sandiford | Revert r188164: Stablize MCK_Reg ordering in AsmMatcher... |
blob | commitdiff | raw | diff to current |
2013-08-12 |
Richard Sandiford | Stablize MCK_Reg ordering in AsmMatcherEmitter |
blob | commitdiff | raw | diff to current |
2013-08-06 |
Reid Kleckner | Remove some std stream usage from Support and TableGen |
blob | commitdiff | raw | diff to current |
2013-08-01 |
Vladimir Medic | Moving definition of MnemonicContainsDot field from... |
blob | commitdiff | raw | diff to current |
2013-07-24 |
Craig Topper | Split generated asm mnemonic matching table into a... |
blob | commitdiff | raw | diff to current |
2013-07-16 |
Vladimir Medic | This patch allows targets to define weather the instruc... |
blob | commitdiff | raw | diff to current |
2013-07-15 |
Aaron Ballman | Teaching llvm-tblgen to not emit a switch statement... |
blob | commitdiff | raw | diff to current |
2013-04-27 |
Ulrich Weigand | Handle tied sub-operands in AsmMatcherEmitter |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Chad Rosier | [asm parser] Add support for predicating MnemonicAlias... |
blob | commitdiff | raw | diff to current |
2013-02-06 |
Jim Grosbach | Allow targets to add custom asm operand matching logic. |
blob | commitdiff | raw | diff to current |
2013-01-15 |
Chad Rosier | [ms-inline asm] Address the FIXME in AsmParser.cpp. |
blob | commitdiff | raw | diff to current |
2013-01-10 |
Tim Northover | Remove locale-dependence of enum mangling and use exist... |
blob | commitdiff | raw | diff to current |
2013-01-10 |
Tim Northover | Make TableGen mangle operand method names before puttin... |
blob | commitdiff | raw | diff to current |
2012-12-04 |
Chandler Carruth | Sort the #include lines for utils/... |
blob | commitdiff | raw | diff to current |
2012-10-25 |
Joerg Sonnenberger | Remove exception handling usage from tblgen. |
blob | commitdiff | raw | diff to current |
2012-10-12 |
Chad Rosier | [ms-inline asm] Use the new API introduced in r165830... |
blob | commitdiff | raw | diff to current |
2012-10-10 |
Sean Silva | tblgen: Use semantically correct RTTI functions. |
blob | commitdiff | raw | diff to current |
2012-10-10 |
Sean Silva | tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. |
blob | commitdiff | raw | diff to current |
2012-10-05 |
Chad Rosier | [ms-inline asm] Add a few typedefs to simplify future... |
blob | commitdiff | raw | diff to current |
2012-10-03 |
Chad Rosier | [ms-inline asm] Default to the 'm' constraint. This... |
blob | commitdiff | raw | diff to current |
2012-10-02 |
Chad Rosier | Fix 80-column violations. Cleanup whitespace in generat... |
blob | commitdiff | raw | diff to current |
2012-10-01 |
Chad Rosier | [ms-inline asm] Add the convertToMapAndConstraints... |
blob | commitdiff | raw | diff to current |
2012-09-24 |
Chad Rosier | Rather then have a wrapper function, have tblgen instan... |
blob | commitdiff | raw | diff to current |
2012-09-24 |
Chad Rosier | Rather then have a wrapper function, have tblgen instan... |
blob | commitdiff | raw | diff to current |
2012-09-21 |
Chad Rosier | [ms-inline asm] Expose the mnemonicIsValid() function... |
blob | commitdiff | raw | diff to current |
2012-09-21 |
Chad Rosier | Whitespace. |
blob | commitdiff | raw | diff to current |
2012-09-19 |
Sean Silva | Iterate deterministicaly over ClassInfo*'s |
blob | commitdiff | raw | diff to current |
2012-09-19 |
Sean Silva | Iterate deterministically over register classes |
blob | commitdiff | raw | diff to current |
2012-09-18 |
Craig Topper | Make custom operand parsing mnemonic indices use the... |
blob | commitdiff | raw | diff to current |
2012-09-18 |
Craig Topper | Use variable type for index into mnemonic table. Shrink... |
blob | commitdiff | raw | diff to current |
2012-09-18 |
Craig Topper | Mark asm matcher conversion table as const. |
blob | commitdiff | raw | diff to current |
2012-09-18 |
Craig Topper | Fix typo in comment. No functional change. |
blob | commitdiff | raw | diff to current |
2012-09-15 |
Dmitri Gribenko | Fix Doxygen issues: wrap code examples in \code and... |
blob | commitdiff | raw | diff to current |
2012-09-12 |
Jim Grosbach | TableGen: Convert an assert() to a proper diagnostic. |
blob | commitdiff | raw | diff to current |
2012-09-05 |
Chad Rosier | Fix function name per coding standard. |
blob | commitdiff | raw | diff to current |
2012-09-05 |
Chad Rosier | Fix function name per coding standard. |
blob | commitdiff | raw | diff to current |
2012-09-03 |
Chad Rosier | [ms-inline asm] Make comment more verbose and add an... |
blob | commitdiff | raw | diff to current |
2012-09-03 |
Chad Rosier | [ms-inline asm] Asm operands can map to one or more... |
blob | commitdiff | raw | diff to current |
2012-09-03 |
Chad Rosier | [ms-inline asm] Add an interface to the GetMCInstOperan... |
blob | commitdiff | raw | diff to current |
2012-09-03 |
Chad Rosier | Remove extraneous return. |
blob | commitdiff | raw | diff to current |
2012-09-03 |
Chad Rosier | [ms-inline asm] Return the MCOperandNum instead of... |
blob | commitdiff | raw | diff to current |
2012-09-03 |
Chad Rosier | Removed unused argument. |
blob | commitdiff | raw | diff to current |
2012-09-03 |
Chad Rosier | [ms-inline asm] Expose the Kind and Opcode variables... |
blob | commitdiff | raw | diff to current |
2012-08-31 |
Chad Rosier | Remove an unused argument. The MCInst opcode is set... |
blob | commitdiff | raw | diff to current |
2012-08-31 |
Chad Rosier | With the fix in r162954/162955 every cvt function retur... |
blob | commitdiff | raw | diff to current |
2012-08-30 |
Chad Rosier | Whitespace. |
blob | commitdiff | raw | diff to current |
2012-08-30 |
Chad Rosier | Whitespace. |
blob | commitdiff | raw | diff to current |
2012-08-30 |
Chad Rosier | Hoist a check to eliminate obvious mismatches as early... |
blob | commitdiff | raw | diff to current |
2012-08-30 |
Chad Rosier | [ms-inline asm] Add a new function, GetMCInstOperandNum... |
blob | commitdiff | raw | diff to current |
2012-08-29 |
Andrew Trick | Fix a nondeterminism in the ARM assembler. |
blob | commitdiff | raw | diff to current |
next |