llvm-6502/lib
Chris Lattner 111a3193b5 use EmitLinkage for functions as well as globals. One output
change is that we now use ".linkonce discard" for global variables
instead of ".linkonce samesize".  These should be the same, just less
strict.  If anyone is interested in mcizing MCSection for COFF targets,
this should be easy to fix.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94623 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-26 23:51:52 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen use EmitLinkage for functions as well as globals. One output 2010-01-26 23:51:52 +00:00
CompilerDriver
ExecutionEngine Add support for target-specific 32-bit custom-lowered 2010-01-26 04:05:28 +00:00
Linker
MC use EmitLinkage for functions as well as globals. One output 2010-01-26 23:51:52 +00:00
Support
System
Target Ignore 'forced' tailcall opt in fastisel mode. 2010-01-26 23:28:40 +00:00
Transforms Avoid extra calls to MD->getNumOperands() 2010-01-26 23:29:09 +00:00
VMCore fix CastInst::castIsValid to reject aggregate types, fixing PR6153: 2010-01-26 21:51:43 +00:00
Makefile