Skip to content
  1. Oct 31, 2012
  2. Oct 29, 2012
  3. Oct 26, 2012
  4. Oct 24, 2012
  5. Oct 23, 2012
  6. Oct 19, 2012
  7. Oct 18, 2012
    • Bob Wilson's avatar
      Revert "We need this symbol after an LTO build." · 3b8d7bc1
      Bob Wilson authored
      This reverts commit 165776.  The plug-in uses this symbol; it does not
      define it.  It needs to be exported from bugpoint itself, not from the plug-in.
      
      llvm-svn: 166207
      3b8d7bc1
    • Bob Wilson's avatar
      Temporarily revert the TargetTransform changes. · d6d9ccca
      Bob Wilson authored
      The TargetTransform changes are breaking LTO bootstraps of clang.  I am
      working with Nadav to figure out the problem, but I am reverting it for now
      to get our buildbots working.
      
      This reverts svn commits: 165665 165669 165670 165786 165787 165997
      and I have also reverted clang svn 165741
      
      llvm-svn: 166168
      d6d9ccca
  8. Oct 17, 2012
  9. Oct 16, 2012
  10. Oct 12, 2012
  11. Oct 11, 2012
    • Nadav Rotem's avatar
      · e1032873
      Nadav Rotem authored
      Add a new interface to allow IR-level passes to access codegen-specific information.
      
      llvm-svn: 165665
      e1032873
  12. Oct 10, 2012
  13. Oct 08, 2012
  14. 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
  15. Oct 04, 2012
  16. Oct 02, 2012
  17. 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
  18. Sep 28, 2012
  19. Sep 27, 2012
  20. 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
  21. Sep 25, 2012
  22. Sep 20, 2012
  23. 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
  24. Sep 18, 2012
  25. Sep 15, 2012
  26. Sep 07, 2012
  27. Sep 06, 2012
  28. Sep 05, 2012
Loading