llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need
authorDaniel Dunbar <daniel@zuster.org>
Thu, 25 Mar 2010 22:49:09 +0000 (22:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 25 Mar 2010 22:49:09 +0000 (22:49 +0000)
commitac2884a717daf3ad2aa8425320795d661e8a980b
treef04ee17becb8ac8f77d5f76f433164be88344756
parent2d2898e6e99a5a4a16352b86070fa0986b7d1efd
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
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCStreamer.h
lib/MC/MCAssembler.cpp
lib/MC/MCMachOStreamer.cpp
tools/llvm-mc/llvm-mc.cpp