Skip to content
  1. Dec 07, 2011
    • Evan Cheng's avatar
      Add bundle aware API for querying instruction properties and switch the code · 7f8e563a
      Evan Cheng authored
      generator to it. For non-bundle instructions, these behave exactly the same
      as the MC layer API.
      
      For properties like mayLoad / mayStore, look into the bundle and if any of the
      bundled instructions has the property it would return true.
      For properties like isPredicable, only return true if *all* of the bundled
      instructions have the property.
      For properties like canFoldAsLoad, isCompare, conservatively return false for
      bundles.
      
      llvm-svn: 146026
      7f8e563a
  2. Nov 11, 2011
  3. Jan 10, 2011
  4. Jan 08, 2011
  5. Nov 20, 2010
  6. Oct 19, 2010
    • Owen Anderson's avatar
      Get rid of static constructors for pass registration. Instead, every pass... · 6c18d1aa
      Owen Anderson authored
      Get rid of static constructors for pass registration.  Instead, every pass exposes an initializeMyPassFunction(), which
      must be called in the pass's constructor.  This function uses static dependency declarations to recursively initialize
      the pass's dependencies.
      
      Clients that only create passes through the createFooPass() APIs will require no changes.  Clients that want to use the
      CommandLine options for passes will need to manually call the appropriate initialization functions in PassInitialization.h
      before parsing commandline arguments.
      
      I have tested this with all standard configurations of clang and llvm-gcc on Darwin.  It is possible that there are problems
      with the static dependencies that will only be visible with non-standard options.  If you encounter any crash in pass
      registration/creation, please send the testcase to me directly.
      
      llvm-svn: 116820
      6c18d1aa
  7. Sep 24, 2010
  8. Aug 06, 2010
  9. Jul 22, 2010
  10. Jun 25, 2010
  11. Apr 17, 2010
  12. Apr 16, 2010
  13. Apr 15, 2010
  14. Mar 17, 2010
  15. Mar 14, 2010
  16. Feb 09, 2010
  17. Jan 04, 2010
    • David Greene's avatar
      · ca553bd7
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92518
      ca553bd7
  18. Oct 25, 2009
  19. Sep 08, 2009
  20. Aug 23, 2009
  21. Jul 14, 2009
  22. Jul 11, 2009
  23. Feb 18, 2009
  24. Feb 03, 2009
  25. Jan 28, 2009
  26. Sep 04, 2008
  27. Aug 19, 2008
  28. Aug 17, 2008
Loading