Skip to content
  1. Aug 18, 2003
  2. Aug 17, 2003
  3. Aug 16, 2003
  4. Aug 15, 2003
    • Brian Gaeke's avatar
      Fix typo in comment · 91e16e75
      Brian Gaeke authored
      llvm-svn: 7906
      91e16e75
    • Brian Gaeke's avatar
      lib/Support/CommandLine.cpp: · 497216dc
      Brian Gaeke authored
      Many changes suggested by Chris. It's okay, I'll recover from the emotional
      damage...maybe someday. :-)
      
      Collapse ParseCStringVector into ParseStringVector.  Comment it.
      Make it take a const input.
      Use std::string::npos instead of -1 (what a mouthful!)
      Make ParseEnvironmentOptions take const inputs.
      Check its args at the very beginning.
      Strdup all the contents of newArgv and free them all at the end.
      
      include/Support/CommandLine.h:
      Constify progName and envVar arguments to ParseEnvironmentOptions().
      
      llvm-svn: 7905
      497216dc
    • Misha Brukman's avatar
      hash_map and hash_set: · c98ef9ae
      Misha Brukman authored
      * Define HASH_NAMESPACE to `std' in the case of pre-3.0 GCC compilers
      * Add comments to clarify the intent of all the #ifdef madness
      * Add VIM directive to highlight files as C++
      
      llvm-svn: 7903
      c98ef9ae
    • Chris Lattner's avatar
      Remove extraneous ;'s, no functional changes · 92fc9b0f
      Chris Lattner authored
      llvm-svn: 7902
      92fc9b0f
    • Misha Brukman's avatar
      * Match the column names in the report · 2ba18cb0
      Misha Brukman authored
      * Describe and clarify meanings of columns
      * Fix up HTML: close <a> and <li> tags
      
      llvm-svn: 7900
      2ba18cb0
    • Misha Brukman's avatar
      Now that the JIT memory manager allocates as many bytes as necessary rather than · 0238ea5d
      Misha Brukman authored
      rounding up to a page, we need to request (num instrs * 4) bytes. However, I
      think that 64 bytes is overkill for the stub function.
      
      llvm-svn: 7888
      0238ea5d
Loading