Skip to content
  1. Jul 26, 2003
  2. Jul 25, 2003
  3. Jul 24, 2003
    • Misha Brukman's avatar
      Made a bunch of cleanups, as per Chris' recommendations: · 0fd31727
      Misha Brukman authored
      * Removed unused global and member variables
      * Fixed comments (CodeGeneratorBug.cpp)
      * Check for possibly failing GCC::create() and CBE::create()
      * Remove generated files after diffing the output (e.g., shared object)
      * Instead of using std::for_each, use explicit loops as std::for_each may
        duplicate the functor, and ours carries state
      * Changed member var from cl::opt<std::string> to just std::string
      * Fixed doxygen comments
      * Fixed string comparisons to use [ str.empty() ] instead of [ str == "" ]
      * Cache instances of CBE and GCC in BugDriver across compilations and executions
        while testing tools.
      
      llvm-svn: 7302
      0fd31727
    • Brian Gaeke's avatar
      Cleanups: · 356f3289
      Brian Gaeke authored
      Mangler.cpp: Constify parameter to makeNameProper, and use const_iterator.
       Make Count an unsigned int, and use utostr().
       Don't name parameters things that start with underscore.
      Mangler.h: All of the above, and also: Add Emacs mode-line.  Include <set>.
      
      llvm-svn: 7301
      356f3289
    • Brian Gaeke's avatar
      Factor out name-mangling from X86/Printer, which is derived from CWriter, · d4dff190
      Brian Gaeke authored
      into this new support class.
      
      llvm-svn: 7300
      d4dff190
    • Brian Gaeke's avatar
      Use unified CWriter-X86/Printer name mangler. Do not bother using · 46f8b713
      Brian Gaeke authored
      SlotCalculator in CWriter.  (Unfortunately, all this means a lot of
      X86/Printer's methods have to be de-constified again.  Oh well.)
      
      llvm-svn: 7299
      46f8b713
    • Chris Lattner's avatar
      More testcases, which I'll implement later · daff644d
      Chris Lattner authored
      llvm-svn: 7298
      daff644d
    • Chris Lattner's avatar
      Modernize testcase · 4f6a4119
      Chris Lattner authored
      llvm-svn: 7297
      4f6a4119
Loading