Skip to content
  1. Feb 17, 2012
  2. Feb 04, 2012
    • Andrew Trick's avatar
      TargetPassConfig: confine the MC configuration to TargetMachine. · f8ea108c
      Andrew Trick authored
      Passes prior to instructon selection are now split into separate configurable stages.
      Header dependencies are simplified.
      The bulk of this diff is simply removal of the silly DisableVerify flags.
      
      Sorry for the target header churn. Attempting to stabilize them.
      
      llvm-svn: 149754
      f8ea108c
  3. Feb 03, 2012
    • Andrew Trick's avatar
      Added TargetPassConfig. The first little step toward configuring codegen passes. · ccb67365
      Andrew Trick authored
      Allows command line overrides to be centralized in LLVMTargetMachine.cpp.
      LLVMTargetMachine can intercept common passes and give precedence to command line overrides.
      Allows adding "internal" target configuration options without touching TargetOptions.
      Encapsulates the PassManager.
      Provides a good point to initialize all CodeGen passes so that Pass ID's can be used in APIs.
      Allows modifying the target configuration hooks without rebuilding the world.
      
      llvm-svn: 149672
      ccb67365
  4. Dec 20, 2011
  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. Nov 16, 2011
  7. Oct 17, 2011
  8. Oct 14, 2011
  9. Sep 27, 2011
  10. Sep 21, 2011
  11. Aug 24, 2011
  12. Jul 21, 2011
  13. Jul 20, 2011
  14. Jul 19, 2011
  15. Jul 15, 2011
  16. 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
  17. Jun 30, 2011
  18. May 19, 2011
  19. May 04, 2011
  20. Apr 15, 2011
  21. Jan 10, 2011
  22. Nov 15, 2010
  23. May 11, 2010
  24. Jan 20, 2010
  25. Jan 19, 2010
  26. Dec 21, 2009
  27. Nov 07, 2009
  28. Aug 22, 2009
  29. Aug 12, 2009
  30. Aug 11, 2009
  31. Aug 03, 2009
  32. Jul 25, 2009
  33. Jul 19, 2009
  34. Jul 16, 2009
Loading