llvm-6502/lib
Kevin Enderby 5026ae4514 Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as
the parsing of the .dump and .load should be done in the assembly parser and
not have any need for an MCStreamer API.  Changed the code for now so these
just produce an error saying these specific directives are not yet implemented
since they are likely no longer used and may never need to be implemented.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76462 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-20 20:25:37 +00:00
..
Analysis Update this comment. 2009-07-20 17:44:17 +00:00
Archive
AsmParser Refactor metadata parsing routines into separate functions. 2009-07-20 19:00:08 +00:00
Bitcode Add plumbing for the `linker_private' linkage type. This type is meant for 2009-07-20 01:03:30 +00:00
CodeGen Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resulting interval's register class. 2009-07-20 19:47:55 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker Add plumbing for the `linker_private' linkage type. This type is meant for 2009-07-20 01:03:30 +00:00
MC Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
Support Hide the DOUT static variable behind a function interface. 2009-07-20 16:16:06 +00:00
System
Target Add MCAsmLexer interface. 2009-07-20 20:01:54 +00:00
Transforms use ExpandInlineAsm on TargetLowering instead of TargetAsmInfo. 2009-07-20 17:52:52 +00:00
VMCore Rename Mangler linkage enums to something less gross. 2009-07-20 19:41:27 +00:00
Makefile