Skip to content
  1. Sep 04, 2012
    • Evgeniy Stepanov's avatar
      Fix Android build of gtest and lib/Support. · c439a426
      Evgeniy Stepanov authored
      llvm-svn: 163131
      c439a426
    • Tobias Grosser's avatar
      Add dependency to intrinsics_gen · ad41c4ce
      Tobias Grosser authored
      The IndVarSimplify pass in Polly uses the intrinsics header. We need to ensure
      that the header is generated, before we use it. This patch fixes the problem
      for the cmake build (it did not show up in the autoconf one).
      
      Contributed by:   Sameer Sahasrabuddhe  <sameer.sahasrabuddhe@amd.com>
      
      llvm-svn: 163130
      ad41c4ce
    • 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
Loading