aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2011-02-09llvm-lit may be able to invoke clang tests.NAKAMURA Takumi
2011-02-07Implement support for custom target specific asm parsing of operands.Bruno Cardoso Lopes
2011-02-04MC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmParser instance, whichDaniel Dunbar
2011-02-04Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim
2011-02-04MC/AsmParser: Add support for allowing the conversion process to fail (viaDaniel Dunbar
2011-02-04MC/AsmMatcher: Add support for custom conversion functions.Daniel Dunbar
2011-02-04Silence uninitialized value warnings.David Greene
2011-02-04Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi
2011-02-03Tidy up a bit.Jim Grosbach
2011-02-03Changes for building Clang and others using LLVM as an externalOscar Fuentes
2011-02-02Changed the TableGen created MatchInstructionImpl() setting of ErrorInfo.Kevin Enderby
2011-02-01Update to match changes in lldb interface.Devang Patel
2011-02-01[AVX] Implement EnforceSmallerThan for mixed int/fp type lists. ThisDavid Greene
2011-01-31Tidy up. Devang Patel
2011-01-31Focus on arguments for now.Devang Patel
2011-01-27Fix a comment typo.Bob Wilson
2011-01-27Clang: separate the access-control diagnostics from other diagnostics that do...Douglas Gregor
2011-01-26Add a MnemonicIsValid method to the asm matcher.Bob Wilson
2011-01-26Fix spelling of CouldMatchAmbiguouslyWith method name.Bob Wilson
2011-01-26Whitespace and 80-column fixes.Bob Wilson
2011-01-26Improve the AsmMatcher's ability to handle suboperands.Bob Wilson
2011-01-26- Do not try to print nameless variable's info. Devang Patel
2011-01-26TableGen: PointerLikeRegClass can be accepted to operand.NAKAMURA Takumi
2011-01-26Fix whitespace.NAKAMURA Takumi
2011-01-24tblgen/AsmMatcherEmitter: Fix alias handling to honor -match-prefix.Daniel Dunbar
2011-01-24[AVX] Add type checking support for vector/subvector type constraints.David Greene
2011-01-22ARM uses '.' in their tokens. Give it a name instead of a numeric value.Bill Wendling
2011-01-21tblgen: Add support for non-inheritable attributesPeter Collingbourne
2011-01-20Move InstAlias check of argument types to a separate loop.Bob Wilson
2011-01-20Tidy comment.Bob Wilson
2011-01-20Fix broken check for InstAlias argument used with different types.Bob Wilson
2011-01-20Precompute InstAlias operand mapping to result instruction operand indices.Bob Wilson
2011-01-19Fix comment for gen-clang-decl-nodes tblgen backend, from Michael HanDouglas Gregor
2011-01-18When matching asm operands, always try to match the most restricted type first.Owen Anderson
2011-01-18Add support for parsing and encoding ARM's official syntax for the BFI instru...Bruno Cardoso Lopes
2011-01-18Formatting tweak.Daniel Dunbar
2011-01-14Fix some tablegen issues to allow using zero_reg for InstAlias definitions.Bob Wilson
2011-01-13Add support to the ARM MC infrastructure to support mcr and friends. This req...Owen Anderson
2011-01-13Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng
2011-01-11McARM: Write a silly Python script to compute some hard coded info from theDaniel Dunbar
2011-01-10MC/AsmMatcher: Fix indirect 80-col viola.Daniel Dunbar
2011-01-08On Windows, replace each occurrence of '\' by '\\' on the replacement string....Francois Pichet
2011-01-08I don't think I could find a 10.2.x box if I tried.Eric Christopher
2011-01-07Use __builtin_shufflevector to implement vget_low and vget_high intrinsics.Bob Wilson
2011-01-07Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene
2011-01-04Disable r122754 on Windows: was causing all lit tests to fail.Francois Pichet
2011-01-03Reapply 122341 to fix PR8199 now that clang changes are in.David Greene
2010-12-24Trailing whitespace.Jim Grosbach
2010-12-23Flag -> Glue, the ongoing sagaChris Lattner
2010-12-23flags -> glue for selectiondagChris Lattner