llvm-6502/lib
Jim Grosbach c01810eeb7 ARM implement TargetInstrInfo::getNoopForMachoTarget()
Without this hook, functions w/ a completely empty body (including no
epilogue) will cause an MCEmitter assertion failure.

For example,
define internal fastcc void @empty_function() {
  unreachable
}

rdar://10947471

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151673 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-28 23:53:30 +00:00
..
Analysis Duncan pointed out that if the alignment isn't explicitly specified, it defaults to the ABI alignment. Given that, make this code a bit more aggressive in such cases. 2012-02-27 23:16:46 +00:00
Archive
AsmParser
Bitcode
CodeGen Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. These 2012-02-28 22:07:24 +00:00
DebugInfo
ExecutionEngine
Linker Oops...Don't commit the other stuff.. 2012-02-28 04:01:21 +00:00
MC On ELF, create relocations to the abbreviation and line sections when producing 2012-02-28 21:13:05 +00:00
Object In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. 2012-02-28 23:47:53 +00:00
Support Fix undefined behavior. 2012-02-24 19:06:15 +00:00
TableGen Remove stray semi-colon. 2012-02-28 15:35:52 +00:00
Target ARM implement TargetInstrInfo::getNoopForMachoTarget() 2012-02-28 23:53:30 +00:00
Transforms Reverted r152620 - DSE: Shorten memset when a later store overwrites the start of it. There were all sorts of buildbot issues 2012-02-28 05:06:24 +00:00
VMCore Use the DT dominates function in the verifier. 2012-02-26 02:23:37 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile