Skip to content
  1. Sep 04, 2012
    • Alexey Samsonov's avatar
      Add support for fetching inlining context (stack of source code locations) · c942e6b7
      Alexey Samsonov authored
      by instruction address from DWARF.
      
      Add --inlining flag to llvm-dwarfdump to demonstrate and test this functionality,
      so that "llvm-dwarfdump --inlining --address=0x..." now works much like
      "addr2line -i 0x...", provided that the binary has debug info
      (Clang's -gline-tables-only *is* enough).
      
      llvm-svn: 163128
      c942e6b7
    • Bob Wilson's avatar
      Be conservative about allocations that may alias the accessed pointer. · 01cfbfe9
      Bob Wilson authored
      If an allocation has a must-alias relation to the access pointer, we treat it
      as a Def.  Otherwise, without this check, the code here was just skipping over
      the allocation call and ignoring it.  I noticed this by inspection and don't
      have a specific testcase that it breaks, but it seems like we need to treat
      a may-alias allocation as a Clobber.
      
      llvm-svn: 163127
      01cfbfe9
  2. Sep 03, 2012
  3. Sep 02, 2012
  4. Sep 01, 2012
  5. Aug 31, 2012
Loading