Skip to content
  1. Apr 03, 2012
  2. Mar 31, 2012
  3. Jan 20, 2012
  4. 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
  5. Nov 05, 2011
  6. Nov 01, 2011
  7. Aug 24, 2011
  8. Aug 18, 2011
  9. Aug 02, 2011
  10. Jul 25, 2011
  11. Jul 22, 2011
  12. Jul 20, 2011
  13. Jul 19, 2011
  14. Jul 18, 2011
  15. Jul 15, 2011
  16. Jul 12, 2011
  17. Jun 30, 2011
  18. Jun 29, 2011
  19. May 22, 2011
  20. Mar 22, 2011
  21. Mar 18, 2011
  22. 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
  23. Feb 24, 2011
  24. Feb 20, 2011
  25. Feb 12, 2011
  26. Feb 11, 2011
  27. Dec 16, 2010
  28. Dec 10, 2010
Loading