summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2012-09-13AsmWriterEmitter: OpInfo2 should be unsigned 16-bit.mren1-1/+1
2012-09-13AsmWriterEmitter: increase the number of bits for OpcodeInfo from 32-bit toManman Ren1-11/+46
2012-09-13Fix Doxygen issues:Dmitri Gribenko2-20/+21
2012-09-13Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper1-2/+15
2012-09-12TableGen: Convert an assert() to a proper diagnostic.Jim Grosbach1-1/+3
2012-09-12Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko1-20/+21
2012-09-11Improve tblgen code cleanliness: create an unknown_class, from which the unkn...Owen Anderson2-3/+3
2012-09-11Compute a map from register names to registers, rather than scanning the list...Owen Anderson3-6/+15
2012-09-11Add TRI::getSubRegIndexLaneMask().Jakob Stoklund Olesen3-6/+68
2012-09-11Clean the sub-reg index composition maps at emission.Jakob Stoklund Olesen3-20/+2
2012-09-11Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen1-2/+2
2012-09-11Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper1-0/+4
2012-09-10GTest on Android needs a custom tmpdir path.Evgeniy Stepanov1-0/+4
2012-09-08lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hi...NAKAMURA Takumi1-1/+1
2012-09-08Revert "Add -exact-match option to FileCheck to allow clients to do exact mat...Ted Kremenek1-5/+1
2012-09-07Refactored DFA generator. Merged transition class into state class.Anshuman Dasgupta1-117/+51
2012-09-07Add -exact-match option to FileCheck to allow clients to do exact matches wit...Ted Kremenek1-1/+5
2012-09-06Re-work bit/bits value resolving in tblgenMichael Liao2-2/+2
2012-09-06Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard4-52/+41
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem1-0/+2
2012-09-05Constify subtarget info properly so that we dont cast away the const inRoman Divacky1-1/+1
2012-09-05Fix function name per coding standard.Chad Rosier1-3/+3
2012-09-05Fix function name per coding standard.Chad Rosier1-4/+4
2012-09-04[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier1-1/+0
2012-09-04[LIT] Add a clang_tools_extra_site_cfg to match the various other site_cfg.David Blaikie1-4/+9
2012-09-04Fix Android build of gtest and lib/Support.Evgeniy Stepanov1-1/+1
2012-09-03[ms-inline asm] Make comment more verbose and add an assert.Chad Rosier1-1/+2
2012-09-03[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier1-2/+20
2012-09-03[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier1-6/+7
2012-09-03Remove extraneous return.Chad Rosier1-1/+1
2012-09-03[ms-inline asm] Return the MCOperandNum instead of passing a reference.Chad Rosier1-10/+9
2012-09-03Removed unused argument.Chad Rosier1-5/+4
2012-09-03[ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier1-5/+8
2012-08-31Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()Chad Rosier1-1/+1
2012-08-31Add support for converting llvm.fma to fma4 instructions.Craig Topper1-0/+2
2012-08-31With the fix in r162954/162955 every cvt function returns true. Thus, haveChad Rosier1-13/+11
2012-08-30Whitespace.Chad Rosier1-1/+1
2012-08-30Whitespace.Chad Rosier1-1/+1
2012-08-30Hoist a check to eliminate obvious mismatches as early as possible. Also, fixChad Rosier1-8/+8
2012-08-30[ms-inline asm] Add a new function, GetMCInstOperandNum, to theChad Rosier1-1/+43
2012-08-29Fix a nondeterminism in the ARM assembler.Andrew Trick1-0/+9
2012-08-28Check all patterns for missing instruction flags.Jakob Stoklund Olesen2-0/+72
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith1-12/+5
2012-08-24Infer instruction properties from single-instruction patterns.Jakob Stoklund Olesen1-0/+39
2012-08-24Stop inferring isVariadic from instruction patterns.Jakob Stoklund Olesen1-1/+5
2012-08-24Verify explicit instruction properties when they can be inferred.Jakob Stoklund Olesen1-2/+39
2012-08-24Heed guessInstructionProperties, and stop warning on redundant flags.Jakob Stoklund Olesen3-93/+92
2012-08-23Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2-4/+11
2012-08-23Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen2-0/+13
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2-3/+3