aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-05-17enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner
2012-05-17finish encoding all of the interesting details of intrinsics. Now intrinsicsChris Lattner
2012-05-17strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...Chris Lattner
2012-05-17simplify code generated by tblgen that is not necessary since we droppedChris Lattner
2012-05-17I forgot the #ifdef _MSC_VER guard in my last commit.Francois Pichet
2012-05-17Fix the MSVC 2010 build: disable the optimizer for a problematic function.Francois Pichet
2012-05-16Use RegUnits to compute overlapping registers.Jakob Stoklund Olesen
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-15llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar
2012-05-15llvm-build: Don't emit library information for disabled targets.Daniel Dunbar
2012-05-15[utils] Fix Get{RepositoryPath,SourceVersion} to have a more robust is-git-svnDaniel Dunbar
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-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