- Jul 22, 2010
-
-
Argyrios Kyrtzidis authored
llvm-svn: 109123
-
Sebastian Redl authored
Allow loading declcontext information from any file in the chain. Properly write source locations to dependent files. WIP llvm-svn: 109119
-
Argyrios Kyrtzidis authored
llvm-svn: 109113
-
Argyrios Kyrtzidis authored
llvm-svn: 109112
-
Zhongxing Xu authored
llvm-svn: 109106
-
Zhongxing Xu authored
engine of the new translation unit. State marshal is there but no real work is done. End nodes are passed back. llvm-svn: 109105
-
Chandler Carruth authored
llvm-svn: 109087
-
Chandler Carruth authored
up enough to be worth supporting properly. Fixes PR7674. llvm-svn: 109086
-
Daniel Dunbar authored
llvm-svn: 109074
-
Daniel Dunbar authored
llvm-svn: 109073
-
Daniel Dunbar authored
use blocks even when targetting older systems (using runtime checks and weak linking). llvm-svn: 109072
-
Devang Patel authored
This is tested by objc-rbreak.exp in gdb testsuite. llvm-svn: 109050
-
Sebastian Redl authored
llvm-svn: 109048
-
- Jul 21, 2010
-
-
Ted Kremenek authored
GCC emits a warning instead of an error when using an unavailable Objective-C protocol, so now Clang's behavior is more strict in this case, but more consistent. We will need to see how much this fires on real code and determine whether this case should be downgraded to a warning. Fixes <rdar://problem/8213093>. llvm-svn: 109033
-
Sebastian Redl authored
Promote some macro-related stuff to per-file data. Fix a cache-inefficient nested loop by inverting the nesting. Store the size of each file in the chain; will need this later for statement offsets. llvm-svn: 109030
-
Fariborz Jahanian authored
a copy initialization. llvm-svn: 109025
-
Fariborz Jahanian authored
a copy initialization. Back out hack in objc rewriter. fixes radar 8213998. llvm-svn: 109024
-
Nate Begeman authored
llvm-svn: 109023
-
Devang Patel authored
Do not override known debug loc with unknown debug loc. This is tested by sections.exp in gdb testsuite. llvm-svn: 109022
-
Fariborz Jahanian authored
Constructor Initialization which computes Source Location differently now. Fixes radar 8213998. llvm-svn: 109018
-
David Chisnall authored
llvm-svn: 109012
-
David Chisnall authored
Mark the load after calling objc_msg_lookup_sender() so that it doesn't get optimised away (GNU runtime). llvm-svn: 109010
-
John McCall authored
commits. llvm-svn: 109000
-
John McCall authored
llvm-svn: 108999
-
John McCall authored
llvm-svn: 108998
-
John McCall authored
cleanup. llvm-svn: 108997
-
John McCall authored
llvm-svn: 108996
-
John McCall authored
llvm-svn: 108995
-
John McCall authored
using a lazy cleanup. llvm-svn: 108994
-
John McCall authored
llvm-svn: 108993
-
John McCall authored
the block-release unwind cleanup: we're never going to test it if we don't turn it on. llvm-svn: 108992
-
John McCall authored
from the laziness features here except better block ordering, but it removes yet another CleanupBlock use. llvm-svn: 108990
-
John McCall authored
llvm-svn: 108989
-
Zhongxing Xu authored
llvm-svn: 108988
-
Nate Begeman authored
intmax_t is __int64 (long long to clang), per VS 2010 stdint.h llvm-svn: 108980
-
John McCall authored
llvm-svn: 108979
-
John McCall authored
lazy cleanups. llvm-svn: 108978
-
Douglas Gregor authored
initializer of (). Make sure to use a simple memset() when we can, or fall back to generating a loop when a simple memset will not suffice. Fixes <rdar://problem/8212208>, a regression due to my work in r107857. llvm-svn: 108977
-
John McCall authored
the last of the shared-code cleanups. llvm-svn: 108975
-
Sebastian Redl authored
llvm-svn: 108974
-