1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/tools
Misha Brukman 009e42dd43 * If compiling on X86 or Sparc, automagically enable the JIT for that arch
* Setting ENABLE_X86_JIT or ENABLE_SPARC_JIT on the `make' command-line will
  force the inclusion of that JIT on a different architecture
* If neither JIT is enabled (e.g., compiling on a different architecture), the
  -march option will not be available to LLI.
* As a side effect of the $ARCH variable, the Sparc LLI can now link just a bit
  faster by not including the x86 library.

llvm-svn: 7070
2003-07-02 17:53:19 +00:00
..
analyze Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where 2003-06-17 20:09:18 +00:00
as Add support for: -o - 2003-05-31 21:47:16 +00:00
bugpoint Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
dis Add support for: -o - 2003-05-31 21:47:16 +00:00
extract Move the function extractor pass from tools/extract into lib/Xform/IPO 2002-11-19 18:42:59 +00:00
gccas Add tail duplication pass to the pipeline, move the verifier pass to the front 2003-06-22 20:11:45 +00:00
gccld Run the simplify CFG pass after instcombine which has the effect of deleting 2003-06-26 05:29:50 +00:00
link Fix major bug in my last checkin. :( 2003-06-13 16:10:26 +00:00
llc Minor cleanups 2003-06-20 15:49:04 +00:00
lli * If compiling on X86 or Sparc, automagically enable the JIT for that arch 2003-07-02 17:53:19 +00:00
llvm-as Add support for: -o - 2003-05-31 21:47:16 +00:00
llvm-dis Add support for: -o - 2003-05-31 21:47:16 +00:00
llvm-link Fix major bug in my last checkin. :( 2003-06-13 16:10:26 +00:00
opt Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where 2003-06-17 20:09:18 +00:00
Makefile Get rid of really old makefile cruft 2003-05-14 21:31:31 +00:00