Skip to content
  1. Aug 21, 2010
    • Bill Wendling's avatar
      Create the new linker type "linker_private_weak_def_auto". · 578ee407
      Bill Wendling authored
      It's similar to "linker_private_weak", but it's known that the address of the
      object is not taken. For instance, functions that had an inline definition, but
      the compiler decided not to inline it. Note, unlike linker_private and
      linker_private_weak, linker_private_weak_def_auto may have only default
      visibility.  The symbols are removed by the linker from the final linked image
      (executable or dynamic library).
      
      llvm-svn: 111684
      578ee407
    • Dan Gohman's avatar
      Introduce a new temporary MDNode concept. Temporary MDNodes are · 16a5d98c
      Dan Gohman authored
      not part of the IR, are not uniqued, and may be safely RAUW'd.
      This replaces a variety of alternate mechanisms for achieving
      the same effect.
      
      llvm-svn: 111681
      16a5d98c
  2. Aug 20, 2010
  3. Aug 19, 2010
Loading