llvm-6502/include/llvm
Alex Lorenz 2f801faafb MIR Serialization: Serialize machine instruction names.
This commit implements initial machine instruction serialization. It
serializes machine instruction names. The instructions are represented
using a YAML sequence of string literals and are a part of machine
basic block YAML mapping.

This commit introduces a class called 'MIParser' which will be used to
parse the machine instructions and operands.

Reviewers: Duncan P. N. Exon Smith

Differential Revision: http://reviews.llvm.org/D10481


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240295 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-22 17:02:30 +00:00
..
ADT Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:57:54 +00:00
Analysis [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class. 2015-06-22 02:16:51 +00:00
AsmParser Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Bitcode Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
CodeGen MIR Serialization: Serialize machine instruction names. 2015-06-22 17:02:30 +00:00
Config
DebugInfo Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
ExecutionEngine [ORC] Add NullResolver 2015-06-22 15:27:58 +00:00
IR AVX-512: added VPSHUFB instruction - all SKX forms 2015-06-22 13:00:42 +00:00
IRReader Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
LibDriver ArrayRef-ify libDriverMain 2015-06-21 06:31:56 +00:00
LineEditor Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Linker Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
LTO Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
MC Revert 240130, it caused crashes (repro in PR23900). 2015-06-19 23:43:47 +00:00
Object Object: Add load configuration structure for 64 bit PE/COFF. 2015-06-21 01:12:32 +00:00
Option OptTable.h: Prune a couple of \param(s), since Arg has been ArrayRef-ized. [-Wdocumentation] 2015-06-21 13:44:46 +00:00
Passes Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
ProfileData Revert "InstrProf: When reading, copy the data instead of taking a reference. NFC" 2015-06-20 01:37:56 +00:00
Support Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
TableGen Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Target TargetInstrInfo.h: Fix r240192. [-Wdocumentation] 2015-06-20 03:53:18 +00:00
Transforms Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
CMakeLists.txt
InitializePasses.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
LinkAllIR.h
LinkAllPasses.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-22 09:57:54 +00:00
module.modulemap
module.modulemap.build
Pass.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
PassAnalysisSupport.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
PassInfo.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
PassRegistry.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
PassSupport.h Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00