llvm-6502/lib
Chris Lattner bb6b121689 Allow emission of names that start with an underscore. This is needed to
interface with code that uses symbols in the ansi-c protected namespace.  In
most cases this comes from system header files, such as stdio.h.  In particular,
without this change, a reference to the __iob symbol is mangled into ll_iob,
which is not resolved by libc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4165 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-14 06:14:18 +00:00
..
Analysis
AsmParser This loop executed exactly one time, turn it into straightline code 2002-10-14 03:28:42 +00:00
Bytecode Clean up code a bit, no functionality changes. 2002-10-14 03:34:17 +00:00
CodeGen
ExecutionEngine
Linker - Change Function's so that their argument list is populated when they are 2002-10-13 20:57:00 +00:00
Support
Target Allow emission of names that start with an underscore. This is needed to 2002-10-14 06:14:18 +00:00
Transforms - Change Function's so that their argument list is populated when they are 2002-10-13 20:57:00 +00:00
VMCore - Dramatically simplify the Constant::mutateReferences implementation, 2002-10-14 03:30:23 +00:00
Makefile