summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2015-06-15[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das1-1/+1
2015-06-13[LIT] Fix failing LIT testsEric Fiselier4-6/+8
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders1-4/+5
2015-06-09X86-MPX: Implemented encoding for MPX instructions.Elena Demikhovsky1-0/+3
2015-06-08[TableGen] Remove unnecessary default constructed SMLoc that just existed to ...Craig Topper1-5/+1
2015-06-08[TableGen] Use range-based for loop. NFCCraig Topper1-3/+2
2015-06-08[TableGen] Remove unnecessary extern declaration that's already in an include...Craig Topper1-2/+0
2015-06-08[TableGen] Use the SMLoc header file instead of SourceMgr header file in a co...Craig Topper1-1/+2
2015-06-02[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.Craig Topper5-27/+26
2015-06-02[TableGen] Use range-based for loops. NFC.Craig Topper3-22/+18
2015-06-01lit: Allow configurations to restrict the set of tests to runArnold Schwaighofer2-1/+14
2015-06-01Drop remaining Dragonegg support in release scriptsHans Wennborg2-13/+1
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer10-58/+41
2015-05-29[TableGen][AsmMatcherEmitter] Only parse isolated tokens as registers.Ahmed Bougacha1-4/+22
2015-05-29[TableGen][AsmMatcherEmitter] Factor out AsmOperand creation. NFC.Ahmed Bougacha1-8/+15
2015-05-28Add support for the convergent flag at the MC and MachineInstr levels.Owen Anderson3-31/+34
2015-05-28Expand the Flags field of MCInstrDesc to 64 bits, while simultaneouslyOwen Anderson1-2/+2
2015-05-26Add initial support for the convergent attribute.Owen Anderson3-1/+16
2015-05-26AsmMatcherEmitter: Add an option to override custom converters for InstAliasTom Stellard1-3/+12
2015-05-26Use std::bitset for SubtargetFeatures.Michael Kuperstein4-46/+41
2015-05-25This patch adds support for the vector quadword add/sub instructions introducedKit Barton1-1/+3
2015-05-16Improve check on git-svnrevert, better error messageRenato Golin1-1/+6
2015-05-14[TableGen] Remove ListInit::size() in favor of getSize() which does the same ...Craig Topper1-2/+2
2015-05-14[TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() i...Craig Topper2-3/+3
2015-05-13YAML: Implement block scalar parsing.Alex Lorenz1-0/+2
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach3-5/+5
2015-05-13Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein4-41/+46
2015-05-13Use std::bitset for SubtargetFeaturesMichael Kuperstein4-46/+41
2015-05-11Fix tablegen's PrintFatalError function to run registered fileJames Y Knight5-28/+24
2015-05-09Add polly support to sort_includes.pyTobias Grosser1-7/+13
2015-05-07Fix r236754: Add the missing yaml-bench dir to the makefile for utils.Alex Lorenz1-1/+1
2015-05-07YAML: Enable the YAMLParser tests. Alex Lorenz1-1/+11
2015-05-04Vim: Fix some bugs in llvm indent plugin.Matthias Braun1-3/+3
2015-05-04Vim: Set filetype=python for lit configuration files.Matthias Braun1-0/+1
2015-05-04Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --paramMatthias Braun1-1/+1
2015-05-01Remove std::move on return when it could prevent copy elision.Benjamin Kramer1-1/+1
2015-04-29[NFC] Updating FileCheck to reduce the std::vector interface used via cl::list.Chris Bieneman1-6/+8
2015-04-29Drop Dragonegg from the release export scriptHans Wennborg1-1/+1
2015-04-29Drop Dragonegg support from the release scriptHans Wennborg1-113/+2
2015-04-28test-release.sh: Drop some unused command-line options.Hans Wennborg1-12/+0
2015-04-24[TableGen] Don't leak Expanders and Operators in SetTheory.Craig Topper2-3/+3
2015-04-22[TableGen] Use 'isa' to identify UnsetInits rather than comparing with the si...Craig Topper2-2/+2
2015-04-21AVX-512: Added VPMOVx2M instructions for SKX,Elena Demikhovsky1-0/+6
2015-04-21AVX-512: Added VPTESTM and VPTESTNM instructions for SKXElena Demikhovsky1-0/+7
2015-04-21Enhanced vim support.Matthias Braun8-27/+103
2015-04-17Add support for v1i128 type.Kit Barton1-0/+1
2015-04-15Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu1-1/+1
2015-04-14Add ladder graph utilityDaniel Berlin1-0/+43
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko11-89/+94
2015-04-10Reduce dyn_cast<> to isa<> or cast<> where possible.Benjamin Kramer1-1/+1