summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Teach raw_ostream to accept SmallString.Yaron Keren2-3/+3
2015-03-10Improve and simplify EnforceSmallerThan for vector types.Craig Topper1-54/+28
2015-03-10Remove extra indentation of entire function body. NFC.Craig Topper1-140/+140
2015-03-09TableGen: Use 'enum : uint64_t' for feature flags to fix -WmicrosoftReid Kleckner1-29/+16
2015-03-05TableGen: Initialize ErrorInfo to ~0ULL in the MatchInstructionImplTom Stellard1-1/+1
2015-03-05Revert "[TableGen] Implement at least some support for multiple explicit resu...Craig Topper1-10/+10
2015-03-05[TableGen] Implement at least some support for multiple explicit results in a...Craig Topper1-10/+10
2015-03-05[TableGen] Add support constraining a vector type in a pattern to have a spec...Craig Topper2-1/+126
2015-03-04Add a FIXME for PR22796, broken ordering of ClassInfo in TableGenDavid Blaikie1-0/+5
2015-03-04[Tablegen] Use correct result number variables with the pattern nodes they go...Craig Topper1-2/+2
2015-03-03Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie1-2/+0
2015-03-03Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie1-0/+2
2015-03-03Avoid explicitly declaring the copy assignment operator, as this unnecessaril...David Blaikie1-3/+0
2015-03-03Switch up whitespace with better whitespace.Nick Lewycky1-2/+2
2015-03-03Revert the non-cleanup part of r230769 because it introduced a non-determinis...Nick Lewycky2-3/+2
2015-03-02lit: Add 'cd' support to the internal shell and port some testsReid Kleckner1-13/+39
2015-03-02export.sh: Make sure umask is not too restrictive (PR22742)Hans Wennborg1-0/+3
2015-03-02TblGen: Remove copy of SmallVector::operator==. NFC intended.Benjamin Kramer2-12/+3
2015-03-01Add missing includes. make_unique proliferated everywhere.Benjamin Kramer1-0/+1
2015-03-01Reverted 230471 - gather scatter handling in table gen.Elena Demikhovsky3-17/+5
2015-03-01AVX-512: Added mask and rounding mode for scalar arithmeticsElena Demikhovsky1-0/+12
2015-02-28Silence variable set but not used warning in CodeGenRegisters.cpp, NFC.Yaron Keren1-0/+1
2015-02-28Replace std::copy with a back inserter with vector append where feasibleBenjamin Kramer1-2/+3
2015-02-27Switch a std::map to a DenseMap in CodeGenRegisters.Owen Anderson3-9/+12
2015-02-26Re-instate the pragma optimize hack for MSVC, but not clang-clReid Kleckner1-0/+8
2015-02-26Remove stale pragma hack for an unsupported MSVC versionReid Kleckner1-8/+0
2015-02-26FileCheck: Add CHECK-SAMEDuncan P. N. Exon Smith1-2/+47
2015-02-26Fix a couple of depedent->dependent typos.Eric Christopher1-1/+1
2015-02-25AVX-512: Gather and Scatter patternsElena Demikhovsky3-5/+17
2015-02-21CodeGen: convert CCState interface to using ArrayRefsTim Northover1-4/+3
2015-02-21AsmParser/Writer: Handle symbolic constants in DI 'flags:'Duncan P. N. Exon Smith1-0/+1
2015-02-20utils: Teach lldbDataFormatters about llvm::OptionalJustin Bogner1-0/+10
2015-02-19Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein4-50/+68
2015-02-19Use std::bitset for SubtargetFeaturesMichael Kuperstein4-68/+50
2015-02-18[shuffles] Tweak my shufflevector fuzz test generation script to produceChandler Carruth1-3/+2
2015-02-16MSVC 2013 does not ICE on this code in the same fashion that MSVC 2012 did; NFC.Aaron Ballman1-3/+1
2015-02-15Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman1-2/+2
2015-02-15Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...NAKAMURA Takumi1-6/+0
2015-02-15[X86] Add the remaining 11 possible exact ModRM formats. This makes their enc...Craig Topper1-51/+62
2015-02-15[x86] Teach my test updating script about another quirk of the printedChandler Carruth1-1/+1
2015-02-14Revert r229224: Make the 'llvm-lit' utility defend against a system where Pyt...Chandler Carruth1-1/+1
2015-02-14[lit] Make the 'llvm-lit' utility defend against a system where Python3Chandler Carruth1-1/+1
2015-02-14Revert r229185, "Raising minimum required Visual Studio version to 2013."NAKAMURA Takumi1-0/+6
2015-02-13Raising minimum required Visual Studio version to 2013.Chris Bieneman1-6/+0
2015-02-13[X86] Add support for parsing and printing the mnemonic aliases for the XOP V...Craig Topper1-0/+2
2015-02-13AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith1-0/+1
2015-02-13AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'Duncan P. N. Exon Smith1-0/+1
2015-02-13AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'Duncan P. N. Exon Smith1-0/+1
2015-02-13AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'Duncan P. N. Exon Smith1-0/+1
2015-02-12MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...Benjamin Kramer1-2/+2