1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/tools
Chris Lattner 0171aec781 Goodbye macro hell, hello nice clean and simple code. This also gives llc
the ability to dynamically load and use targets that are not linked into it
statically.  e.g.:

  llc -load libparisc.so -march=parisc foo.bc -o foo.s

llvm-svn: 14751
2004-07-11 04:03:24 +00:00
..
analyze Add -load option 2004-07-11 01:08:19 +00:00
bugpoint Add -load option 2004-07-11 01:08:19 +00:00
extract Header file moved 2004-05-27 05:41:36 +00:00
gccas Header file moved 2004-05-27 05:41:36 +00:00
gccld Linker.h moved to include/llvm/Support 2004-06-23 17:33:09 +00:00
llc Goodbye macro hell, hello nice clean and simple code. This also gives llc 2004-07-11 04:03:24 +00:00
llee Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
lli Add a -load option 2004-07-11 01:06:59 +00:00
llvm-ar Add #include <iostream> since Value.h does not include it any more. 2004-07-04 12:20:55 +00:00
llvm-as Add #include <iostream> since Value.h does not include it any more. 2004-07-04 12:20:55 +00:00
llvm-bcanalyzer Name Change: llvm-abcd -> llvm-bcanalyzer 2004-07-02 03:22:53 +00:00
llvm-db Add -load option 2004-07-11 01:08:19 +00:00
llvm-dis Eliminate more traces of the -c option 2004-06-07 18:10:01 +00:00
llvm-link Add #include <iostream> since Value.h does not include it any more. 2004-07-04 12:20:55 +00:00
llvm-nm Add #include <iostream> since Value.h does not include it any more. 2004-07-04 12:20:55 +00:00
llvm-prof Add #include <iostream> since Value.h does not include it any more. 2004-07-04 12:20:55 +00:00
llvm-stub Fix a double negation (in grammar). 2004-06-02 00:29:52 +00:00
opt Add -load option 2004-07-11 01:08:19 +00:00
Makefile Build llvm-bcanalyzer 2004-07-02 05:59:20 +00:00