Skip to content
  1. Jan 07, 2012
  2. 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
  3. Nov 05, 2011
  4. Nov 04, 2011
  5. Nov 01, 2011
  6. Oct 18, 2011
  7. Sep 08, 2011
  8. Sep 02, 2011
  9. Aug 24, 2011
  10. Aug 18, 2011
  11. Aug 16, 2011
  12. Aug 02, 2011
  13. Jul 26, 2011
  14. Jul 25, 2011
  15. Jul 23, 2011
  16. Jul 22, 2011
  17. Jul 20, 2011
  18. Jul 19, 2011
  19. Jul 18, 2011
  20. Jul 15, 2011
  21. Jul 14, 2011
  22. Jul 12, 2011
  23. Jul 09, 2011
  24. Jul 08, 2011
    • Evan Cheng's avatar
      Eliminate asm parser's dependency on TargetMachine: · 4d1ca96b
      Evan Cheng authored
      - Each target asm parser now creates its own MCSubtatgetInfo (if needed).
      - Changed AssemblerPredicate to take subtarget features which tablegen uses
        to generate asm matcher subtarget feature queries. e.g.
        "ModeThumb,FeatureThumb2" is translated to
        "(Bits & ModeThumb) != 0 && (Bits & FeatureThumb2) != 0".
      
      llvm-svn: 134678
      4d1ca96b
  25. Jun 30, 2011
  26. Jun 29, 2011
  27. Jun 28, 2011
  28. Jun 21, 2011
  29. May 22, 2011
  30. May 01, 2011
  31. Apr 22, 2011
Loading