summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2011-01-08On Windows, replace each occurrence of '\' by '\\' on the replacement string....Francois Pichet1-4/+2
2011-01-08I don't think I could find a 10.2.x box if I tried.Eric Christopher1-5/+0
2011-01-07Use __builtin_shufflevector to implement vget_low and vget_high intrinsics.Bob Wilson1-15/+5
2011-01-07Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene5-30/+30
2011-01-04Disable r122754 on Windows: was causing all lit tests to fail.Francois Pichet1-1/+5
2011-01-03Reapply 122341 to fix PR8199 now that clang changes are in.David Greene1-2/+6
2010-12-24Trailing whitespace.Jim Grosbach1-96/+96
2010-12-23Flag -> Glue, the ongoing sagaChris Lattner7-25/+25
2010-12-23flags -> glue for selectiondagChris Lattner1-4/+4
2010-12-23sdisel flag -> glue.Chris Lattner1-2/+2
2010-12-23continue renaming flag -> glue.Chris Lattner5-71/+71
2010-12-23Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin1-1/+1
2010-12-23Default to armv7 instead of armv6.Bill Wendling1-1/+1
2010-12-21Revert 122341. It breaks some darwin tests.David Greene1-6/+2
2010-12-21Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene1-2/+6
2010-12-21Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.Jim Grosbach4-536/+536
2010-12-21rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2-2/+2
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer1-1/+1
2010-12-18Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson1-1/+1
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer1-1/+1
2010-12-17Neon intrinsic tests need to be compiled for Cortex-A9 for f16 support.Bob Wilson1-1/+1
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer3-16/+18
2010-12-15Teach the Neon intrinsic generator to widen half-precision float types.Bob Wilson1-0/+2
2010-12-15Add a Neon intrinsic test generator.Bob Wilson3-1/+115
2010-12-15Fix Neon intrinsic immediate range checking for some double-register operands.Bob Wilson1-3/+7
2010-12-15various cleanups to tblgen, patch by Garrison Venn!Chris Lattner7-28/+19
2010-12-15llvmc: make switch options ZeroOrMore by default.Mikhail Glushenkov1-1/+8
2010-12-14Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of allJakob Stoklund Olesen1-13/+5
2010-12-14Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755Jim Grosbach2-8/+4
2010-12-14The tLDR et al instructions were emitting either a reg/reg or reg/immBill Wendling1-6/+8
2010-12-14Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ...Owen Anderson1-0/+1
2010-12-13Remove the rest of the *_sfp Neon instruction patterns.Bob Wilson1-5/+0
2010-12-13Revert r121721, which broke buildbots.Owen Anderson1-1/+0
2010-12-13Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...Owen Anderson1-0/+1
2010-12-13In Thumb2, direct branches can be encoded as either a "short" conditional bra...Owen Anderson2-0/+3
2010-12-13Add support for using the `!if' operator when initializing variables:Bill Wendling3-18/+100
2010-12-13Move <map> include out of .h and into .cpp.Bill Wendling2-1/+1
2010-12-13Merge DEBUG statements.Bill Wendling1-8/+8
2010-12-13eliminate the Records global variable, patch by Garrison Venn!Chris Lattner21-59/+104
2010-12-13clean up RecordKeeper::getAllDerivedDefinitions, patch by Garrison Venn!Chris Lattner1-1/+1
2010-12-10Get rid of ellipses.Bill Wendling1-7/+7
2010-12-10Thumb unconditional branch binary encoding. rdar://8754994Jim Grosbach1-0/+1
2010-12-10Thumb conditional branch binary encodings. rdar://8745367Jim Grosbach1-0/+1
2010-12-10The Neon vqdmlsl_lane and vqdmlal_lane intrinsics have 4 arguments, not 3.Bob Wilson1-4/+4
2010-12-09Add initial support to measure local variables.Devang Patel2-10/+33
2010-12-09Thumb needs a few different encoding schemes for branch targets. RenameJim Grosbach1-1/+1
2010-12-0980-column fixes.Bob Wilson1-13/+26
2010-12-09Add a license comment to the generated arm_neon.h header.Bob Wilson1-3/+23
2010-12-09Missed FileUpdate because CMake doesn't build it yet :(.Michael J. Spencer1-4/+6
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2-11/+11