Skip to content
  1. Oct 02, 2003
  2. Oct 01, 2003
  3. Sep 30, 2003
  4. Sep 23, 2003
  5. Sep 21, 2003
  6. Sep 18, 2003
  7. Sep 16, 2003
  8. Sep 10, 2003
  9. Sep 09, 2003
  10. Sep 08, 2003
  11. 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
  12. Sep 01, 2003
  13. Aug 29, 2003
    • Misha Brukman's avatar
      * Use alloca() to force GCC not to eliminate frame pointer · 9770b835
      Misha Brukman authored
      * Break apart saving and restoring registers into separate functions
      * Instead of saving single and double FP registers, just save the double
        registers -- aliasing helps preserve the single FP registers as well.
      * Request just as much memory for a stub as we actually use
      
      llvm-svn: 8200
      9770b835
  14. Aug 28, 2003
  15. Aug 24, 2003
Loading