llvm-6502/tools
Nate Begeman 3fe980b127 Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.
Remove most of old Mach-O Writer support, it has been replaced by MCMachOStreamer

Further refactoring to completely remove MachOWriter and drive the object file
writer with the AsmPrinter MCInst/MCSection logic is forthcoming.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93527 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-15 18:51:18 +00:00
..
bugpoint Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with 2009-11-17 10:20:22 +00:00
gold
llc Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. 2010-01-15 18:51:18 +00:00
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config Add the rest of the build system logic for optional target disassemblers 2009-11-25 04:46:58 +00:00
llvm-dis
llvm-extract
llvm-ld
llvm-link
llvm-mc add virtual methods to get the start/end of a MCParsedAsmOperand, 2010-01-14 22:29:57 +00:00
llvm-nm
llvm-prof
llvm-ranlib
llvm-stub
llvmc Forward -O0 to llvm-gcc. 2010-01-02 08:27:23 +00:00
lto Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. 2010-01-15 18:51:18 +00:00
opt Enable debug buffering. 2010-01-05 01:30:32 +00:00
CMakeLists.txt
Makefile