llvm-6502/lib
Jim Grosbach 679cbd3b21 Add support for a few simple fixups to the ARM Darwin asm backend. This allows
constant pool references and global variable refernces to resolve properly
for object file generation. For example,

int x;
void foo(unsigned a, unsigned *p) {
  p[a] = x;
}

can now be successfully compiled directly to an (ARM mode) object file.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118469 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-09 01:37:15 +00:00
..
Analysis Re-introduce the MaxLookup limit to BasicAliasAnalysis' 2010-11-08 20:26:19 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix an inline asm pasto from 117667; was preventing 2010-11-09 01:15:07 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Fix typo. 2010-11-08 17:53:02 +00:00
Support
System Fix PR8441, a thread unsafe static variable in our dynamic library loading facilities. 2010-11-09 00:36:06 +00:00
Target Add support for a few simple fixups to the ARM Darwin asm backend. This allows 2010-11-09 01:37:15 +00:00
Transforms Fix a thinko that Duncan spotted. 2010-11-08 19:24:47 +00:00
VMCore Fix PR8441, a race condition in the static attributes list. While the reference counting was itself threadsafe, 2010-11-09 00:27:03 +00:00
Makefile