Skip to content
  1. Jan 08, 2011
  2. 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
  3. Oct 08, 2010
  4. Sep 29, 2010
  5. Aug 23, 2010
  6. Aug 06, 2010
  7. Jul 22, 2010
  8. Mar 15, 2010
  9. Mar 14, 2010
  10. Feb 09, 2010
  11. Oct 25, 2009
  12. Sep 09, 2009
  13. Aug 01, 2009
  14. Jul 31, 2009
  15. Jul 22, 2009
  16. Jul 13, 2009
    • Owen Anderson's avatar
      Begin the painful process of tearing apart the rat'ss nest that is... · 53a52215
      Owen Anderson authored
      Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
      This involves temporarily hard wiring some parts to use the global context.  This isn't ideal, but it's
      the only way I could figure out to make this process vaguely incremental.
      
      llvm-svn: 75445
      53a52215
  17. Jan 28, 2009
  18. Oct 31, 2008
  19. Oct 03, 2008
  20. Sep 13, 2008
    • Dan Gohman's avatar
      Remove isImm(), isReg(), and friends, in favor of · 38453eeb
      Dan Gohman authored
      isImmediate(), isRegister(), and friends, to avoid confusion
      about having two different names with the same meaning. I'm
      not attached to the longer names, and would be ok with
      changing to the shorter names if others prefer it.
      
      llvm-svn: 56189
      38453eeb
  21. Sep 04, 2008
  22. Aug 14, 2008
  23. Aug 08, 2008
  24. Aug 07, 2008
  25. Aug 06, 2008
  26. Aug 05, 2008
  27. May 13, 2008
  28. Dec 29, 2007
  29. May 06, 2007
  30. May 03, 2007
  31. May 02, 2007
  32. May 01, 2007
  33. Aug 28, 2006
  34. Aug 27, 2006
Loading