Skip to content
  1. Mar 31, 2012
  2. Jan 20, 2012
  3. Dec 02, 2011
    • Nick Lewycky's avatar
      Move global variables in TargetMachine into new TargetOptions class. As an API · 50f02cb2
      Nick Lewycky authored
      change, now you need a TargetOptions object to create a TargetMachine. Clang
      patch to follow.
      
      One small functionality change in PTX. PTX had commented out the machine
      verifier parts in their copy of printAndVerify. That now calls the version in
      LLVMTargetMachine. Users of PTX who need verification disabled should rely on
      not passing the command-line flag to enable it.
      
      llvm-svn: 145714
      50f02cb2
  4. Nov 05, 2011
  5. Nov 01, 2011
  6. Aug 24, 2011
  7. Aug 18, 2011
  8. Aug 02, 2011
  9. Jul 25, 2011
  10. Jul 22, 2011
  11. Jul 20, 2011
  12. Jul 19, 2011
  13. Jul 18, 2011
  14. Jul 15, 2011
  15. Jul 12, 2011
  16. Jun 30, 2011
  17. Jun 29, 2011
  18. May 22, 2011
  19. Mar 22, 2011
  20. Mar 18, 2011
  21. Mar 02, 2011
    • Rafael Espindola's avatar
      Add a special streamer to libLTO that just records symbols definitions and · 1e49a6d9
      Rafael Espindola authored
      uses.
      
      The result produced by the streamer is used to give the linker more accurate
      information and to add to llvm.compiler.used. The second improvement removes
      the need for the user to add __attribute__((used)) to functions only used in
      inline asm. The first one lets us build firefox with LTO on Darwin :-)
      
      llvm-svn: 126830
      1e49a6d9
  22. Feb 24, 2011
  23. Feb 20, 2011
  24. Feb 12, 2011
  25. Feb 11, 2011
  26. Dec 16, 2010
  27. Dec 10, 2010
  28. Dec 09, 2010
  29. Dec 06, 2010
  30. Dec 04, 2010
  31. Nov 29, 2010
  32. Oct 07, 2010
Loading