Skip to content
  1. Jan 08, 2014
    • Saleem Abdulrasool's avatar
      tests: disable ARM unwinding tests if ARM is unavailable · 7e34cc4d
      Saleem Abdulrasool authored
      Appease the buildbots for targets which do not build the ARM support by moving
      the ARM specific test into a subdirectory and use the lit configuration to
      disable them appropriately.
      
      Thanks to chapuni and thakis for explaining how to do this!
      
      llvm-svn: 198736
      7e34cc4d
    • Saleem Abdulrasool's avatar
      ARM IAS: properly handle expression operands · d88affb5
      Saleem Abdulrasool authored
      Operands which involved label arithemetic would previously fail to parse.  This
      corrects that by adding the additional case for the shift operand validation.
      
      llvm-svn: 198735
      d88affb5
    • Saleem Abdulrasool's avatar
      llvm-readobj: add support for ARM EHABI unwind info · be981ebc
      Saleem Abdulrasool authored
      This adds some preliminary support for decoding ARM EHABI unwinding information.
      The major functionality that remains from complete support is bytecode
      translation.
      
      Each Unwind Index Table is printed out as a separate entity along with its
      section index, name, offset, and entries.
      
      Each entry lists the function address, and if possible, the name, of the
      function to which it corresponds.  The encoding model, personality routine or
      index, and byte code is also listed.
      
      llvm-svn: 198734
      be981ebc
    • Hao Liu's avatar
      Fix a bug about generating undef operand when optimising shuffle vector and... · 26abebbb
      Hao Liu authored
      Fix a bug about generating undef operand when optimising shuffle vector and insert element in instruction combine.
      
      llvm-svn: 198730
      26abebbb
  2. Jan 07, 2014
  3. Jan 06, 2014
  4. Jan 05, 2014
Loading