llvm-6502/lib
Bill Schmidt daa65f5e08 This patch makes medium code model the default for 64-bit PowerPC ELF.
When the CodeGenInfo is to be created for the PPC64 target machine,
a default code-model selection is converted to CodeModel::Medium
provided we are not targeting the Darwin OS.  Defaults for Darwin
are unaffected.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168747 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-27 23:36:26 +00:00
..
Analysis Modified depends() to recognize that when all levels are "=" and 2012-11-27 19:12:26 +00:00
Archive
AsmParser Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
Bitcode Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
CodeGen Attempt to make the comments for dwarf debug look more like 2012-11-27 22:43:45 +00:00
DebugInfo The section is .debug_line. 2012-11-27 01:40:36 +00:00
ExecutionEngine Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it. 2012-11-27 19:42:02 +00:00
Linker Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
MC This patch implements medium code model support for 64-bit PowerPC. 2012-11-27 17:35:46 +00:00
Object
Support
TableGen
Target This patch makes medium code model the default for 64-bit PowerPC ELF. 2012-11-27 23:36:26 +00:00
Transforms instcombine: Don't replace all uses for instructions with no uses 2012-11-27 18:52:49 +00:00
VMCore Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile