llvm-6502/tools
Kevin Enderby 7b4608dfa0 Removed the non-target independent AsmToken::Register enum constant
from MCAsmLexer.h in preparation of supporting other targets.  Changed the
X86AsmParser code to reflect this by removing AsmLexer::LexPercent and looking
for AsmToken::Percent when parsing in places that used AsmToken::Register.
Then changed X86ATTAsmParser::ParseRegister to parse out registers as an
AsmToken::Percent followed by an AsmToken::Identifier.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80929 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-03 17:15:07 +00:00
..
bugpoint Make bugpoint use ParseIRFile instead of doing the same thing manually. 2009-09-03 16:32:58 +00:00
gold Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llc Tweak comment. 2009-09-03 05:47:22 +00:00
lli
llvm-ar
llvm-as Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-bcanalyzer
llvm-config
llvm-db
llvm-dis Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-extract Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-ld Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-link Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-mc Removed the non-target independent AsmToken::Register enum constant 2009-09-03 17:15:07 +00:00
llvm-nm
llvm-prof Since all std::cout is gone, also remove iostream include. 2009-08-28 06:48:25 +00:00
llvm-ranlib
llvm-stub
llvmc Inverse logic to increase portability. 2009-08-27 12:02:34 +00:00
lto Delete some unnecessary flushes. 2009-08-25 17:48:17 +00:00
opt Use IRReader.h in opt, to support reading of LLVM Assembly files directly. 2009-09-03 16:00:08 +00:00
CMakeLists.txt EXIT STAGE LEFT: gccas, gccld 2009-08-25 20:21:09 +00:00
Makefile EXIT STAGE LEFT: gccas, gccld 2009-08-25 20:21:09 +00:00