- Oct 24, 2009
-
-
Dan Gohman authored
llvm-svn: 85011
-
Dan Gohman authored
inserted block. llvm-svn: 85010
-
Dan Gohman authored
llvm-svn: 85009
-
Sanjiv Gupta authored
llvm-svn: 85008
-
Sanjiv Gupta authored
objects to be placed at shared memory. llvm-svn: 85007
-
Sanjiv Gupta authored
llvm-svn: 85006
-
Benjamin Kramer authored
llvm-svn: 84997
-
Benjamin Kramer authored
llvm-svn: 84996
-
John McCall authored
template instantiation. Preserve it through PCH. Show it off to the indexer. I'm healthily ignoring the vector type cases because we don't have a sensible TypeLoc implementation for them anyway. llvm-svn: 84994
-
Chris Lattner authored
llvm-svn: 84993
-
Chris Lattner authored
Duncan for the nice tiny testcase. llvm-svn: 84992
-
Douglas Gregor authored
address of a member template when explicit template arguments are provided. llvm-svn: 84991
-
Victor Hernandez authored
Update all analysis passes and transforms to treat free calls just like FreeInst. Remove RaiseAllocations and all its tests since FreeInst no longer needs to be raised. llvm-svn: 84987
-
Evan Cheng authored
llvm-svn: 84986
-
Anton Korobeynikov authored
llvm-svn: 84983
-
Jim Grosbach authored
can access the hi regs. Our prologue and epilogue code doesn't know how to properly handle save/restore of the hi regs, so things go badly when we alloc them. llvm-svn: 84982
-
Fariborz Jahanian authored
llvm-svn: 84981
-
Fariborz Jahanian authored
in a certain project. Need to have a permananent fix later (FIXME added). llvm-svn: 84980
-
Douglas Gregor authored
parameters. Fixes PR5103. llvm-svn: 84979
-
Evan Cheng authored
llvm-svn: 84978
-
Jim Grosbach authored
llvm-svn: 84977
-
John McCall authored
but also remove some methods that cause ambiguities, and generally make CanQual<blah> more analogous to QualType. llvm-svn: 84976
-
http://llvm.org/PR4822Jeffrey Yasskin authored
compiled. When functions are compiled, they accumulate references in the JITResolver's stub maps. This patch removes those references when the functions are destroyed. It's illegal to destroy a Function when any thread may still try to call its machine code. This patch also updates r83987 to use ValueMap instead of explicit CallbackVHs and fixes a couple "do stuff inside assert()" bugs from r84522. llvm-svn: 84975
-
Douglas Gregor authored
so that we maintain better source information after template argument deduction and overloading resolves down to a specific declaration. Found and dealt with a few more cases that FixOverloadedFunctionReference didn't cope with. (Finally) added a test case that puts together this change with the DeclRefExpr change to (optionally) include nested-name-specifiers and explicit template argument lists. llvm-svn: 84974
-
Sebastian Redl authored
llvm-svn: 84973
-
- Oct 23, 2009
-
-
John McCall authored
in the DeclaratorInfo, if one is present. Preserve source information through template instantiation. This is made more complicated by the possibility that ParmVarDecls don't have DIs, which is possibly worth fixing in the future. Also preserve source information for function parameters in ObjC method declarations. llvm-svn: 84971
-
John McCall authored
source info block with a single location. llvm-svn: 84970
-
Victor Hernandez authored
Remove AllocationInst. Since MallocInst went away, AllocaInst is the only subclass of AllocationInst, so it no longer is necessary. llvm-svn: 84969
-
Fariborz Jahanian authored
instead of crashing in code gen. llvm-svn: 84968
-
Jeffrey Yasskin authored
Evan Cheng. llvm-svn: 84967
-
Sebastian Redl authored
llvm-svn: 84964
-
Sebastian Redl authored
Apply the special enum restrictions from [over.match.oper]p3b2 in argument-dependent lookup too. This fixes PR5244. llvm-svn: 84963
-
Douglas Gregor authored
qualified reference to a declaration that is not a non-static data member or non-static member function, e.g., namespace N { int i; } int j = N::i; Instead, extend DeclRefExpr to optionally store the qualifier. Most clients won't see or care about the difference (since QualifierDeclRefExpr inherited DeclRefExpr). However, this reduces the number of top-level expression types that clients need to cope with, brings the implementation of DeclRefExpr into line with MemberExpr, and simplifies and unifies our handling of declaration references. Extended DeclRefExpr to (optionally) store explicitly-specified template arguments. This occurs when naming a declaration via a template-id (which will be stored in a TemplateIdRefExpr) that, following template argument deduction and (possibly) overload resolution, is replaced with a DeclRefExpr that refers to a template specialization but maintains the template arguments as written. llvm-svn: 84962
-
Fariborz Jahanian authored
pointer-to-member type conversion follwed by a pointer-to-member standard conversion. llvm-svn: 84955
-
Dan Gohman authored
the scale overflows pointer-sized arithmetic. This fixes PR5281. llvm-svn: 84954
-
John McCall authored
changed under the transform. llvm-svn: 84953
-
Dan Gohman authored
exact backedge taken count, when checking for infinite loops. This allows it to delete loops with multiple exit conditions. llvm-svn: 84952
-
Benjamin Kramer authored
TreeTransform.h:2333: warning: suggest parentheses around && within || llvm-svn: 84949
-
John McCall authored
llvm-svn: 84947
-
Chris Lattner authored
llvm-svn: 84943
-