summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* [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
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-4/+4
* [TableGen] Improve decoding options for non-orthogonal instructionsPetr Pavlu2015-07-152-34/+145
* Fix comment typoPetr Pavlu2015-07-141-1/+1
* AVX-512: Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long ...Elena Demikhovsky2015-07-131-2/+24
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-8/+7
* Target RegisterInfo: devirtualize TargetFrameLoweringJF Bastien2015-07-101-0/+12
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-071-1/+1
* 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
* Avoid a Symbol -> Name -> Symbol conversion.Rafael Espindola2015-06-221-1/+2
* [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das2015-06-151-1/+1
* 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
OpenPOWER on IntegriCloud