- Jul 01, 2010
-
-
Bill Wendling authored
correct catch-all value. This saves having to iterate through all of the selectors in the program again. llvm-svn: 107345
-
Douglas Gregor authored
llvm-svn: 107344
-
Douglas Gregor authored
llvm-svn: 107343
-
Benjamin Kramer authored
llvm-svn: 107342
-
Jim Grosbach authored
llvm-svn: 107335
-
Daniel Dunbar authored
llvm-svn: 107334
-
Johnny Chen authored
llvm-svn: 107333
-
Jim Grosbach authored
structs. rdar://8145832 llvm-svn: 107332
-
Johnny Chen authored
do 'variable list this' command when stopped. Applied some cleanup on TestArrayTypes.py. In particular, specify the absolute path to the object file in order not to confuse the debugger. llvm-svn: 107330
-
Daniel Dunbar authored
system CC. llvm-svn: 107328
-
Daniel Dunbar authored
llvm-svn: 107327
-
Douglas Gregor authored
llvm-svn: 107326
-
Douglas Gregor authored
New language-compatibility page, including language-compatibility information for the various language dialects Clang supports in a single, easy-to-find page llvm-svn: 107325
-
- Jun 30, 2010
-
-
Daniel Dunbar authored
pass -ccc-clang-cxx to force C++ support (even if the binary was built without it). llvm-svn: 107324
-
Devang Patel authored
llvm-svn: 107323
-
Daniel Dunbar authored
store make sure to move the debug metadata from the store (which is actual 'return' statement location) to the return instruction (which otherwise would have the function end location as its debug info). - Tested by gdb test suite. llvm-svn: 107322
-
Jim Grosbach authored
llvm-svn: 107321
-
Daniel Dunbar authored
llvm-svn: 107320
-
Johnny Chen authored
llvm-svn: 107318
-
Howard Hinnant authored
llvm-svn: 107317
-
Dan Gohman authored
entries associated with the value being erased in the folding set map. These entries used to be harmless, because a SCEVUnknown doesn't store any information about its Value*, so having a new Value allocated at the old Value's address wasn't a problem. But now that ScalarEvolution is storing more information about values, this is no longer safe. llvm-svn: 107316
-
Daniel Dunbar authored
constructed one -- this is necessary to ensure types get printed correctly. llvm-svn: 107312
-
Daniel Dunbar authored
llvm-svn: 107311
-
Chris Lattner authored
r107173, "fix PR7519: after thrashing around and remembering how all this stuff" r107216, "fix PR7523, which was caused by the ABI code calling ConvertType instead" This includes a fix to make ConvertTypeForMem handle the "recursive" case, and call it as such when lowering function types which have an indirect result. llvm-svn: 107310
-
Fariborz Jahanian authored
in method/blocks to decide not to mangle them. llvm-svn: 107309
-
Bruno Cardoso Lopes authored
llvm-svn: 107308
-
Jakob Stoklund Olesen authored
llvm-svn: 107307
-
Bruno Cardoso Lopes authored
llvm-svn: 107306
-
Eric Christopher authored
would work. Sebastian: figure out which one you want :) llvm-svn: 107305
-
Zhanyong Wan authored
traversing the ctor body when traversing a CXXConstructorDecl. Reviewed by chandlerc and csilvers. llvm-svn: 107304
-
Fariborz Jahanian authored
should not be mangled either. Fixes radar 8016412. llvm-svn: 107303
-
Jakob Stoklund Olesen authored
LocalRewriter::runOnMachineFunction uses this information to mark dead spill slots. This means that InlineSpiller now also works for functions that spill. llvm-svn: 107302
-
Sebastian Redl authored
Make both old and new versions of reference binding use the new classification functions, and updated them for N3092. llvm-svn: 107301
-
Bruno Cardoso Lopes authored
llvm-svn: 107300
-
Douglas Gregor authored
type so that it actually complains about the element type itself. llvm-svn: 107299
-
Dan Gohman authored
nsw and nuw flags from IR Instructions. On further consideration, this isn't valid. llvm-svn: 107298
-
Duncan Sands authored
llvm-svn: 107297
-
Douglas Gregor authored
union whose first field has integral vector type. Also, clean up this diagnostic a bit. Thanks to Eli for spotting this change in semantics last week. llvm-svn: 107296
-
Duncan Sands authored
this could break something (but doesn't seem to). llvm-svn: 107295
-
Howard Hinnant authored
llvm-svn: 107294
-