aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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-08Lit: rewind WinWaitReleased() stuff in TestRunner.NAKAMURA Takumi
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd
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-03Add the half type to the LLVM IR vim syntax highlighting.Owen Anderson
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-20Modify the sh-bang to run out-of-the-box for FreeBSDes.Bill Wendling
2012-04-19TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer
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-19llvm-lit: Inject the lit module path at the beginning of sys.path, just in caseDaniel Dunbar
2012-04-19Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional...Craig Topper
2012-04-18Fix typo.Jim Grosbach
2012-04-18Add a flag to rebranch if we need to.Bill Wendling
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-17Goodbye, JSONParser...Manuel Klimek
2012-04-17Download and build the compiler-rt project.Bill Wendling
2012-04-17Don't tag libcxx and libcxxabi since we don't release them just yet.Bill Wendling