- Apr 24, 2010
-
-
Dan Gohman authored
llvm-svn: 102232
-
John McCall authored
declaration" (i.e. the only which will actually be looked up) to have the non-member-operator bit. llvm-svn: 102231
-
Nick Lewycky authored
files with the additional suffix in the middle. llvm-svn: 102230
-
Dan Gohman authored
refactored out of ScalarEvolution::isImpliedCond, which will be updated to use this new utility routine soon. llvm-svn: 102229
-
Dan Gohman authored
testcase yet, as the testcase now fails downstream. llvm-svn: 102228
-
Sean Callanan authored
operands correctly. llvm-svn: 102227
-
Devang Patel authored
llvm-svn: 102226
-
Jim Grosbach authored
cross-build Makefile needs to unset CFLAGS/CXXFLAGS when building the build-side utilities since the flags will be for the cross-compiler. llvm-svn: 102225
-
Devang Patel authored
llvm-svn: 102224
-
Fariborz Jahanian authored
must be there or it is error (Next runtime). llvm-svn: 102223
-
Douglas Gregor authored
arguments. Rather than having the parser call ActOnParamDeclarator (which is a bit of a hack), call a new ActOnObjCExceptionDecl action. We'll be moving more functionality into this handler to perform earlier checking of @catch. llvm-svn: 102222
-
Douglas Gregor authored
statements. Instead of the @try having a single @catch, where all of the @catch's were chained (using an O(n^2) algorithm nonetheless), @try just holds an array of its @catch blocks. The resulting AST is slightly more compact (not important) and better represents the actual language semantics (good). llvm-svn: 102221
-
Chris Lattner authored
llvm-svn: 102220
-
Fariborz Jahanian authored
llvm-svn: 102219
-
Anders Carlsson authored
llvm-svn: 102218
-
Sean Callanan authored
memory operands rather than immediate operands. llvm-svn: 102217
-
Stuart Hastings authored
llvm-svn: 102216
-
- Apr 23, 2010
-
-
John McCall authored
a simple IDNS mask by introducing a namespace for non-member operators. llvm-svn: 102215
-
Argyrios Kyrtzidis authored
ConsumeAndStoreUntil would stop at tok::unknown when caching an inline method definition while SkipUntil would go past it while parsing the method. Fixes PR 6903. llvm-svn: 102214
-
Chris Lattner authored
the worklist, making them inline candidates. llvm-svn: 102213
-
Anders Carlsson authored
llvm-svn: 102211
-
Anders Carlsson authored
Add an inheritance path member variable to CastExpr. For now it's always null but for derived-to-base and base-to-derived cast expressions it will contain the full base path. This is needed to avoid ambiguities. llvm-svn: 102210
-
Anders Carlsson authored
llvm-svn: 102208
-
Dan Gohman authored
alignment to match what's used in clang and GCC for __alignof, rather than trying to guess what Legalize is going to be doing. llvm-svn: 102206
-
Daniel Dunbar authored
chain outwards when inside a nested exception scope. - A real test for this is going into LLVM test-suite. llvm-svn: 102204
-
Daniel Dunbar authored
llvm-svn: 102203
-
Evan Cheng authored
llvm-svn: 102202
-
Stuart Hastings authored
llvm-svn: 102199
-
John McCall authored
two bugfixes which fix selfhost and (hopefully) the nightly tests. llvm-svn: 102198
-
Chris Lattner authored
llvm-svn: 102197
-
Chris Lattner authored
This fixes a bug where calls inlined into an invoke would get changed into an invoke but the array would keep pointing to the (now dead) call. The improved inliner behavior is still disabled for now. llvm-svn: 102196
-
Chris Lattner authored
llvm-svn: 102195
-
Chris Lattner authored
Add the instruction pointer value for debuggability. We now get dump output that looks like this: Call graph node for function: 'f1'<<0x1017086b0>> #uses=1 CS<0x1017046f8> calls external node Call graph node for function: '_ZNSt6vectorIdSaIdEEC1EmRKdRKS0_'<<0x1017086f0>> #uses=1 CS<0x0> calls external node Call graph node for function: 'f4'<<0x1017087a0>> #uses=1 CS<0x101708c88> calls function 'f3' llvm-svn: 102194
-
Evan Cheng authored
llvm-svn: 102192
-
Fariborz Jahanian authored
llvm-svn: 102190
-
Fariborz Jahanian authored
NeXt's -fno-constant-cfstrings - wip. llvm-svn: 102189
-
Chris Lattner authored
input and output types when the smaller value isn't mentioned in the asm string. Extend this support from integers to also allowing fp values to be mismatched (if not mentioned in the asm string). llvm-svn: 102188
-
Fariborz Jahanian authored
llvm-svn: 102187
-
Sebastian Redl authored
Require a complete type for the lhs of member pointer dereference operations if the type isn't exactly the same as the container class. Fixes PR6783. llvm-svn: 102186
-
Chris Lattner authored
llvm-svn: 102183
-