llvm-6502/tools/llvm-mc
Daniel Dunbar ac2884a717 llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need
exactly two passes in that case, and don't ever need to recompute any layout,
so this is a nice baseline for relaxation performance.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99563 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-25 22:49:09 +00:00
..
CMakeLists.txt move some files out of the llvm-mc tool into the MCParser library so 2010-01-22 01:58:08 +00:00
Disassembler.cpp llvm-mc: Fix MCInstPrinter memory leaks. 2010-03-20 22:36:35 +00:00
Disassembler.h rename HexDisassembler -> Disassembler, it works on any input 2009-12-22 22:50:29 +00:00
llvm-mc.cpp llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need 2010-03-25 22:49:09 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00