aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Tidy up a bit.Jim Grosbach2011-02-031-3/+3
* Changes for building Clang and others using LLVM as an externalOscar Fuentes2011-02-031-0/+4
* Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo.Kevin Enderby2011-02-021-3/+1
* [AVX] Implement EnforceSmallerThan for mixed int/fp type lists. ThisDavid Greene2011-02-011-27/+130
* Fix a comment typo.Bob Wilson2011-01-271-1/+1
* Clang: separate the access-control diagnostics from other diagnostics that do...Douglas Gregor2011-01-271-1/+7
* Add a MnemonicIsValid method to the asm matcher.Bob Wilson2011-01-261-0/+11
* Fix spelling of CouldMatchAmbiguouslyWith method name.Bob Wilson2011-01-261-4/+4
* Whitespace and 80-column fixes.Bob Wilson2011-01-261-119/+109
* Improve the AsmMatcher's ability to handle suboperands.Bob Wilson2011-01-263-172/+247
* TableGen: PointerLikeRegClass can be accepted to operand.NAKAMURA Takumi2011-01-262-2/+4
* Fix whitespace.NAKAMURA Takumi2011-01-261-58/+58
* tblgen/AsmMatcherEmitter: Fix alias handling to honor -match-prefix.Daniel Dunbar2011-01-241-0/+11
* [AVX] Add type checking support for vector/subvector type constraints.David Greene2011-01-242-1/+54
* ARM uses '.' in their tokens. Give it a name instead of a numeric value.Bill Wendling2011-01-221-0/+1
* tblgen: Add support for non-inheritable attributesPeter Collingbourne2011-01-211-12/+47
* Move InstAlias check of argument types to a separate loop.Bob Wilson2011-01-201-11/+14
* Tidy comment.Bob Wilson2011-01-201-2/+2
* Fix broken check for InstAlias argument used with different types.Bob Wilson2011-01-201-0/+1
* Precompute InstAlias operand mapping to result instruction operand indices.Bob Wilson2011-01-203-24/+9
* Fix comment for gen-clang-decl-nodes tblgen backend, from Michael HanDouglas Gregor2011-01-191-1/+1
* When matching asm operands, always try to match the most restricted type first.Owen Anderson2011-01-181-3/+36
* Add support for parsing and encoding ARM's official syntax for the BFI instru...Bruno Cardoso Lopes2011-01-182-0/+6
* Formatting tweak.Daniel Dunbar2011-01-181-1/+1
* Fix some tablegen issues to allow using zero_reg for InstAlias definitions.Bob Wilson2011-01-142-3/+23
* Add support to the ARM MC infrastructure to support mcr and friends. This req...Owen Anderson2011-01-131-0/+2
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-131-1/+1
* MC/AsmMatcher: Fix indirect 80-col viola.Daniel Dunbar2011-01-101-6/+3
* Use __builtin_shufflevector to implement vget_low and vget_high intrinsics.Bob Wilson2011-01-071-15/+5
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-075-30/+30
* Trailing whitespace.Jim Grosbach2010-12-241-96/+96
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-237-25/+25
* flags -> glue for selectiondagChris Lattner2010-12-231-4/+4
* sdisel flag -> glue.Chris Lattner2010-12-231-2/+2
* continue renaming flag -> glue.Chris Lattner2010-12-235-71/+71
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-231-1/+1
* Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.Jim Grosbach2010-12-214-536/+536
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-212-2/+2
* Neon intrinsic tests need to be compiled for Cortex-A9 for f16 support.Bob Wilson2010-12-171-1/+1
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-3/+4
* Teach the Neon intrinsic generator to widen half-precision float types.Bob Wilson2010-12-151-0/+2
* Add a Neon intrinsic test generator.Bob Wilson2010-12-153-1/+115
* Fix Neon intrinsic immediate range checking for some double-register operands.Bob Wilson2010-12-151-3/+7
* various cleanups to tblgen, patch by Garrison Venn!Chris Lattner2010-12-157-28/+19
* llvmc: make switch options ZeroOrMore by default.Mikhail Glushenkov2010-12-151-1/+8
* Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of allJakob Stoklund Olesen2010-12-141-13/+5
* Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755Jim Grosbach2010-12-142-8/+4
* The tLDR et al instructions were emitting either a reg/reg or reg/immBill Wendling2010-12-141-6/+8
* Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ...Owen Anderson2010-12-141-0/+1
* Remove the rest of the *_sfp Neon instruction patterns.Bob Wilson2010-12-131-5/+0