aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* more dead thing zapping.Chris Lattner2010-08-281-17/+1
* zap dead methodChris Lattner2010-08-281-2/+0
* Fix a comment typo.Bob Wilson2010-08-271-1/+1
* Allow strict subclasses of register classes, this way we can handleEric Christopher2010-08-251-2/+3
* Split out register class subclassing to a separate function and clean upEric Christopher2010-08-252-29/+33
* Fix comment.Eric Christopher2010-08-241-2/+2
* llvmc: Improve error handling in EmitEdgeClasses().Mikhail Glushenkov2010-08-241-14/+24
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-231-79/+116
* llvmc: Allow multiple LanguageMaps.Mikhail Glushenkov2010-08-231-5/+5
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-231-11/+8
* llvmc: Do not mention plugins in the code.Mikhail Glushenkov2010-08-231-18/+14
* Fix some GCC warnings by providing a virtual destructor in the base of a classChandler Carruth2010-08-231-0/+1
* llvmc: Fix alias generation.Mikhail Glushenkov2010-08-201-1/+1
* Convert tablegen to use tool_output_file.Dan Gohman2010-08-201-6/+3
* llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov2010-08-201-15/+26
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-201-2/+7
* llvmc: Update examples.Mikhail Glushenkov2010-08-191-2/+0
* Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman2010-08-191-1/+1
* Add include missing for VC build.Sean Hunt2010-08-191-0/+1
* Remove three spurious semicolonsSean Hunt2010-08-191-3/+3
* Finish full attribute class emission for clang.Sean Hunt2010-08-183-14/+625
* Remove predicate workaround, we're going to require that predicateEric Christopher2010-08-171-9/+0
* Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson2010-08-161-1/+1
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-151-115/+33
* Revert r111007.Mikhail Glushenkov2010-08-132-19/+5
* Add a workaround for building with Clang.Mikhail Glushenkov2010-08-132-5/+19
* llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov2010-08-131-3/+4
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-121-0/+1
* tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar2010-08-121-6/+3
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-111-0/+1
* tblgen/AsmMatcher: Treat '.' in assembly strings as a token separator.Daniel Dunbar2010-08-111-0/+8
* tblgen/AsmMatcher: Downgrade instructions with tied operands to a debug-only ...Daniel Dunbar2010-08-111-3/+6
* Add a separate ARM instruction format for Saturate instructions.Bob Wilson2010-08-111-30/+29
* We already have this as OperandNode.Eric Christopher2010-08-101-5/+2
* Add back in r109901, which adds a Compare flag to the target instructions. It'sBill Wendling2010-08-083-0/+3
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-061-0/+2
* Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn'tBill Wendling2010-08-063-3/+0
* Moar words!Eric Christopher2010-08-061-1/+1
* Add tablegen support for vdup_laneNate Begeman2010-08-061-3/+6
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-054-10/+8
* Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling2010-07-303-0/+3
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-301-0/+1
* Fix a warning from gcc-4.0 (from the ppc buildbot).Bob Wilson2010-07-281-0/+2
* Filter out patterns that have PredicateOperands.Eric Christopher2010-07-281-0/+12
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-271-1/+1
* 80-col.Eric Christopher2010-07-261-2/+4
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-231-35/+51
* Hack around extracts that aren't easy to process.Eric Christopher2010-07-211-0/+4
* remove option from tablegen for building static header.Chris Lattner2010-07-203-27/+1
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-191-0/+1