summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar2012-05-15
* llvm-build: Don't emit library information for disabled targets.Daniel Dunbar2012-05-15
* [utils] Fix Get{RepositoryPath,SourceVersion} to have a more robust is-git-svnDaniel Dunbar2012-05-15
* TableGen'erate mapping physical registers to encoding values.Jim Grosbach2012-05-15
* Create a struct representing register units in TableGen.Jakob Stoklund Olesen2012-05-15
* Consider ad hoc aliasing when building RegUnits.Jakob Stoklund Olesen2012-05-14
* Record the ad hoc aliasing graph in CodeGenRegister.Jakob Stoklund Olesen2012-05-14
* Compute topological signatures of registers.Jakob Stoklund Olesen2012-05-14
* Speed up computeComposites() by using the new SubReg -> SubIdx map.Jakob Stoklund Olesen2012-05-12
* Remove extraneous ; and the resulting warning.Bill Wendling2012-05-11
* Defer computation of SuperRegs.Jakob Stoklund Olesen2012-05-11
* Compute secondary sub-registers.Jakob Stoklund Olesen2012-05-10
* Precompute lists of explicit sub-registers and indices.Jakob Stoklund Olesen2012-05-10
* Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.Andrew Trick2012-05-10
* Fix warning text.Jakob Stoklund Olesen2012-05-09
* Compute a backwards SubReg -> SubRegIndex map for each register.Jakob Stoklund Olesen2012-05-09
* Rename getSubRegs() to computeSubRegs().Jakob Stoklund Olesen2012-05-09
* Lit: rewind WinWaitReleased() stuff in TestRunner.NAKAMURA Takumi2012-05-08
* Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2012-05-07
* TableGen: AsmMatcher diagnostic when missing instruction mnemonic.Jim Grosbach2012-05-06
* Order register classes by spill size first, members last.Jakob Stoklund Olesen2012-05-04
* Remove TargetRegisterClass::SuperRegClasses.Jakob Stoklund Olesen2012-05-04
* Use a shared implementation of getMatchingSuperRegClass().Jakob Stoklund Olesen2012-05-03
* Add TargetRegisterClass::getSuperRegIndices().Jakob Stoklund Olesen2012-05-03
* Emit SuperRegMasks as part of the existing SubClassMask arrays.Jakob Stoklund Olesen2012-05-03
* Compress tables for getMatchingSuperRegClass().Jakob Stoklund Olesen2012-05-03
* Add the half type to the LLVM IR vim syntax highlighting.Owen Anderson2012-05-03
* Don't override subreg functions in targets without subregisters.Jakob Stoklund Olesen2012-05-03
* Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor2012-05-02
* Add ifdef around getSubtargetFeatureName in tablegen output file so that only...Craig Topper2012-04-25
* ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach2012-04-24
* Remove 'XXXRegisterClass' from tablegen output. Targets should use '&XXXRegCl...Craig Topper2012-04-21
* TableGen'd RegPressure: Added getPressureSetName.Andrew Trick2012-04-20
* Modify the sh-bang to run out-of-the-box for FreeBSDes.Bill Wendling2012-04-20
* TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach2012-04-19
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-19
* Use a SmallVector instead of std::vector for ResOperands.Jim Grosbach2012-04-19
* Update some internal naming conventions to modern style.Jim Grosbach2012-04-19
* llvm-lit: Inject the lit module path at the beginning of sys.path, just in caseDaniel Dunbar2012-04-19
* Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional...Craig Topper2012-04-19
* Fix typo.Jim Grosbach2012-04-18
* Add a flag to rebranch if we need to.Bill Wendling2012-04-18
* Revert "Replace some uses of std:map<std::string,...> with StringMap."Jim Grosbach2012-04-18
* tblgen: remove duplicated newlines.Benjamin Kramer2012-04-18
* Replace some uses of std:map<std::string,...> with StringMap.Jim Grosbach2012-04-18
* Use SmallVector for the requirements on an InstAlias.Jim Grosbach2012-04-18
* Tidy up. Formatting.Jim Grosbach2012-04-18
* Move a few more warnings to use PrintWarning().Jim Grosbach2012-04-18
* Tidy up. No need for a Twine here, as it's just constants.Jim Grosbach2012-04-18
* Formatting.Jim Grosbach2012-04-18