Go to file
John McCall 340aafaac6 Emit global references with constant initializers as constants. Fixes PR5585.
The standard actually says that such references should have internal linkage,
but gcc doesn't do that, so we probably can't get away with it.

llvm-svn: 95577
2010-02-08 21:46:50 +00:00
clang Emit global references with constant initializers as constants. Fixes PR5585. 2010-02-08 21:46:50 +00:00
compiler-rt add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin 2010-02-02 21:34:04 +00:00
llvm In guaranteed tailcall mode, don't decline the tailcall optimization 2010-02-08 20:34:14 +00:00