aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-181-1/+1
* 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-163-16/+18
* 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
* Revert r121721, which broke buildbots.Owen Anderson2010-12-131-1/+0
* Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...Owen Anderson2010-12-131-0/+1
* In Thumb2, direct branches can be encoded as either a "short" conditional bra...Owen Anderson2010-12-132-0/+3