Skip to content
  1. Sep 08, 2003
  2. Sep 06, 2003
    • 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
    • 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
  3. Sep 05, 2003
  4. Sep 03, 2003
  5. Sep 02, 2003
Loading