- Jul 26, 2011
-
-
Johnny Chen authored
too complex in the test case. We can just simply test that the SBValue object is a valid object and it does not correspond to a null pointer in order to say that EOL has not been reached. Modify the test case and the lldb.py docstring to have a more compact test function. llvm-svn: 136123
-
Johnny Chen authored
to be included from lldb.swig: python-typemaps.swig and python-wrapper.swig. llvm-svn: 136117
-
Evan Cheng authored
llvm-svn: 136115
-
Eric Christopher authored
llvm-svn: 136114
-
Kaelyn Uhrain authored
llvm-svn: 136113
-
Andrew Trick authored
llvm-svn: 136112
-
Bill Wendling authored
obviously big endian. :-) PR10502 llvm-svn: 136111
-
Jim Grosbach authored
llvm-svn: 136110
-
Bruno Cardoso Lopes authored
llvm-svn: 136109
-
Bruno Cardoso Lopes authored
llvm-svn: 136108
-
Jonathan D. Turner authored
This patch extends the previous patch by starting to incorporate more functionality, like lookup-by-name and exporting lookup tables, into the module manager. Methods now have documentation. A few more functions have been switched over to the new iterator style and away from manual/explicit iteration. Ultimately we want to move away from name lookup here, as symlinks make filenames not a safe unique value, but we use it here as a stopgap before better measures are in place (namely instead using FileEntry* from a global FileManager). llvm-svn: 136107
-
Devang Patel authored
While extracting lexical scopes from machine instruction stream, work on one machine basic block at a time. llvm-svn: 136106
-
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
-