summaryrefslogtreecommitdiffstats
path: root/llvm/utils
Commit message (Expand)AuthorAgeFilesLines
* Have getRegPressureSetLimit take a MachineFunction so that aEric Christopher2015-03-111-2/+3
* Fix a grammar issue I introduced.Chandler Carruth2015-03-111-1/+1
* Inspired by r231891, use gender neutral pronouns in the places I'veChandler Carruth2015-03-112-2/+2
* Teach raw_ostream to accept SmallString.Yaron Keren2015-03-102-3/+3
* Improve and simplify EnforceSmallerThan for vector types.Craig Topper2015-03-101-54/+28
* Remove extra indentation of entire function body. NFC.Craig Topper2015-03-101-140/+140
* TableGen: Use 'enum : uint64_t' for feature flags to fix -WmicrosoftReid Kleckner2015-03-091-29/+16
* TableGen: Initialize ErrorInfo to ~0ULL in the MatchInstructionImplTom Stellard2015-03-051-1/+1
* Revert "[TableGen] Implement at least some support for multiple explicit resu...Craig Topper2015-03-051-10/+10
* [TableGen] Implement at least some support for multiple explicit results in a...Craig Topper2015-03-051-10/+10
* [TableGen] Add support constraining a vector type in a pattern to have a spec...Craig Topper2015-03-052-1/+126
* Add a FIXME for PR22796, broken ordering of ClassInfo in TableGenDavid Blaikie2015-03-041-0/+5
* [Tablegen] Use correct result number variables with the pattern nodes they go...Craig Topper2015-03-041-2/+2
* Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie2015-03-031-2/+0
* Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie2015-03-031-0/+2
* Avoid explicitly declaring the copy assignment operator, as this unnecessaril...David Blaikie2015-03-031-3/+0
* Switch up whitespace with better whitespace.Nick Lewycky2015-03-031-2/+2
* Revert the non-cleanup part of r230769 because it introduced a non-determinis...Nick Lewycky2015-03-032-3/+2
* lit: Add 'cd' support to the internal shell and port some testsReid Kleckner2015-03-021-13/+39
* export.sh: Make sure umask is not too restrictive (PR22742)Hans Wennborg2015-03-021-0/+3
* TblGen: Remove copy of SmallVector::operator==. NFC intended.Benjamin Kramer2015-03-022-12/+3
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* Reverted 230471 - gather scatter handling in table gen.Elena Demikhovsky2015-03-013-17/+5
* AVX-512: Added mask and rounding mode for scalar arithmeticsElena Demikhovsky2015-03-011-0/+12
* Silence variable set but not used warning in CodeGenRegisters.cpp, NFC.Yaron Keren2015-02-281-0/+1
* Replace std::copy with a back inserter with vector append where feasibleBenjamin Kramer2015-02-281-2/+3
* Switch a std::map to a DenseMap in CodeGenRegisters.Owen Anderson2015-02-273-9/+12
* Re-instate the pragma optimize hack for MSVC, but not clang-clReid Kleckner2015-02-261-0/+8
* Remove stale pragma hack for an unsupported MSVC versionReid Kleckner2015-02-261-8/+0
* FileCheck: Add CHECK-SAMEDuncan P. N. Exon Smith2015-02-261-2/+47
* Fix a couple of depedent->dependent typos.Eric Christopher2015-02-261-1/+1
* AVX-512: Gather and Scatter patternsElena Demikhovsky2015-02-253-5/+17
* CodeGen: convert CCState interface to using ArrayRefsTim Northover2015-02-211-4/+3
* AsmParser/Writer: Handle symbolic constants in DI 'flags:'Duncan P. N. Exon Smith2015-02-211-0/+1
* utils: Teach lldbDataFormatters about llvm::OptionalJustin Bogner2015-02-201-0/+10
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-194-50/+68
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-194-68/+50
* [shuffles] Tweak my shufflevector fuzz test generation script to produceChandler Carruth2015-02-181-3/+2
* MSVC 2013 does not ICE on this code in the same fashion that MSVC 2012 did; NFC.Aaron Ballman2015-02-161-3/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...NAKAMURA Takumi2015-02-151-6/+0
* [X86] Add the remaining 11 possible exact ModRM formats. This makes their enc...Craig Topper2015-02-151-51/+62
* [x86] Teach my test updating script about another quirk of the printedChandler Carruth2015-02-151-1/+1
* Revert r229224: Make the 'llvm-lit' utility defend against a system where Pyt...Chandler Carruth2015-02-141-1/+1
* [lit] Make the 'llvm-lit' utility defend against a system where Python3Chandler Carruth2015-02-141-1/+1
* Revert r229185, "Raising minimum required Visual Studio version to 2013."NAKAMURA Takumi2015-02-141-0/+6
* Raising minimum required Visual Studio version to 2013.Chris Bieneman2015-02-131-6/+0
* [X86] Add support for parsing and printing the mnemonic aliases for the XOP V...Craig Topper2015-02-131-0/+2
* AsmWriter/Bitcode: MDExpressionDuncan P. N. Exon Smith2015-02-131-0/+1
* AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'Duncan P. N. Exon Smith2015-02-131-0/+1
OpenPOWER on IntegriCloud