summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
...
* Clarify intent.Jakob Stoklund Olesen2013-01-31
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* [ms-inline asm] Address the FIXME in AsmParser.cpp.Chad Rosier2013-01-15
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-11
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-10
* Remove locale-dependence of enum mangling and use existing function.Tim Northover2013-01-10
* Make TableGen mangle operand method names before putting in enum.Tim Northover2013-01-10
* Check whether MCInst operand isImm before calling getImm.Tim Northover2013-01-09
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-02
* TableGen/FixedLenDecoderEmitter.cpp: Fix a potential mask overflow in fieldFr...NAKAMURA Takumi2012-12-26
* Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky2012-12-24
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-22
* Fix an uninitialized member variable, found by -fsanitize=bool.Richard Smith2012-12-20
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-19
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Fix PR14568: Avoid the DFA packetizer from making an invalid readAnshuman Dasgupta2012-12-10
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* RegisterPresssureTracker: Track live physical register by unit.Andrew Trick2012-12-05
* RegisterPressure API. Add support for physical register units.Andrew Trick2012-12-05
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-05
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen2012-11-29
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-28
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-20
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-16
* Fix issue with invalid flat operand numberEvandro Menezes2012-11-09
* Fix issue with invalid flat operand numberEvandro Menezes2012-11-09
* Add support of RTM from TSX extensionMichael Liao2012-11-08
* Fix a build problem with xlc. The error message wasRafael Espindola2012-11-02
* Generate a table-driven version of TRI::composeSubRegIndices().Jakob Stoklund Olesen2012-11-01
* Don't return false when the function's return type is a pointer.Kaelyn Uhrain2012-10-25
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* Remove unused member & unnecessary semicolon.David Blaikie2012-10-25
* llvm/utils/TableGen/CMakeLists.txt: Update corresponding to r166685.NAKAMURA Takumi2012-10-25
* add TableGen support to create relationship maps between instructionsSebastian Pop2012-10-25
* Don't use stack unwinding to provide the location information forJoerg Sonnenberger2012-10-24
* Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src",Lang Hames2012-10-20
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-12
* Change (!list.size() == 0) to (!list.empty()). No functional change.Richard Trieu2012-10-12
* Remove unnecessary classof()'sSean Silva2012-10-11
* Remove extra semicolons.Chad Rosier2012-10-11
* tblgen: Compile TableGen without RTTI.Sean Silva2012-10-10
* tblgen: Move mini Type hierarchy to LLVM-style RTTI.Sean Silva2012-10-10
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-10
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-10