aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2010-09-03Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene
2010-09-03Stop emitting predicate functions. They are no longer used.Jakob Stoklund Olesen
2010-09-01remove dead code.Chris Lattner
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-28more dead thing zapping.Chris Lattner
2010-08-28zap dead methodChris Lattner
2010-08-27Fix a comment typo.Bob Wilson
2010-08-25Allow strict subclasses of register classes, this way we can handleEric Christopher
2010-08-25Split out register class subclassing to a separate function and clean upEric Christopher
2010-08-24Fix comment.Eric Christopher
2010-08-24llvmc: Improve error handling in EmitEdgeClasses().Mikhail Glushenkov
2010-08-23llvmc: Make syntax more consistent.Mikhail Glushenkov
2010-08-23llvmc: Allow multiple LanguageMaps.Mikhail Glushenkov
2010-08-23llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov
2010-08-23llvmc: Do not mention plugins in the code.Mikhail Glushenkov
2010-08-23Fix some GCC warnings by providing a virtual destructor in the base of a classChandler Carruth
2010-08-20llvmc: Fix alias generation.Mikhail Glushenkov
2010-08-20Convert tablegen to use tool_output_file.Dan Gohman
2010-08-20llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov
2010-08-20llvmc: Cut global namespace pollution.Mikhail Glushenkov
2010-08-19llvmc: Update examples.Mikhail Glushenkov
2010-08-19Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman
2010-08-19Add include missing for VC build.Sean Hunt
2010-08-19Remove three spurious semicolonsSean Hunt
2010-08-18Finish full attribute class emission for clang.Sean Hunt
2010-08-17Remove predicate workaround, we're going to require that predicateEric Christopher
2010-08-16Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-08-13Revert r111007.Mikhail Glushenkov
2010-08-13Add a workaround for building with Clang.Mikhail Glushenkov
2010-08-13llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov
2010-08-12Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen
2010-08-12tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar
2010-08-11Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson
2010-08-11tblgen/AsmMatcher: Treat '.' in assembly strings as a token separator.Daniel Dunbar
2010-08-11tblgen/AsmMatcher: Downgrade instructions with tied operands to a debug-only ...Daniel Dunbar
2010-08-11Add a separate ARM instruction format for Saturate instructions.Bob Wilson
2010-08-10We already have this as OperandNode.Eric Christopher
2010-08-08Add back in r109901, which adds a Compare flag to the target instructions. It'sBill Wendling
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola
2010-08-06Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn'tBill Wendling
2010-08-06Moar words!Eric Christopher
2010-08-06Add tablegen support for vdup_laneNate Begeman
2010-08-05Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman
2010-07-30Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling
2010-07-30Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach
2010-07-28Fix a warning from gcc-4.0 (from the ppc buildbot).Bob Wilson
2010-07-28Filter out patterns that have PredicateOperands.Eric Christopher
2010-07-27Return -1 only on failure to execute a program.Mikhail Glushenkov
2010-07-2680-col.Eric Christopher