llvm-6502/lib
Bill Wendling 3dc9b4872b LLVM puts padding bytes in the __gcc_except_tab section after the
GCC_except_table label but before the Lexception, which the FDE references.
This causes problems as the FDE does not point to the start of an LSDA chunk.

Use an unnormalized uleb128 for the call-site table length that includes the
padding.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97078 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-24 23:34:35 +00:00
..
Analysis ConstantFoldInstOperands can theoretically return null if it 2010-02-24 19:31:47 +00:00
Archive
AsmParser
Bitcode
CodeGen LLVM puts padding bytes in the __gcc_except_tab section after the 2010-02-24 23:34:35 +00:00
CompilerDriver
ExecutionEngine
Linker
MC This is the second patch to allow x86 code to be aligned with optimal nops. 2010-02-23 21:41:24 +00:00
Support Adding the MicroBlaze backend. 2010-02-23 19:15:24 +00:00
System
Target Create a stack frame on ARM when 2010-02-24 22:43:17 +00:00
Transforms Reapply r97010, the speculative revert failed. 2010-02-24 08:48:04 +00:00
VMCore
Makefile