aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo.Kevin Enderby2011-02-021-3/+1
* Update to match changes in lldb interface.Devang Patel2011-02-011-1/+2
* [AVX] Implement EnforceSmallerThan for mixed int/fp type lists. ThisDavid Greene2011-02-011-27/+130
* Tidy up. Devang Patel2011-01-311-35/+132
* Focus on arguments for now.Devang Patel2011-01-311-2/+2
* 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
* - Do not try to print nameless variable's info. Devang Patel2011-01-261-22/+28
* 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
* McARM: Write a silly Python script to compute some hard coded info from theDaniel Dunbar2011-01-111-0/+61
* MC/AsmMatcher: Fix indirect 80-col viola.Daniel Dunbar2011-01-101-6/+3
* On Windows, replace each occurrence of '\' by '\\' on the replacement string....Francois Pichet2011-01-081-4/+2
* I don't think I could find a 10.2.x box if I tried.Eric Christopher2011-01-081-5/+0
* 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
* Disable r122754 on Windows: was causing all lit tests to fail.Francois Pichet2011-01-041-1/+5
* Reapply 122341 to fix PR8199 now that clang changes are in.David Greene2011-01-031-2/+6
* 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
* Default to armv7 instead of armv6.Bill Wendling2010-12-231-1/+1
* Revert 122341. It breaks some darwin tests.David Greene2010-12-211-6/+2
* Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene2010-12-211-2/+6
* 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
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-181-1/+1
* Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson2010-12-181-1/+1