llvm-6502/tools
Sean Callanan 79ed1a8734 Added a Lex function to the AsmParser, to allow handling
of include directives to occur within the parser itself.
This will break the lexer's dependency on a SourceMgr as
input.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93899 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-19 20:22:31 +00:00
..
bugpoint remove obsolete comment. 2010-01-16 21:34:51 +00:00
gold Fix to pass options from Gold plugin to LTO codegen 2009-10-28 18:55:55 +00:00
llc Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. 2010-01-15 18:51:18 +00:00
lli Revert the API changes from r85295 to make it easier for people to build 2009-10-27 22:39:42 +00:00
llvm-ar remove the last *stream> #include from a public header. 2009-08-24 04:14:03 +00:00
llvm-as llvm-as: Simplify, and don't create empty output files with -disable-output. 2009-10-17 03:28:28 +00:00
llvm-bcanalyzer Make llvm-bcanalyzer percentages more readable. 2009-09-25 16:04:21 +00:00
llvm-config make llvm-config more portable to windows versions of perl, 2010-01-18 22:27:43 +00:00
llvm-dis Don't bother using a PassManager just to print a Module. 2009-09-15 15:33:42 +00:00
llvm-extract De-bork CMake build. llvm-extract depends on asmparser 2009-09-11 21:26:24 +00:00
llvm-ld llvm-ld doesn't throw. 2009-10-22 00:52:28 +00:00
llvm-link Give llvm-link a -S option. 2009-09-15 15:35:07 +00:00
llvm-mc Added a Lex function to the AsmParser, to allow handling 2010-01-19 20:22:31 +00:00
llvm-nm fix leakage of Module 2009-09-10 14:56:31 +00:00
llvm-prof Reverting 85714, 85715, 85716, which are breaking the build 2009-11-01 16:42:53 +00:00
llvm-ranlib To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. 2009-07-15 22:16:10 +00:00
llvm-stub Silence MSVC warning. 2009-08-11 11:01:19 +00:00
llvmc Forward -O0 to llvm-gcc. 2010-01-02 08:27:23 +00:00
lto now that mangler is in libtarget, it can use MCAsmInfo instead of clients 2010-01-17 18:22:35 +00:00
opt Make opt -O3 act more like clang -O3 etc., by making the inlining thresholds 2010-01-18 22:38:31 +00:00
CMakeLists.txt remove llvm-db: it is completely broken and if anyone wants to do a debugger, 2009-10-05 02:29:51 +00:00
Makefile remove llvm-db: it is completely broken and if anyone wants to do a debugger, 2009-10-05 02:29:51 +00:00