Skip to content
  1. Aug 13, 2014
    • Benjamin Kramer's avatar
      Canonicalize header guards into a common format. · a7c40ef0
      Benjamin Kramer authored
      Add header guards to files that were missing guards. Remove #endif comments
      as they don't seem common in LLVM (we can easily add them back if we decide
      they're useful)
      
      Changes made by clang-tidy with minor tweaks.
      
      llvm-svn: 215558
      a7c40ef0
  2. Aug 12, 2014
  3. Aug 11, 2014
  4. Aug 08, 2014
  5. Aug 07, 2014
  6. 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
  7. Aug 04, 2014
  8. Aug 02, 2014
  9. Aug 01, 2014
  10. Jul 31, 2014
  11. Jul 30, 2014
Loading