summaryrefslogtreecommitdiffstats
path: root/llvm/utils
Commit message (Expand)AuthorAgeFilesLines
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-30/+26
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-26/+30
* MIR Serialization: Serialize the register mask machine operands.Alex Lorenz2015-06-291-0/+22
* AVX-512: Added all SKX forms of GATHER instructions.Elena Demikhovsky2015-06-281-0/+6
* Pass 2 more variables to lit tests.Evgeniy Stepanov2015-06-231-1/+1
* Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* test-release.sh: Minor fixes.Hans Wennborg2015-06-221-6/+3
* Avoid a Symbol -> Name -> Symbol conversion.Rafael Espindola2015-06-221-1/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das2015-06-151-1/+1
* [LIT] Fix failing LIT testsEric Fiselier2015-06-134-6/+8
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-4/+5
* X86-MPX: Implemented encoding for MPX instructions.Elena Demikhovsky2015-06-091-0/+3
* [TableGen] Remove unnecessary default constructed SMLoc that just existed to ...Craig Topper2015-06-081-5/+1
* [TableGen] Use range-based for loop. NFCCraig Topper2015-06-081-3/+2
* [TableGen] Remove unnecessary extern declaration that's already in an include...Craig Topper2015-06-081-2/+0
* [TableGen] Use the SMLoc header file instead of SourceMgr header file in a co...Craig Topper2015-06-081-1/+2
* [TableGen] Rename ListInit::getSize to just 'size' to be more consistent.Craig Topper2015-06-025-27/+26
* [TableGen] Use range-based for loops. NFC.Craig Topper2015-06-023-22/+18
* lit: Allow configurations to restrict the set of tests to runArnold Schwaighofer2015-06-012-1/+14
* Drop remaining Dragonegg support in release scriptsHans Wennborg2015-06-012-13/+1
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-2910-58/+41
* [TableGen][AsmMatcherEmitter] Only parse isolated tokens as registers.Ahmed Bougacha2015-05-291-4/+22
* [TableGen][AsmMatcherEmitter] Factor out AsmOperand creation. NFC.Ahmed Bougacha2015-05-291-8/+15
* Add support for the convergent flag at the MC and MachineInstr levels.Owen Anderson2015-05-283-31/+34
* Expand the Flags field of MCInstrDesc to 64 bits, while simultaneouslyOwen Anderson2015-05-281-2/+2
* Add initial support for the convergent attribute.Owen Anderson2015-05-263-1/+16
* AsmMatcherEmitter: Add an option to override custom converters for InstAliasTom Stellard2015-05-261-3/+12
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-264-46/+41
* This patch adds support for the vector quadword add/sub instructions introducedKit Barton2015-05-251-1/+3
* Improve check on git-svnrevert, better error messageRenato Golin2015-05-161-1/+6
* [TableGen] Remove ListInit::size() in favor of getSize() which does the same ...Craig Topper2015-05-141-2/+2
* [TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() i...Craig Topper2015-05-142-3/+3
* YAML: Implement block scalar parsing.Alex Lorenz2015-05-131-0/+2
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-133-5/+5
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-134-41/+46
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-134-46/+41
* Fix tablegen's PrintFatalError function to run registered fileJames Y Knight2015-05-115-28/+24
* Add polly support to sort_includes.pyTobias Grosser2015-05-091-7/+13
* Fix r236754: Add the missing yaml-bench dir to the makefile for utils.Alex Lorenz2015-05-071-1/+1
* YAML: Enable the YAMLParser tests. Alex Lorenz2015-05-071-1/+11
* Vim: Fix some bugs in llvm indent plugin.Matthias Braun2015-05-041-3/+3
* Vim: Set filetype=python for lit configuration files.Matthias Braun2015-05-041-0/+1
* Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --paramMatthias Braun2015-05-041-1/+1
* Remove std::move on return when it could prevent copy elision.Benjamin Kramer2015-05-011-1/+1
* [NFC] Updating FileCheck to reduce the std::vector interface used via cl::list.Chris Bieneman2015-04-291-6/+8
* Drop Dragonegg from the release export scriptHans Wennborg2015-04-291-1/+1
* Drop Dragonegg support from the release scriptHans Wennborg2015-04-291-113/+2
* test-release.sh: Drop some unused command-line options.Hans Wennborg2015-04-281-12/+0
* [TableGen] Don't leak Expanders and Operators in SetTheory.Craig Topper2015-04-242-3/+3
OpenPOWER on IntegriCloud