aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' into merge-2012_09_10Stephen Hines2012-09-1022-366/+657
|\
| * GTest on Android needs a custom tmpdir path.Evgeniy Stepanov2012-09-101-0/+4
| * lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hi...NAKAMURA Takumi2012-09-081-1/+1
| * Revert "Add -exact-match option to FileCheck to allow clients to do exact mat...Ted Kremenek2012-09-081-5/+1
| * Refactored DFA generator. Merged transition class into state class.Anshuman Dasgupta2012-09-071-117/+51
| * Add -exact-match option to FileCheck to allow clients to do exact matches wit...Ted Kremenek2012-09-071-1/+5
| * Re-work bit/bits value resolving in tblgenMichael Liao2012-09-062-2/+2
| * Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard2012-09-064-52/+41
| * Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-0/+2
| * Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-051-1/+1
| * Fix function name per coding standard.Chad Rosier2012-09-051-3/+3
| * Fix function name per coding standard.Chad Rosier2012-09-051-4/+4
| * [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-041-1/+0
| * [LIT] Add a clang_tools_extra_site_cfg to match the various other site_cfg.David Blaikie2012-09-041-4/+9
| * Fix Android build of gtest and lib/Support.Evgeniy Stepanov2012-09-041-1/+1
| * [ms-inline asm] Make comment more verbose and add an assert.Chad Rosier2012-09-031-1/+2
| * [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-031-2/+20
| * [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-031-6/+7
| * Remove extraneous return.Chad Rosier2012-09-031-1/+1
| * [ms-inline asm] Return the MCOperandNum instead of passing a reference.Chad Rosier2012-09-031-10/+9
| * Removed unused argument.Chad Rosier2012-09-031-5/+4
| * [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-031-5/+8
| * Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()Chad Rosier2012-08-311-1/+1
| * Add support for converting llvm.fma to fma4 instructions.Craig Topper2012-08-311-0/+2
| * With the fix in r162954/162955 every cvt function returns true. Thus, haveChad Rosier2012-08-311-13/+11
| * Whitespace.Chad Rosier2012-08-301-1/+1
| * Whitespace.Chad Rosier2012-08-301-1/+1
| * Hoist a check to eliminate obvious mismatches as early as possible. Also, fixChad Rosier2012-08-301-8/+8
| * [ms-inline asm] Add a new function, GetMCInstOperandNum, to theChad Rosier2012-08-301-1/+43
| * Fix a nondeterminism in the ARM assembler.Andrew Trick2012-08-291-0/+9
| * Check all patterns for missing instruction flags.Jakob Stoklund Olesen2012-08-282-0/+72
| * Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-241-12/+5
| * Infer instruction properties from single-instruction patterns.Jakob Stoklund Olesen2012-08-241-0/+39
| * Stop inferring isVariadic from instruction patterns.Jakob Stoklund Olesen2012-08-241-1/+5
| * Verify explicit instruction properties when they can be inferred.Jakob Stoklund Olesen2012-08-241-2/+39
| * Heed guessInstructionProperties, and stop warning on redundant flags.Jakob Stoklund Olesen2012-08-243-93/+92
| * Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-232-4/+11
| * Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen2012-08-232-0/+13
| * Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-232-3/+3
| * Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-224-5/+5
| * TblGen: Make asm-matcher ConvertToMCInst() table driven.Jim Grosbach2012-08-221-55/+177
* | Merge branch 'upstream' into merge_2Stephen Hines2012-08-2324-765/+2015
|\ \ | |/
| * Formatting. No functional change.Chad Rosier2012-08-211-2/+2
| * Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-171-1/+3
| * Declare some for loop indices inside the for loop statement.Craig Topper2012-08-171-20/+13
| * Fix up indentation of outputted decode function for readability.Craig Topper2012-08-171-8/+8
| * lit: Show actually created count of threads. The incorrect threads count is p...NAKAMURA Takumi2012-08-171-3/+3
| * Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen2012-08-163-0/+3
| * Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen2012-08-151-9/+22
| * Make synthesized sub-register indexes available in the target namespace.Jakob Stoklund Olesen2012-08-153-33/+30