aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner2012-05-172-164/+75
* finish encoding all of the interesting details of intrinsics. Now intrinsicsChris Lattner2012-05-171-45/+45
* strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...Chris Lattner2012-05-171-54/+63
* simplify code generated by tblgen that is not necessary since we droppedChris Lattner2012-05-171-20/+4
* I forgot the #ifdef _MSC_VER guard in my last commit.Francois Pichet2012-05-171-0/+5
* Fix the MSVC 2010 build: disable the optimizer for a problematic function.Francois Pichet2012-05-171-0/+2
* Use RegUnits to compute overlapping registers.Jakob Stoklund Olesen2012-05-163-83/+54
* Significantly reduce the compiled size of Functions.cpp by turning a big blob...Chris Lattner2012-05-161-117/+307
* have tblgen emit cast<> instead of dyn_cast<> when we know it must succeed.Chris Lattner2012-05-161-2/+2
* llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar2012-05-153-10/+24
* llvm-build: Don't emit library information for disabled targets.Daniel Dunbar2012-05-152-1/+21
* [utils] Fix Get{RepositoryPath,SourceVersion} to have a more robust is-git-svnDaniel Dunbar2012-05-152-2/+2
* TableGen'erate mapping physical registers to encoding values.Jim Grosbach2012-05-151-4/+26
* Create a struct representing register units in TableGen.Jakob Stoklund Olesen2012-05-152-35/+50
* Consider ad hoc aliasing when building RegUnits.Jakob Stoklund Olesen2012-05-141-12/+41
* Record the ad hoc aliasing graph in CodeGenRegister.Jakob Stoklund Olesen2012-05-142-5/+21
* Compute topological signatures of registers.Jakob Stoklund Olesen2012-05-142-8/+76
* Speed up computeComposites() by using the new SubReg -> SubIdx map.Jakob Stoklund Olesen2012-05-121-12/+10
* Remove extraneous ; and the resulting warning.Bill Wendling2012-05-111-1/+1
* Defer computation of SuperRegs.Jakob Stoklund Olesen2012-05-112-11/+36
* Compute secondary sub-registers.Jakob Stoklund Olesen2012-05-102-3/+161
* Precompute lists of explicit sub-registers and indices.Jakob Stoklund Olesen2012-05-102-19/+38
* Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.Andrew Trick2012-05-101-4/+9
* Fix warning text.Jakob Stoklund Olesen2012-05-091-1/+1
* Compute a backwards SubReg -> SubRegIndex map for each register.Jakob Stoklund Olesen2012-05-092-0/+23
* Rename getSubRegs() to computeSubRegs().Jakob Stoklund Olesen2012-05-092-10/+11
* Lit: rewind WinWaitReleased() stuff in TestRunner.NAKAMURA Takumi2012-05-081-60/+6
* Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2012-05-072-6/+37
* TableGen: AsmMatcher diagnostic when missing instruction mnemonic.Jim Grosbach2012-05-061-0/+3
* Order register classes by spill size first, members last.Jakob Stoklund Olesen2012-05-041-7/+7
* Remove TargetRegisterClass::SuperRegClasses.Jakob Stoklund Olesen2012-05-043-76/+0
* Use a shared implementation of getMatchingSuperRegClass().Jakob Stoklund Olesen2012-05-031-34/+1
* Add TargetRegisterClass::getSuperRegIndices().Jakob Stoklund Olesen2012-05-031-4/+4
* Emit SuperRegMasks as part of the existing SubClassMask arrays.Jakob Stoklund Olesen2012-05-031-102/+83
* Compress tables for getMatchingSuperRegClass().Jakob Stoklund Olesen2012-05-031-19/+67
* Add the half type to the LLVM IR vim syntax highlighting.Owen Anderson2012-05-031-1/+1
* Don't override subreg functions in targets without subregisters.Jakob Stoklund Olesen2012-05-031-42/+39
* Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor2012-05-025-206/+2
* Add ifdef around getSubtargetFeatureName in tablegen output file so that only...Craig Topper2012-04-251-3/+7
* ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach2012-04-241-2/+26
* Remove 'XXXRegisterClass' from tablegen output. Targets should use '&XXXRegCl...Craig Topper2012-04-211-3/+0
* TableGen'd RegPressure: Added getPressureSetName.Andrew Trick2012-04-201-1/+13
* Modify the sh-bang to run out-of-the-box for FreeBSDes.Bill Wendling2012-04-202-2/+2
* TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach2012-04-191-2/+97
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-191-2/+1
* Use a SmallVector instead of std::vector for ResOperands.Jim Grosbach2012-04-191-2/+2
* Update some internal naming conventions to modern style.Jim Grosbach2012-04-191-85/+85
* llvm-lit: Inject the lit module path at the beginning of sys.path, just in caseDaniel Dunbar2012-04-191-2/+3
* Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional...Craig Topper2012-04-191-2/+2
* Fix typo.Jim Grosbach2012-04-181-1/+1