Skip to content
  1. Jun 02, 2003
  2. May 31, 2003
  3. May 30, 2003
  4. May 28, 2003
  5. May 27, 2003
    • Misha Brukman's avatar
      Allow for specification of which JIT to run on the commandline. · 56d27325
      Misha Brukman authored
      `lli -march=x86' or `lli -march=sparc' will forcefully select the JIT even on a
      different platform. Running lli without the -march option will select the JIT
      for the platform that it's currently running on.
      
      Pro: can test Sparc JIT (debug printing mode) on X86 -- faster to compile/link
      LLVM source base to test changes.
      Con: Linking lli on x86 now pulls in all the Sparc libs -> longer link time
      (but X86 can bear it, right?)
      
      In the future, perhaps this should be a ./configure option to enable/disable
      target JITting...
      
      llvm-svn: 6360
      56d27325
  6. May 09, 2003
  7. May 08, 2003
  8. Jan 29, 2003
  9. Jan 13, 2003
  10. Dec 24, 2002
  11. Dec 13, 2002
  12. Dec 04, 2002
  13. Dec 03, 2002
Loading