summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* llvmc: Update examples.Mikhail Glushenkov2010-08-19
* Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman2010-08-19
* Add include missing for VC build.Sean Hunt2010-08-19
* Remove three spurious semicolonsSean Hunt2010-08-19
* Finish full attribute class emission for clang.Sean Hunt2010-08-18
* Remove predicate workaround, we're going to require that predicateEric Christopher2010-08-17
* Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson2010-08-16
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* Revert r111007.Mikhail Glushenkov2010-08-13
* Add a workaround for building with Clang.Mikhail Glushenkov2010-08-13
* llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov2010-08-13
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-12
* tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar2010-08-12
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-11
* tblgen/AsmMatcher: Treat '.' in assembly strings as a token separator.Daniel Dunbar2010-08-11
* tblgen/AsmMatcher: Downgrade instructions with tied operands to a debug-only ...Daniel Dunbar2010-08-11
* Add a separate ARM instruction format for Saturate instructions.Bob Wilson2010-08-11
* We already have this as OperandNode.Eric Christopher2010-08-10
* Add back in r109901, which adds a Compare flag to the target instructions. It'sBill Wendling2010-08-08
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-06
* Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn'tBill Wendling2010-08-06
* Moar words!Eric Christopher2010-08-06
* Add tablegen support for vdup_laneNate Begeman2010-08-06
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-05
* Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling2010-07-30
* Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach2010-07-30
* Fix a warning from gcc-4.0 (from the ppc buildbot).Bob Wilson2010-07-28
* Filter out patterns that have PredicateOperands.Eric Christopher2010-07-28
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-27
* 80-col.Eric Christopher2010-07-26
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-23
* Hack around extracts that aren't easy to process.Eric Christopher2010-07-21
* remove option from tablegen for building static header.Chris Lattner2010-07-20
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-19
* Remove code duplication.Mikhail Glushenkov2010-07-19
* Better error reporting for switch_list.Mikhail Glushenkov2010-07-19
* TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar2010-07-19
* llvmc: Add a new option type (switch_list).Mikhail Glushenkov2010-07-19
* Update comment.Bill Wendling2010-07-16
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-16
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Replace copyRegToReg with COPY in FastISelEmitter.Jakob Stoklund Olesen2010-07-11
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-10
* Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes2010-07-09
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-09
* These changes should have accompanied r107943.Dan Gohman2010-07-09
* Changes to ARM tail calls, mostly cosmetic.Dale Johannesen2010-07-08
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-08
* Implement the major chunk of PR7195: support for 'callw'Chris Lattner2010-07-07
* Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman2010-07-07