llvm-6502/tools
Vikram S. Adve 79a334968c Trace code should always be exported just before code generation;
this is not a debugging option.  But we can export it as assembly
instead of bytecode if -debugtrace is specified.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@889 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-18 13:51:20 +00:00
..
analyze Add support to print a call graph, and also add support for module level interprocedural analyses 2001-09-28 00:07:36 +00:00
as Remove extraneous space 2001-09-09 19:35:33 +00:00
dis Fix comment flyer 2001-10-13 07:06:57 +00:00
link Add a new -d argument to dump the internal rep as assembly. 2001-10-14 23:23:33 +00:00
llc Trace code should always be exported just before code generation; 2001-10-18 13:51:20 +00:00
lli Implement global variables. Struct and Pointer initializers are not implemented yet though 2001-10-15 05:51:48 +00:00
llvm-as Remove extraneous space 2001-09-09 19:35:33 +00:00
llvm-dis Fix comment flyer 2001-10-13 07:06:57 +00:00
llvm-link Add a new -d argument to dump the internal rep as assembly. 2001-10-14 23:23:33 +00:00
opt Use the standard header not the old one 2001-10-18 06:13:08 +00:00
tests
Makefile Build the new linker 2001-10-13 07:06:06 +00:00