llvm-6502/lib
Reid Spencer f4484f3e16 For PR521:
With these patches we implement the ability for the Linker library to
keep track of which libraries were actually bytecode files (not archives)
and cause their users to remove such files from the list of libraries to
pass to the native linker.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25169 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-10 03:14:40 +00:00
..
Analysis Fix a problem exposed by the et-forest work. Load-vn needs these passes live 2006-01-08 09:10:04 +00:00
Archive more C++ daintiness 2005-12-26 14:31:26 +00:00
AsmParser Regenerate 2005-12-21 18:31:50 +00:00
Bytecode more C++ daintiness 2005-12-26 14:31:26 +00:00
CodeGen Fix an exponential function in libcall insertion to not be exponential. :) 2006-01-09 23:21:49 +00:00
Debugger dum de dum 2005-12-26 10:24:15 +00:00
ExecutionEngine Wrap long lines. 2006-01-07 06:20:51 +00:00
Linker For PR521: 2006-01-10 03:14:40 +00:00
Support HP aCC chokes on this, but it's not required anyway: according to 2005-12-26 05:00:25 +00:00
System For PR351: 2005-12-22 20:00:16 +00:00
Target Remove a comment that no longer applies. 2006-01-10 00:15:59 +00:00
Transforms Teach loopsimplify to update et-forest. Patch contributed by Daniel Berlin! 2006-01-09 08:03:08 +00:00
VMCore Bugfix for etforest updating. Contributed by Daniel Berlin. 2006-01-09 07:58:01 +00:00
Makefile