aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2012-05-16Significantly reduce the compiled size of Functions.cpp by turning a big blob...Chris Lattner
2012-05-16have tblgen emit cast<> instead of dyn_cast<> when we know it must succeed.Chris Lattner
2012-05-15TableGen'erate mapping physical registers to encoding values.Jim Grosbach
2012-05-15Create a struct representing register units in TableGen.Jakob Stoklund Olesen
2012-05-14Consider ad hoc aliasing when building RegUnits.Jakob Stoklund Olesen
2012-05-14Record the ad hoc aliasing graph in CodeGenRegister.Jakob Stoklund Olesen
2012-05-14Compute topological signatures of registers.Jakob Stoklund Olesen
2012-05-12Speed up computeComposites() by using the new SubReg -> SubIdx map.Jakob Stoklund Olesen
2012-05-11Remove extraneous ; and the resulting warning.Bill Wendling
2012-05-11Defer computation of SuperRegs.Jakob Stoklund Olesen
2012-05-10Compute secondary sub-registers.Jakob Stoklund Olesen
2012-05-10Precompute lists of explicit sub-registers and indices.Jakob Stoklund Olesen
2012-05-10Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.Andrew Trick
2012-05-09Fix warning text.Jakob Stoklund Olesen
2012-05-09Compute a backwards SubReg -> SubRegIndex map for each register.Jakob Stoklund Olesen
2012-05-09Rename getSubRegs() to computeSubRegs().Jakob Stoklund Olesen
2012-05-06TableGen: AsmMatcher diagnostic when missing instruction mnemonic.Jim Grosbach
2012-05-04Order register classes by spill size first, members last.Jakob Stoklund Olesen
2012-05-04Remove TargetRegisterClass::SuperRegClasses.Jakob Stoklund Olesen
2012-05-03Use a shared implementation of getMatchingSuperRegClass().Jakob Stoklund Olesen
2012-05-03Add TargetRegisterClass::getSuperRegIndices().Jakob Stoklund Olesen
2012-05-03Emit SuperRegMasks as part of the existing SubClassMask arrays.Jakob Stoklund Olesen
2012-05-03Compress tables for getMatchingSuperRegClass().Jakob Stoklund Olesen
2012-05-03Don't override subreg functions in targets without subregisters.Jakob Stoklund Olesen
2012-05-02Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor
2012-04-25Add ifdef around getSubtargetFeatureName in tablegen output file so that only...Craig Topper
2012-04-24ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach
2012-04-21Remove 'XXXRegisterClass' from tablegen output. Targets should use '&XXXRegCl...Craig Topper
2012-04-20TableGen'd RegPressure: Added getPressureSetName.Andrew Trick
2012-04-19TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach
2012-04-19Use a SmallVector instead of std::vector for ResOperands.Jim Grosbach
2012-04-19Update some internal naming conventions to modern style.Jim Grosbach
2012-04-19Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional...Craig Topper
2012-04-18Fix typo.Jim Grosbach
2012-04-18Revert "Replace some uses of std:map<std::string,...> with StringMap."Jim Grosbach
2012-04-18tblgen: remove duplicated newlines.Benjamin Kramer
2012-04-18Replace some uses of std:map<std::string,...> with StringMap.Jim Grosbach
2012-04-18Use SmallVector for the requirements on an InstAlias.Jim Grosbach
2012-04-18Tidy up. Formatting.Jim Grosbach
2012-04-18Move a few more warnings to use PrintWarning().Jim Grosbach
2012-04-18Tidy up. No need for a Twine here, as it's just constants.Jim Grosbach
2012-04-18Formatting.Jim Grosbach
2012-04-18Tidy up. Add a '.' at the end of the sentence.Jim Grosbach
2012-04-18Clean up warning text. Remove extraneous prefix.Jim Grosbach
2012-04-18TableGen use PrintWarning rather than fprintf(stderr,...) for warnings.Jim Grosbach
2012-04-18Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...Silviu Baranga
2012-04-17Sanity check error handling for TokenAlias.Jim Grosbach
2012-04-17Tidy up. 80 columns.Jim Grosbach
2012-04-13Fix target specific intrinsic handling to adjust intrinsic number before doin...Craig Topper
2012-04-11Remove incorrect comment.Jim Grosbach