1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/include/llvm
Benjamin Kramer 2c0e66265a Extend MCAsmLexer so that it can peek forward several tokens
This commit adds a virtual `peekTokens()` function to `MCAsmLexer`
which can peek forward an arbitrary number of tokens.

It also makes the `peekTok()` method call `peekTokens()` method, but
only requesting one token.

The idea is to better support targets which more more ambiguous
assembly syntaxes.

Patch by Dylan McKay!

llvm-svn: 245221
2015-08-17 14:35:25 +00:00
..
ADT [ADT] Teach FoldingSet to be movable. 2015-08-16 23:17:27 +00:00
Analysis [PM] Port ScalarEvolution to the new pass manager. 2015-08-17 02:08:17 +00:00
AsmParser AsmParser: Add a function to parse a standalone constant value. 2015-07-17 22:07:03 +00:00
Bitcode [IR] Add token types 2015-08-14 05:09:07 +00:00
CodeGen Remove redundant TargetFrameLowering::getFrameIndexOffset virtual 2015-08-15 02:32:35 +00:00
Config Temporarily revert r244012 while we see if it's really necessary. 2015-08-05 05:32:22 +00:00
DebugInfo -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 2015-08-05 20:20:29 +00:00
ExecutionEngine Remove and forbid raw_svector_ostream::flush() calls. 2015-08-13 18:12:56 +00:00
IR [IR] Update CreateCatchRet to take a return value 2015-08-15 03:19:29 +00:00
IRReader Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
LibDriver LibDriver: Replace references to lld-link2 with lld-link. 2015-08-06 19:00:42 +00:00
LineEditor Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
Linker Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
LTO Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup. 2015-06-29 22:04:09 +00:00
MC Extend MCAsmLexer so that it can peek forward several tokens 2015-08-17 14:35:25 +00:00
Object Don't iterate over all sections in the ELFFile constructor. 2015-08-10 21:29:35 +00:00
Option Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier. 2015-07-29 17:34:41 +00:00
Passes Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ProfileData Fix some comment typos. 2015-08-08 18:27:36 +00:00
Support Revert "[ARM] Fix MachO CPU Subtype selection" 2015-08-14 19:35:47 +00:00
TableGen [TableGen] Remove unused constructor. 2015-08-12 06:43:10 +00:00
Target Revert "Disable targetdatalayoutcheck" 2015-08-17 10:58:03 +00:00
Transforms transform fmin/fmax calls when possible (PR24314) 2015-08-16 20:18:19 +00:00
CMakeLists.txt
InitializePasses.h [PM] Port ScalarEvolution to the new pass manager. 2015-08-17 02:08:17 +00:00
LinkAllIR.h
LinkAllPasses.h [PM] Port ScalarEvolution to the new pass manager. 2015-08-17 02:08:17 +00:00
module.modulemap Add Value.def to the list of textual includes, excluding it from the modules build. 2015-06-26 20:16:44 +00:00
module.modulemap.build
Pass.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
PassAnalysisSupport.h Doxygen-ify a few comments. NFC 2015-06-25 15:06:47 +00:00
PassInfo.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
PassRegistry.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
PassSupport.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00