1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/tools
Misha Brukman 86c8f92142 Since several tools and examples want JIT support, factor out the process of
adding the right libs for any given architecture's JIT into a single place

llvm-svn: 16989
2004-10-14 18:58:19 +00:00
..
analyze Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
bugpoint Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
extract Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
gccas Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
gccld Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llc Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llee Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
lli Enable the PowerPC JIT by compiling powerpc.o library into lli 2004-10-14 06:35:11 +00:00
llvm-ar Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llvm-as Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llvm-bcanalyzer Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llvm-db Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llvm-dis Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llvm-ld Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llvm-link Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llvm-nm Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llvm-prof Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llvm-stub Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
llvmc Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
opt Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
Makefile Add LLEE into compilation, but not for Sparc 2004-09-13 01:18:30 +00:00
Makefile.am Update to reflect changes in Makefile rules. 2004-10-13 11:46:52 +00:00
Makefile.JIT Since several tools and examples want JIT support, factor out the process of 2004-10-14 18:58:19 +00:00