Skip to content
  1. Jan 05, 2009
  2. Nov 19, 2008
  3. Jun 27, 2008
  4. Jun 15, 2008
  5. Feb 20, 2008
  6. Jan 27, 2008
  7. Jan 09, 2008
  8. Dec 29, 2007
  9. Oct 08, 2007
  10. Jul 23, 2007
  11. Jul 05, 2007
  12. Jun 19, 2007
  13. May 06, 2007
  14. Apr 30, 2007
  15. Apr 04, 2007
    • Reid Spencer's avatar
      For PR1302: · d7799fd1
      Reid Spencer authored
      Rename LinkItems as NativeLinkItems since it is filled out by the Linker
      library to contain only those items deemed to be native.
      
      llvm-svn: 35654
      d7799fd1
  16. Feb 16, 2007
  17. Feb 09, 2007
  18. Feb 08, 2007
    • Reid Spencer's avatar
      For PR1153: · 5d211e24
      Reid Spencer authored
      Copy a couple more missing options from gccld to llvm-ld.
      
      llvm-svn: 34061
      5d211e24
  19. Jan 21, 2007
  20. Dec 07, 2006
  21. Dec 06, 2006
  22. Nov 29, 2006
  23. Nov 11, 2006
  24. Nov 05, 2006
  25. Sep 01, 2006
  26. Aug 23, 2006
    • Reid Spencer's avatar
      For PR797: · 879ed5ab
      Reid Spencer authored
      Eliminate exception throwing from Path::renamePathOnDisk and adjust its
      users correspondingly.
      
      llvm-svn: 29843
      879ed5ab
    • Reid Spencer's avatar
      For PR797: · 8db84424
      Reid Spencer authored
      Remove exceptions from the Path::create*OnDisk methods. Update their users
      to handle error messages via arguments and result codes.
      
      llvm-svn: 29840
      8db84424
    • Reid Spencer's avatar
      For PR797: · 9d2f19c7
      Reid Spencer authored
      Change the Path::make*OnDisk methods exception free and adjust their usage.
      
      llvm-svn: 29836
      9d2f19c7
  27. Aug 21, 2006
    • Reid Spencer's avatar
      For PR797: · 944645af
      Reid Spencer authored
      Adjust usage of the ExecuteAndWait function to use the last argument which
      is the ErrMsg string. This is necessitated because this function no longer
      throws exceptions on error.
      
      llvm-svn: 29791
      944645af
  28. Jun 27, 2006
  29. Jun 08, 2006
    • Reid Spencer's avatar
      For PR780: · 5113dc5c
      Reid Spencer authored
      1. Add #includes to LinkAllVMCore.h to get Mangler.o and InlineAsm.o
      2. Make Mangler.h and InlineAsm.h use the macros to ensure linkage
      3. Make each of the tools with --load options include LinkAllVMCore.h
      This should be the last set of changes for this bug and 800.
      
      llvm-svn: 28719
      5113dc5c
  30. May 14, 2006
  31. Mar 06, 2006
  32. Jan 10, 2006
    • Reid Spencer's avatar
      For PR521: · 5995c575
      Reid Spencer authored
      With these patches we implement the ability for the Linker library to
      keep track of which libraries were actually bytecode files (not archives)
      and cause their users to remove such files from the list of libraries to
      pass to the native linker.
      
      llvm-svn: 25169
      5995c575
  33. Dec 21, 2005
    • Reid Spencer's avatar
      Implement PR512: · 41e1b6fe
      Reid Spencer authored
      This patch adds a -post-link-opts option to llvm-ld which allows an arbitrary
      program to optimize bytecode after linking. The program is passed two file
      names. The first is the input (linked bytecode) the second is where it must
      place its output (presumably after optimizing). If the output file is bytecode,
      it is used as a substitute for the input. This will allow things like poolalloc
      to be written as a separate program instead of a loadable module or built into
      LLVM.
      
      llvm-svn: 24893
      41e1b6fe
Loading