summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Assume lane masks are always preciseMatthias Braun2015-11-171-13/+6
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-1/+1
* tablegen: Add a simple heuristic to get better names for pressure setsMatthias Braun2015-11-131-0/+6
* Revert r252990.Akira Hatanaka2015-11-131-95/+0
* Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka2015-11-131-0/+95
* Revert r252949.Akira Hatanaka2015-11-121-95/+0
* Provide a way to specify inliner's attribute compatibility and mergingAkira Hatanaka2015-11-121-0/+95
* Move the enum attributes defined in Attributes.h to a table-gen file.Akira Hatanaka2015-11-114-1/+68
* TableGen: Emit LaneMask for register classes without subregisters as ~0uMatthias Braun2015-11-101-0/+6
* [AsmParser] Generalize matching for grammars without mnemonic-lead statementsColin LeMahieu2015-11-091-35/+31
* [AsmParser] Backends can parameterize ASM tokenization.Colin LeMahieu2015-11-091-47/+68
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-10/+10
* [TblGen] ArrayRefize CodeGenSchedule. No functionality change intended.Benjamin Kramer2015-10-242-69/+61
* [IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR tableIgor Laevsky2015-10-221-41/+0
* [TableGen] Add a space between type and '*' in front of a variable name in ou...Craig Topper2015-10-111-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-8/+9
* [WinEH] Make FuncletLayout more robust against catchretDavid Majnemer2015-10-011-3/+3
* TableGen: Add LLVM_READONLY to generated InstrMapping functionsMatt Arsenault2015-09-241-1/+1
* Remove extra 'nullptr' entry from an array in tablegen register info file. It...Craig Topper2015-09-221-1/+1
* Fix formatting of a tablegen register info file by putting a line break in a ...Craig Topper2015-09-221-3/+2
* Use makeArrayRef and None to simplify some code in a tablegen register info f...Craig Topper2015-09-221-12/+18
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-4/+4
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-4/+4
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-4/+4
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-4/+4
* [TableGen] Use range-based for loops and make a helper function static. NFCCraig Topper2015-09-131-46/+39
* [TableGen] Simplify some code by using StringRef::find instead of std::find. NFCCraig Topper2015-09-131-3/+3
* [TableGen] Use 'size_t' instead of 'unsigned' to better match the argument ty...Craig Topper2015-09-131-2/+2
* Fix typos.Bruce Mitchener2015-09-122-13/+13
* Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-101-22/+20
* Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-101-20/+22
* Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg2015-09-101-22/+20
* [TableGen] Use make_unique. NFC.Craig Topper2015-09-061-3/+3
* [TableGen] Allow TokenTy in intrinsic signaturesJoseph Tremoulet2015-09-022-16/+19
* [TableGen][DAGISel] Dedup predicates with same code to run. NFCI.Ahmed Bougacha2015-08-271-4/+25
* [TableGen] Remove dead code. NFC.Ahmed Bougacha2015-08-271-7/+0
* Fix three typos in comments; "easilly" -> "easily".Nick Lewycky2015-08-181-2/+2
* [TableGen] Use range-based for loop.Craig Topper2015-08-161-4/+2
* [TableGen] Move the ConversionRow vector into the ConversionTable instead of ...Craig Topper2015-08-161-1/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-132-5/+0
* Emit argmemonly attribute for intrinsics.Igor Laevsky2015-08-132-35/+26
* Remove raw_svector_ostream::resync and users. It's no-op after r244870.Yaron Keren2015-08-131-2/+0
* Explicitly clear the MI operand list when getInstruction() is called. Call M...Cameron Esfahani2015-08-111-0/+1
* [TableGen] NFC improving comments about what the tokenized identifiers will c...Colin LeMahieu2015-08-101-1/+2
* Fix memory leaks by avoiding extra manual dynamic allocationDavid Blaikie2015-08-061-57/+41
* Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction.Yaron Keren2015-08-061-0/+8
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-011-0/+14
* Fix TableGen code generation for ReadNone attribute.Eric Christopher2015-07-301-1/+1
* [PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth2015-07-221-7/+8
* Targets: commonize some stack realignment codeJF Bastien2015-07-201-3/+1
OpenPOWER on IntegriCloud