Skip to content
  1. Aug 19, 2014
  2. Aug 18, 2014
  3. Aug 17, 2014
  4. Aug 14, 2014
  5. Aug 13, 2014
  6. Aug 12, 2014
  7. Aug 11, 2014
  8. Aug 08, 2014
  9. Aug 07, 2014
  10. Aug 05, 2014
    • Lang Hames's avatar
      [MCJIT] Make llvm-rtdyld check RuntimeDyld's error state when running in -verify · ae17268a
      Lang Hames authored
      mode.
      
      This will cause -verify mode to report failure when RuntimeDyld encounters an
      internal error (e.g. overflows in relocation computations). Previously we had
      let these errors slip past unreported.
      
      llvm-svn: 214925
      ae17268a
    • Rafael Espindola's avatar
      Don't internalize all but main by default. · f9e52cf0
      Rafael Espindola authored
      This is mostly a cleanup, but it changes a fairly old behavior.
      
      Every "real" LTO user was already disabling the silly internalize pass
      and creating the internalize pass itself. The difference with this
      patch is for "opt -std-link-opts" and the C api.
      
      Now to get a usable behavior out of opt one doesn't need the funny
      looking command line:
      
      opt -internalize -disable-internalize -internalize-public-api-list=foo,bar -std-link-opts
      
      llvm-svn: 214919
      f9e52cf0
  11. Aug 04, 2014
  12. Aug 02, 2014
  13. Aug 01, 2014
  14. Jul 31, 2014
Loading