Skip to content
  1. Dec 11, 2014
    • Tim Northover's avatar
      ARM: correctly expand LDR-lit based globals. · 2ac7e4b3
      Tim Northover authored
      Quite a major error here: the expansions for the Pseudos with and without
      folded load were mixed up. Fortunately it only affects ARM-mode, when not using
      movw/movt, on Darwin. I'm guessing no-one actually uses that combination.
      
      llvm-svn: 223986
      2ac7e4b3
    • Ekaterina Romanova's avatar
      A fix for PR21176. · ceeaba79
      Ekaterina Romanova authored
      DW_OP_const <const> doesn't describe a constant value, but a value at a constant address.
      The proper way to describe a constant value is DW_OP_constu <const>, DW_OP_stack_value.
      
      Added DW_OP_stack_value to the stack.
      
      -This line, and those below, will be ignored--
      
      M    lib/CodeGen/AsmPrinter/DwarfDebug.cpp
      A    test/DebugInfo/incorrect-variable-debugloc1.ll
      
      llvm-svn: 223981
      ceeaba79
    • Matthias Braun's avatar
      96761959
  2. Dec 10, 2014
Loading