summaryrefslogtreecommitdiffstats
path: root/llvm/utils
Commit message (Expand)AuthorAgeFilesLines
* Teach the table generated emitPseudoExpansionLowering function to not emit a ...Aaron Ballman2014-05-231-61/+65
* ARM64: separate load/store operands to simplify assemblerTim Northover2014-05-221-3/+3
* [asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeat...Daniel Sanders2014-05-211-13/+27
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-211-0/+4
* Clean up language and grammar.Eric Christopher2014-05-201-2/+2
* TableGen: permit non-leaf ComplexPattern usesTim Northover2014-05-203-56/+165
* TableGen: convert InstAlias's Emit bit to an int.Tim Northover2014-05-201-13/+31
* Fix typos.Eric Christopher2014-05-191-2/+1
* TableGen: fix operand counting for aliasesTim Northover2014-05-161-32/+7
* TableGen: use correct MIOperand when printing aliasesTim Northover2014-05-153-9/+36
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-154-35/+54
* Fix typosAlp Toker2014-05-151-1/+1
* Teach the table generator to not generate switch statements containing only a...Aaron Ballman2014-05-131-12/+15
* TableGen: strengthen assertTim Northover2014-05-131-1/+1
* Fix gcc -Wparentheses warning.Jay Foad2014-05-131-1/+2
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-121-18/+79
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-081-0/+1
* Debug.h already includes raw_ostream.h, no need to include it again.Eric Christopher2014-05-071-1/+0
* [CMake] Add build rules for llvm-PerfectShuffle utilityAlexey Samsonov2014-05-071-0/+3
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-061-12/+12
* AArch64/ARM64: implement diagnosis of unpredictable loads & storesTim Northover2014-05-061-4/+7
* [C++11] Use 'nullptr' in tablegen output files.Craig Topper2014-04-303-11/+11
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-292-0/+2
* llvm-build: Get rid of 'import *'Anders Waldenborg2014-04-232-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-227-12/+14
* Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...David Blaikie2014-04-211-6/+0
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-214-0/+8
* Fix builds that use an stl missing std::set::emplaceDavid Blaikie2014-04-211-1/+1
* Store State objects by value in TableGen's DFAPacketizerEmitterDavid Blaikie2014-04-211-34/+30
* Use Regex objects by value (rather than 'new'ed) in CodeGenSchedule.David Blaikie2014-04-211-6/+4
* More C++ification.Richard Smith2014-04-201-1/+2
* Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...Richard Smith2014-04-201-6/+23
* Don't define llvm::X86Disassembler::InstructionSpecifier in different ways inRichard Smith2014-04-201-11/+12
* Fix redefinition of default argument, found by modules build. It's notRichard Smith2014-04-201-5/+4
* Fixed llvm-build when no targets are enabledGreg Fitzgerald2014-04-181-1/+3
* c++11: Tidy up tblgen w/ range loops.Jim Grosbach2014-04-181-62/+53
* iterator access to scheduling classesJim Grosbach2014-04-181-0/+22
* iterator_range accessor for CodeGenTarget instruction list.Jim Grosbach2014-04-182-1/+3
* iterator based accessors for CodeGenInstruction operand list.Jim Grosbach2014-04-181-0/+7
* remove some dead codeNuno Lopes2014-04-173-22/+0
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-164-16/+19
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-1518-92/+92
* Display the name of the project failing the url check in the release scriptArnaud A. de Grandmaison2014-04-141-1/+1
* Fix test syntax to work with non-bash /bin/sh.Joerg Sonnenberger2014-04-122-3/+3
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-121-4/+4
* When a CHECK-NEXT fails because there was no match on the next line, includeRichard Smith2014-04-071-2/+9
* Fix typoDavid Blaikie2014-04-051-1/+1
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-042-7/+7
* lit: Set a base directory for compiler-rt testsDuncan P. N. Exon Smith2014-03-311-0/+5
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-296-34/+38
OpenPOWER on IntegriCloud