Skip to content
  1. Jan 24, 2014
  2. Jan 23, 2014
  3. Jan 22, 2014
  4. Jan 21, 2014
    • David Majnemer's avatar
      Forgot to add testcase for r198590 · 83405928
      David Majnemer authored
      llvm-svn: 199765
      83405928
    • Saleem Abdulrasool's avatar
      tools: support decoding ARM EHABI opcodes in readobj · 9f0a21ef
      Saleem Abdulrasool authored
      Add support to llvm-readobj to decode the actual opcodes.  The ARM EHABI opcodes
      are a variable length instruction set that describe the operations required for
      properly unwinding stack frames.
      
      The primary motivation for this change is to ease the creation of tests for the
      ARM EHABI object emission as well as the unwinding directive handling in the ARM
      IAS.
      
      Thanks to Logan Chien for an extra test case!
      
      llvm-svn: 199708
      9f0a21ef
    • Saleem Abdulrasool's avatar
      ARM IAS: add support for .unwind_raw directive · d9f08603
      Saleem Abdulrasool authored
      This implements the unwind_raw directive for the ARM IAS.  The unwind_raw
      directive takes the form of a stack offset value followed by one or more bytes
      representing the opcodes to be emitted.  The opcode emitted will interpreted as
      if it were assembled by the opcode assembler via the standard unwinding
      directives.
      
      Thanks to Logan Chien for an extra test!
      
      llvm-svn: 199707
      d9f08603
    • Saleem Abdulrasool's avatar
      ARM IAS: support .personalityindex · 662f5c1a
      Saleem Abdulrasool authored
      The .personalityindex directive is equivalent to the .personality directive with
      the ARM EABI personality with the specific index (0, 1, 2).  Both of these
      directives indicate personality routines, so enhance the personality directive
      handling to take into account personalityindex.
      
      Bonus fix: flush the UnwindContext at the beginning of a new function.
      
      Thanks to Logan Chien for additional tests!
      
      llvm-svn: 199706
      662f5c1a
  5. Jan 20, 2014
  6. Jan 19, 2014
  7. Jan 18, 2014
  8. Jan 17, 2014
  9. Jan 16, 2014
  10. Jan 15, 2014
  11. Jan 14, 2014
Loading