Skip to content
  1. Jan 09, 2014
  2. Jan 08, 2014
  3. Jan 06, 2014
  4. Jan 05, 2014
  5. Jan 04, 2014
  6. Jan 03, 2014
  7. Jan 02, 2014
  8. Jan 01, 2014
  9. Dec 31, 2013
  10. Dec 28, 2013
  11. Dec 27, 2013
    • Rui Ueyama's avatar
      [PECOFF] Add file extensions to temporary files. · ce9b9abb
      Rui Ueyama authored
      No functionality change.
      
      llvm-svn: 198075
      ce9b9abb
    • Rui Ueyama's avatar
      [PECOFF] Add a test for /noentry. · c96b41c3
      Rui Ueyama authored
      llvm-svn: 198074
      c96b41c3
    • Rui Ueyama's avatar
      [PECOFF] Change the DLL entry symbol. · e6ed0f25
      Rui Ueyama authored
      I'm not 100% sure but it looks like DLL entry symbol (DLL initializer function
      name) should be _DllMainCRTStartup@12. The reason why I'm not very sure is
      because I have no idea what "@12" suffix is, but without it the symbol won't
      be resolved...
      
      llvm-svn: 198072
      e6ed0f25
    • Rui Ueyama's avatar
      [PECOFF] Parse .drectve section before reading other file contents. · d0cce867
      Rui Ueyama authored
      Currently .drectve section contents are parsed after other sections are parsed.
      That order may result in wrong results if other sections depend on command line
      options in the directive section.
      
      For example, if a weak symbol is defined using /alternatename option in the
      directive section, we have to read it first and then read the text section
      contents. Otherwise the weak symbol won't be defined.
      
      This patch changes the order to fix the issue.
      
      llvm-svn: 198071
      d0cce867
    • Rui Ueyama's avatar
      [PECOFF] Skip empty .drectve sections. · ae50a9e6
      Rui Ueyama authored
      There are many object files in the standard library who have empty .drective
      sections. Parsing the empty string is not wrong but a waste.
      
      llvm-svn: 198067
      ae50a9e6
    • Rui Ueyama's avatar
      Fix comment. · 9e26f5f3
      Rui Ueyama authored
      llvm-svn: 198066
      9e26f5f3
  12. Dec 26, 2013
Loading