llvm-6502/lib/Target
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
..
CBackend Instead of adding stdlib we just prototype malloc correctly. 2002-10-11 21:40:44 +00:00
SparcV9 Allow emission of names that start with an underscore. This is needed to 2002-10-14 06:14:18 +00:00
MachineFrameInfo.cpp * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
TargetData.cpp Don't try to compute the size of an "array" element if the index is 0: 2002-10-13 21:47:44 +00:00
TargetMachine.cpp Run LICM before GCSE! 2002-10-13 00:34:10 +00:00
TargetSchedInfo.cpp Use vectors instead of hash_maps for issueGaps and conflictLists. 2002-10-13 00:37:46 +00:00