llvm-6502/tools
Kevin Enderby 9c656450d6 Added the ParseInstruction() hook for target specific assembler directives so
that things like .word can be parsed as target specific.  Moved parsing .word
out of AsmParser.cpp into X86AsmParser.cpp as it is 2 bytes on X86 and 4 bytes
for other targets that support the .word directive.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81461 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-10 20:51:44 +00:00
..
bugpoint Add -output-prefix option to bugpoint (to change the default output name). 2009-09-07 19:26:11 +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 Added the ParseInstruction() hook for target specific assembler directives so 2009-09-10 20:51:44 +00:00
llvm-nm fix leakage of Module 2009-09-10 14:56:31 +00:00
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 Allow llvmc to take .bc files as input. 2009-09-10 17:04:32 +00:00
lto Delete some unnecessary flushes. 2009-08-25 17:48:17 +00:00
opt opt: Add -S option to print output as LLVM assembly. 2009-09-05 11:34:53 +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