llvm-6502/lib/Target/SystemZ/MCTargetDesc
Bill Wendling c3cee57f7d Generate compact unwind encoding from CFI directives.
We used to generate the compact unwind encoding from the machine
instructions. However, this had the problem that if the user used `-save-temps'
or compiled their hand-written `.s' file (with CFI directives), we wouldn't
generate the compact unwind encoding.

Move the algorithm that generates the compact unwind encoding into the
MCAsmBackend. This way we can generate the encoding whether the code is from a
`.ll' or `.s' file.

<rdar://problem/13623355>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190290 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-09 02:37:14 +00:00
..
CMakeLists.txt [SystemZ] Add back end 2013-05-06 16:15:19 +00:00
LLVMBuild.txt [SystemZ] Add back end 2013-05-06 16:15:19 +00:00
Makefile [SystemZ] Add back end 2013-05-06 16:15:19 +00:00
SystemZMCAsmBackend.cpp Generate compact unwind encoding from CFI directives. 2013-09-09 02:37:14 +00:00
SystemZMCAsmInfo.cpp Remove unused argument. 2013-05-10 18:16:59 +00:00
SystemZMCAsmInfo.h Remove unused argument. 2013-05-10 18:16:59 +00:00
SystemZMCCodeEmitter.cpp [SystemZ] Add the MVC instruction 2013-07-02 14:56:45 +00:00
SystemZMCFixups.h [SystemZ] Add back end 2013-05-06 16:15:19 +00:00
SystemZMCObjectWriter.cpp [SystemZ] Add back end 2013-05-06 16:15:19 +00:00
SystemZMCTargetDesc.cpp [SystemZ] Match operands to fields by name rather than by order 2013-05-14 09:36:44 +00:00
SystemZMCTargetDesc.h Generate compact unwind encoding from CFI directives. 2013-09-09 02:37:14 +00:00