Skip to content
  1. Oct 06, 2016
  2. Oct 05, 2016
  3. Oct 04, 2016
  4. Oct 03, 2016
  5. Oct 01, 2016
  6. Sep 30, 2016
  7. Sep 29, 2016
    • Rui Ueyama's avatar
      Rename "void check(Error)". · 6c5cbff9
      Rui Ueyama authored
      We have a few "check" functions in Error.h. All of them are to
      check for an error and strip an error object if there was no error,
      except "void check(Error E)", which doesn't return anything.
      This patch renames it and moves it to the .cpp file where it is used.
      
      llvm-svn: 282764
      6c5cbff9
    • Rui Ueyama's avatar
      Rename warning -> warn. · d31e13f2
      Rui Ueyama authored
      It's better because it's a verb.
      
      llvm-svn: 282763
      d31e13f2
    • Rafael Espindola's avatar
      Don't error if we can't put the header in a PT_LOAD. · 6d91fce5
      Rafael Espindola authored
      If there is not sufficient address space, just give up and don't put
      the header in the PT_LOAD.
      
      This matches bfd behaviour and I found at least one script that
      depends on having a section at address 0.
      
      llvm-svn: 282750
      6d91fce5
Loading