Skip to content
  1. Apr 24, 2002
  2. Apr 19, 2002
  3. Apr 18, 2002
  4. Apr 17, 2002
  5. Apr 16, 2002
    • Chris Lattner's avatar
      Remove old frivolous uses of getStrValue in a debugging statement · de9c04cf
      Chris Lattner authored
      llvm-svn: 2270
      de9c04cf
    • Chris Lattner's avatar
      Remove unneccesary cast · 25bf874f
      Chris Lattner authored
      llvm-svn: 2269
      25bf874f
    • Chris Lattner's avatar
      Changes to: · d84bb637
      Chris Lattner authored
      * Fix bug printing method types (oops when converting previous code)
      * Move some of the code from Constant::getStrValue implementations here.
        This allows us to do a MUCH MUCH better job printing out complex constant
        values (think an array of structure pointers), because we print symbolic
        type names instead of structural.  The assistance when debugging is immense
      
      Eventually, Constant::getStrValue should be removed (it existed before because
      the asmwriter file was not in VMCore), and everyone should go through the
      asmwriter that want's equivalent functionality.
      
      llvm-svn: 2268
      d84bb637
    • Chris Lattner's avatar
      Fix for buggy test · e629eda6
      Chris Lattner authored
      llvm-svn: 2267
      e629eda6
    • Chris Lattner's avatar
      * Remove the concept of a critical shadow node · 071dea73
      Chris Lattner authored
      * Make the function pointer argument explicit for a call nodes
      * Eliminate unreachable global values
      * Merge call nodes that are identical
      
      llvm-svn: 2266
      071dea73
Loading