aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2012-09-11Improve tblgen code cleanliness: create an unknown_class, from which the unkn...Owen Anderson
2012-09-11Compute a map from register names to registers, rather than scanning the list...Owen Anderson
2012-09-11Add TRI::getSubRegIndexLaneMask().Jakob Stoklund Olesen
2012-09-11Clean the sub-reg index composition maps at emission.Jakob Stoklund Olesen
2012-09-11Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen
2012-09-11Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper
2012-09-07Refactored DFA generator. Merged transition class into state class.Anshuman Dasgupta
2012-09-06Re-work bit/bits value resolving in tblgenMichael Liao
2012-09-06Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem
2012-09-05Constify subtarget info properly so that we dont cast away the const inRoman Divacky
2012-09-05Fix function name per coding standard.Chad Rosier
2012-09-05Fix function name per coding standard.Chad Rosier
2012-09-03[ms-inline asm] Make comment more verbose and add an assert.Chad Rosier
2012-09-03[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier
2012-09-03[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier
2012-09-03Remove extraneous return.Chad Rosier
2012-09-03[ms-inline asm] Return the MCOperandNum instead of passing a reference.Chad Rosier
2012-09-03Removed unused argument.Chad Rosier
2012-09-03[ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier
2012-08-31Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()Chad Rosier
2012-08-31Add support for converting llvm.fma to fma4 instructions.Craig Topper
2012-08-31With the fix in r162954/162955 every cvt function returns true. Thus, haveChad Rosier
2012-08-30Whitespace.Chad Rosier
2012-08-30Whitespace.Chad Rosier
2012-08-30Hoist a check to eliminate obvious mismatches as early as possible. Also, fixChad Rosier
2012-08-30[ms-inline asm] Add a new function, GetMCInstOperandNum, to theChad Rosier
2012-08-29Fix a nondeterminism in the ARM assembler.Andrew Trick
2012-08-28Check all patterns for missing instruction flags.Jakob Stoklund Olesen
2012-08-24Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith
2012-08-24Infer instruction properties from single-instruction patterns.Jakob Stoklund Olesen
2012-08-24Stop inferring isVariadic from instruction patterns.Jakob Stoklund Olesen
2012-08-24Verify explicit instruction properties when they can be inferred.Jakob Stoklund Olesen
2012-08-24Heed guessInstructionProperties, and stop warning on redundant flags.Jakob Stoklund Olesen
2012-08-23Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen
2012-08-23Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-22Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen
2012-08-22TblGen: Make asm-matcher ConvertToMCInst() table driven.Jim Grosbach
2012-08-21Formatting. No functional change.Chad Rosier
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka
2012-08-17Declare some for loop indices inside the for loop statement.Craig Topper
2012-08-17Fix up indentation of outputted decode function for readability.Craig Topper
2012-08-16Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen
2012-08-15Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen
2012-08-15Make synthesized sub-register indexes available in the target namespace.Jakob Stoklund Olesen
2012-08-15Fix a const violation in the generated disassembler.Benjamin Kramer
2012-08-14Switch the fixed-length disassembler to be table-driven.Jim Grosbach
2012-08-10Add some missing includes for the build against stdcxx.Joerg Sonnenberger
2012-08-08Added MispredictPenalty to SchedMachineModel.Andrew Trick