Skip to content
  1. Mar 27, 2012
  2. Feb 06, 2012
  3. Jan 24, 2012
  4. Jan 10, 2012
  5. 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
  6. Jul 20, 2011
  7. Jul 18, 2011
  8. Jul 13, 2011
  9. Jun 23, 2011
  10. Jun 19, 2011
  11. May 05, 2011
  12. May 01, 2011
  13. Apr 28, 2011
    • Rafael Espindola's avatar
      Remove unnecessary argument. · ce83fc34
      Rafael Espindola authored
      llvm-svn: 130343
      ce83fc34
    • Rafael Espindola's avatar
      Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and · 08704349
      Rafael Espindola authored
      give it a bit more responsibility. Also implement it for MachO.
      
      If hacked to use cfi, 32 bit MachO will produce
      
      .cfi_personality 155, L___gxx_personality_v0$non_lazy_ptr
      
      and 64 bit will produce
      
      .cfi_presonality ___gxx_personality_v0
      
      The general idea is that .cfi_personality gets passed the final symbol. It is
      up to codegen to produce it if using indirect representation (like 32 bit
      MachO), but it is up to MC to decide which relocations to create.
      
      llvm-svn: 130341
      08704349
  14. Apr 20, 2011
  15. Apr 16, 2011
  16. Apr 15, 2011
  17. Apr 14, 2011
  18. Jan 23, 2011
  19. Jan 18, 2011
  20. Jan 16, 2011
  21. Sep 27, 2010
  22. Jun 18, 2010
  23. Apr 08, 2010
  24. Mar 17, 2010
  25. Mar 12, 2010
  26. Mar 11, 2010
  27. Mar 10, 2010
  28. Feb 16, 2010
  29. Feb 15, 2010
Loading