Skip to content
  1. Aug 01, 2013
  2. Jul 30, 2013
  3. Jul 29, 2013
  4. Jul 27, 2013
  5. Jul 26, 2013
  6. Jul 25, 2013
  7. Jul 24, 2013
  8. Jul 23, 2013
  9. Jul 22, 2013
    • Bill Wendling's avatar
      Recommit r186217 with testcase fix: · c02a0aab
      Bill Wendling authored
       Use the function attributes to pass along the stack protector buffer size.
      
       Now that we have robust function attributes, don't use a command line option to
       specify the stack protecto buffer size.
      
      llvm-svn: 186863
      c02a0aab
  10. Jul 19, 2013
    • Manman Ren's avatar
      Try to appease the bots. · 9152f300
      Manman Ren authored
      llvm-svn: 186653
      9152f300
    • Manman Ren's avatar
      Debug Info: enable verifying by default and disable testing cases that fail. · 74c61b9c
      Manman Ren authored
      1> Use DebugInfoFinder to find debug info MDNodes.
      2> Add disable-debug-info-verifier to disable verifying debug info.
      3> Disable verifying for testing cases that fail (will update the testing cases
         later on).
      4> MDNodes generated by clang can have empty filename for TAG_inheritance and
         TAG_friend, so DIType::Verify is modified accordingly.
      
      Note that DebugInfoFinder does not list all debug info MDNode.
      For example, clang can generate:
      metadata !{i32 786468}, which will fail to verify.
      This MDNode is used by debug info but not included in DebugInfoFinder.
      This MDNode is generated as a temporary node in DIBuilder::createFunction
        Value *TElts[] = { GetTagConstant(VMContext, DW_TAG_base_type) };
        MDNode::getTemporary(VMContext, TElts)
      
      llvm-svn: 186634
      74c61b9c
  11. Jul 16, 2013
  12. Jul 11, 2013
  13. Jul 10, 2013
  14. Jul 09, 2013
    • Adrian Prantl's avatar
      move test into the appropriate subdir. · 1014fcfd
      Adrian Prantl authored
      llvm-svn: 185972
      1014fcfd
    • Adrian Prantl's avatar
      Reapply an improved version of r180816/180817. · 418d1d1e
      Adrian Prantl authored
      Change the informal convention of DBG_VALUE machine instructions so that
      we can express a register-indirect address with an offset of 0.
      The old convention was that a DBG_VALUE is a register-indirect value if
      the offset (operand 1) is nonzero. The new convention is that a DBG_VALUE
      is register-indirect if the first operand is a register and the second
      operand is an immediate. For plain register values the combination reg,
      reg is used. MachineInstrBuilder::BuildMI knows how to build the new
      DBG_VALUES.
      
      rdar://problem/13658587
      
      llvm-svn: 185966
      418d1d1e
  15. Jul 05, 2013
    • David Blaikie's avatar
      DebugInfo: Consider global variables without locations to be valid · 9a300bda
      David Blaikie authored
      We were being a bit too aggresive here in classifying global variables
      with no global reference or constant value to be invalid - this would
      cause LLVM to not emit the DWARF description of the global variable if
      it had been optimized away, which isn't helpful for users who might
      benefit from the global variable's description even if there's no
      location information.
      
      This also fixes a crasher issue here that I was unable to reduce a test
      case for - involving a using decl (& subsequent
      DW_TAG_imported_declaration ) of such a global variable that, once
      optimized away, would crash when an attempt to emit the imported
      declaration was made.
      
      llvm-svn: 185675
      9a300bda
  16. Jul 03, 2013
  17. Jul 02, 2013
  18. Jul 01, 2013
Loading