Skip to content
  1. Sep 06, 2003
    • John Criswell's avatar
      Checkin of autoconf-style object root. · b91e9569
      John Criswell authored
      Updated TestRunner tests so that they work correctly in a separate object root
      directory.
      
      llvm-svn: 8383
      b91e9569
    • John Criswell's avatar
      Checkin of autoconf-style object root. · e7527347
      John Criswell authored
      Use QMTest for the feature and Regression tests.
      Continue using the Makefile system for the Programs tests.
      Adjusted the Makefile rules to handle building outside the source directory.
      
      llvm-svn: 8381
      e7527347
    • John Criswell's avatar
      Checkin of autoconf-style object root. · bc4511c0
      John Criswell authored
      Modified Makefiles to use the new Makefile setup in LLVM.
      
      llvm-svn: 8380
      bc4511c0
    • John Criswell's avatar
      Checkin of autoconf-style object root. · 0d1a26dd
      John Criswell authored
      Adjusted Makefile to work with new autoconf-style object root.
      Specifically, use the new -I option of tblgen to find include files.
      
      llvm-svn: 8379
      0d1a26dd
    • John Criswell's avatar
      Checkin of autoconf-style object root. · 2970d520
      John Criswell authored
      Added the AC_CONFIG_MAKEFILE macro to configure akefiles which don't need .in
      templates.
      Removed the --with-objroot option.
      Added commands to configure.ac to configure all of the LLVM Makefiles.  Oof.
      
      llvm-svn: 8378
      2970d520
    • 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