Skip to content
  1. Oct 08, 2012
  2. Oct 05, 2012
    • NAKAMURA Takumi's avatar
      lli: [MCJIT] Suppress "__main" for cygming in... · a549b51a
      NAKAMURA Takumi authored
      lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPointerToNamedFunction(), like legacy JITMemoryManager's.
      
      CRT's __main (aka premain) invokes global ctors on cygming. See also PR3897.
      
      llvm-svn: 165312
      a549b51a
  3. Oct 04, 2012
  4. Oct 02, 2012
  5. Oct 01, 2012
    • Jordan Rose's avatar
      Re-enable support for --program-prefix. · 3c837abd
      Jordan Rose authored
      The Apple buildbots have been modified not to pass --target,
      so they shouldn't choke on a default program prefix anymore.
      
      Patch by Rick Foos!
      
      llvm-svn: 164956
      3c837abd
  6. Sep 28, 2012
  7. Sep 27, 2012
  8. Sep 26, 2012
    • Jordan Rose's avatar
      Revert "Add --program-prefix support to build" · 2998d25a
      Jordan Rose authored
      The Apple buildbots are set up to pass --target to configure for both
      cross- and non-cross-compile builds, and the standard autoconf response
      to this is to set the program prefix to '<target>-'. Until we can figure
      out the proper way to handle this (don't pass --target? pass an explicit
      --program-prefix=""? don't auto-populate program_prefix with target_alias?)
      it's more important to keep the buildbots running.
      
      This reverts r164633 / ba48ceb1a3802e20e781ef04ea2573ffae2ac414.
      
      llvm-svn: 164651
      2998d25a
  9. Sep 25, 2012
  10. Sep 20, 2012
  11. Sep 19, 2012
    • Andrew Trick's avatar
      Silence -Wnon-virtual-dtor in llvm-stress. · becbbbe1
      Andrew Trick authored
      This was making it hard to scan my builds for new warnings. The
      warning still fires with ToT clang. But if my workaround is unnecessary
      for whatever reason, feel free to revert.
      
      llvm-svn: 164201
      becbbbe1
  12. Sep 18, 2012
  13. Sep 15, 2012
  14. Sep 07, 2012
  15. Sep 06, 2012
  16. Sep 05, 2012
  17. Sep 04, 2012
  18. Sep 01, 2012
  19. Aug 29, 2012
    • Jim Grosbach's avatar
      LLI: move instruction cache tweaks. · 748b9478
      Jim Grosbach authored
      Invalidate the instruction cache right before we start actually executing code, otherwise
      we can miss some that came later. This is still not quite right for a truly lazilly
      compiled environment, but it's closer.
      
      llvm-svn: 162803
      748b9478
  20. Aug 28, 2012
    • Jack Carter's avatar
      Some of the instructions in the Mips instruction set are revision · 551efd7f
      Jack Carter authored
      delimited. llvm-mc -disassemble access these through the -mattr
      option.
      
      llvm-objdump -disassemble had no such way to set the attribute so
      some instructions were just not recognized for disassembly.
      
      This patch accepts llvm-mc mechanism for specifying the attributes.
      
      llvm-svn: 162781
      551efd7f
  21. Aug 27, 2012
  22. Aug 21, 2012
  23. Aug 17, 2012
    • Bill Wendling's avatar
      Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to · 34bc34ec
      Bill Wendling authored
      make it more consistent with its intended semantics.
      
      The `linker_private_weak_def_auto' linkage type was meant to automatically hide
      globals which never had their addresses taken. It has nothing to do with the
      `linker_private' linkage type, which outputs the symbols with a `l' (ell) prefix
      among other things.
      
      The intended semantic is more like the `linkonce_odr' linkage type.
      
      Change the name of the linkage type to `linkonce_odr_auto_hide'. And therefore
      changing the semantics so that it produces the correct output for the linker.
      
      Note: The old linkage name `linker_private_weak_def_auto' will still parse but
      is not a synonym for `linkonce_odr_auto_hide'. This should be removed in 4.0.
      <rdar://problem/11754934>
      
      llvm-svn: 162114
      34bc34ec
  24. Aug 10, 2012
  25. Aug 09, 2012
  26. Aug 08, 2012
  27. Aug 07, 2012
  28. Aug 06, 2012
Loading