- Jul 26, 2011
-
-
Jim Grosbach authored
llvm-svn: 136105
-
Fariborz Jahanian authored
in few more places and in each instance, fix up the type to the expected type. // rdar://9603056 llvm-svn: 136103
-
Jim Grosbach authored
rdar://9842203 llvm-svn: 136102
-
Andrew Trick authored
exit. Added an interfaces for querying either the loop's exact/max backedge taken count or a specific loop exit's not-taken count. llvm-svn: 136100
-
Duncan Sands authored
llvm-svn: 136099
-
Jim Grosbach authored
llvm-svn: 136098
-
Jim Grosbach authored
llvm-svn: 136096
-
Jim Grosbach authored
No intendeded functional change. Just cleaning up a bit to make things more self-consistent in layout and style. llvm-svn: 136095
-
Benjamin Kramer authored
llvm-svn: 136092
-
Jim Grosbach authored
llvm-svn: 136091
-
Jim Grosbach authored
llvm-svn: 136090
-
Jim Grosbach authored
llvm-svn: 136089
-
Jim Grosbach authored
llvm-svn: 136088
-
Duncan Sands authored
a GNU userspace). llvm-svn: 136085
-
Douglas Gregor authored
provides the partial Objective-C selector used in a code completion. From Connor Wakamo! llvm-svn: 136084
-
Rafael Espindola authored
llvm-svn: 136083
-
Rafael Espindola authored
llvm-svn: 136082
-
Douglas Gregor authored
that allocates an array of objects with a non-trivial destructor, be sure to mark the destructor is "used". Fixes PR10480 / <rdar://problem/9834317>. llvm-svn: 136081
-
Duncan Sands authored
llvm-svn: 136080
-
Duncan Sands authored
way for i1 and vector of i1 types. Use these to make some code more self-documenting. llvm-svn: 136079
-
Douglas Gregor authored
lifetime-qualified template parameter, ensure that the deduced template argument is a lifetime type. Fixes <rdar://problem/9828157>. llvm-svn: 136078
-
Bill Wendling authored
llvm-svn: 136074
-
Jay Foad authored
llvm-svn: 136068
-
Nick Lewycky authored
and Jeffrey Bosboom! llvm-svn: 136066
-
Bill Wendling authored
llvm-svn: 136065
-
Bill Wendling authored
Describe the reasoning for compact unwind in better terms. Thanks to Nick Kledzik for the description. llvm-svn: 136064
-
Chad Rosier authored
the preferred alignment. Thus, revert r135934, r135935, and r135940. llvm-svn: 136062
-
Chandler Carruth authored
refer to 'expansion' instead of 'instantiation'. llvm-svn: 136060
-
Chandler Carruth authored
llvm-svn: 136059
-
Chandler Carruth authored
'expansion' rather than 'instantiation' for macro source locations. llvm-svn: 136058
-
Chandler Carruth authored
etc. With this I think essentially all of the SourceManager APIs are converted. Comments and random other bits of cleanup should be all thats left. llvm-svn: 136057
-
Chandler Carruth authored
and various other 'expansion' based terms. I've tried to reformat where appropriate and catch as many references in comments but I'm going to do several more passes. Also I've tried to expand parameter names to be more clear where appropriate. llvm-svn: 136056
-
Jason Molenda authored
the pid of the process currently being debugged by debugserer in hex, or 0 if unavailable. This is effectively the same as the qC packet but that packet is not clear in either its documentation or implementation (in gdb et al) as to whether it is intended to return a pid or a thread id. qGetPid is unambiguous. If qGetPid is unimplemented in the remote debugserver, the debugger may try qC and see what kind of value is returned.. llvm-svn: 136055
-
Chandler Carruth authored
llvm-svn: 136054
-
Chandler Carruth authored
to isMacroArgExpansion. llvm-svn: 136053
-
Jim Ingham authored
Indent the frames in the "thread.GetStatus" frame listing. Also put the same space after each thread listing for "thread backtrace all" as "thread backtrace 1 3 5" llvm-svn: 136052
-
Bruno Cardoso Lopes authored
llvm-svn: 136051
-
Bruno Cardoso Lopes authored
support for 256-bit versions (but no instruction selection yet, coming next). llvm-svn: 136050
-
Bruno Cardoso Lopes authored
llvm-svn: 136049
-
Bruno Cardoso Lopes authored
llvm-svn: 136048
-