Skip to content
  1. Sep 06, 2003
    • John Criswell's avatar
      Checkin of autoconf-style object root. · 0a6e6aaf
      John Criswell authored
      Moved Makefile.common to Makefile.rules.  This makes project Makefiles easier
      to support, and allows for easier overriding of default configuration values
      that used to be in Makefile.common.
      Modified Makefile.config.in to determine paths for directories (like
      LLVM_SRC_ROOT) and to use the pwd binary as opposed to the shell builtin (this
      works better for symbolic links).
      
      llvm-svn: 8377
      0a6e6aaf
    • Misha Brukman's avatar
      Added some optimizations: · c1ac706a
      Misha Brukman authored
      * Generate a single BA instead of 6-instruction JUMP if possible
        (this occurs both in the creation and overwriting of the stub code)
      * If possible, rewrite the ORIGINAL call to call the generated function
        directly, thus bypassing the stub entirely
      
      Also added some statistics on how often calls are overwritten and how often the
      CompilationCallback is invoked.
      
      llvm-svn: 8376
      c1ac706a
  2. Sep 05, 2003
  3. Sep 03, 2003
Loading