summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Use SourceMgr::getMemoryBuffer() in a couple of placesAlp Toker2014-06-25
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.James Molloy2014-06-17
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-10
* Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()Artyom Skrobov2014-06-10
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* Teach the table generated emitPseudoExpansionLowering function to not emit a ...Aaron Ballman2014-05-23
* ARM64: separate load/store operands to simplify assemblerTim Northover2014-05-22
* [asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeat...Daniel Sanders2014-05-21
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-21
* Clean up language and grammar.Eric Christopher2014-05-20
* TableGen: permit non-leaf ComplexPattern usesTim Northover2014-05-20
* TableGen: convert InstAlias's Emit bit to an int.Tim Northover2014-05-20
* Fix typos.Eric Christopher2014-05-19
* TableGen: fix operand counting for aliasesTim Northover2014-05-16
* TableGen: use correct MIOperand when printing aliasesTim Northover2014-05-15
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-15
* Fix typosAlp Toker2014-05-15
* Teach the table generator to not generate switch statements containing only a...Aaron Ballman2014-05-13
* TableGen: strengthen assertTim Northover2014-05-13
* Fix gcc -Wparentheses warning.Jay Foad2014-05-13
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-12
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-08
* Debug.h already includes raw_ostream.h, no need to include it again.Eric Christopher2014-05-07
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-06
* AArch64/ARM64: implement diagnosis of unpredictable loads & storesTim Northover2014-05-06
* [C++11] Use 'nullptr' in tablegen output files.Craig Topper2014-04-30
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...David Blaikie2014-04-21
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Fix builds that use an stl missing std::set::emplaceDavid Blaikie2014-04-21
* Store State objects by value in TableGen's DFAPacketizerEmitterDavid Blaikie2014-04-21
* Use Regex objects by value (rather than 'new'ed) in CodeGenSchedule.David Blaikie2014-04-21
* More C++ification.Richard Smith2014-04-20
* Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...Richard Smith2014-04-20
* Don't define llvm::X86Disassembler::InstructionSpecifier in different ways inRichard Smith2014-04-20
* Fix redefinition of default argument, found by modules build. It's notRichard Smith2014-04-20
* c++11: Tidy up tblgen w/ range loops.Jim Grosbach2014-04-18
* iterator access to scheduling classesJim Grosbach2014-04-18
* iterator_range accessor for CodeGenTarget instruction list.Jim Grosbach2014-04-18
* iterator based accessors for CodeGenInstruction operand list.Jim Grosbach2014-04-18
* remove some dead codeNuno Lopes2014-04-17
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-16
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-29