- Jul 26, 2011
-
-
Ted Kremenek authored
Report more memory using in Preprocessor::getTotalMemory() and PreprocessingRecord::getTotalMemory(). Most of the memory was already reported; but now we report more memory from side data structures. Fixes <rdar://problem/9379717>. llvm-svn: 136150
-
Eli Friedman authored
Prevent x86-specific DAGCombine from creating nodes with illegal type (which could not be selected). Fixes a minor isel issue that was breaking the testcase from r136130. llvm-svn: 136148
-
Enrico Granata authored
llvm-svn: 136147
-
Evan Cheng authored
llvm-svn: 136145
-
Johnny Chen authored
end of list test function as __eol_test__. The simple example can be reduced to: for t in task_head.linked_list_iter('next'): print t Modify the test program to exercise the API for both cases: supplying or not supplying an end of list test function. llvm-svn: 136144
-
Owen Anderson authored
Split am2offset into register addend and immediate addend forms, necessary for allowing the fixed-length disassembler to distinguish between SBFX and STR_PRE. llvm-svn: 136141
-
Nicolas Geoffray authored
llvm-svn: 136138
-
Jim Grosbach authored
llvm-svn: 136135
-
Eric Christopher authored
to remove header file includes. llvm-svn: 136134
-
Bill Wendling authored
llvm-svn: 136133
-
Jim Grosbach authored
llvm-svn: 136132
-
Eli Friedman authored
llvm-svn: 136131
-
Eli Friedman authored
llvm-svn: 136130
-
Eric Christopher authored
changes to remove any #include lines. llvm-svn: 136129
-
Eric Christopher authored
to avoid header inclusions. llvm-svn: 136128
-
Eric Christopher authored
modify to avoid any outside includes. llvm-svn: 136127
-
Eric Christopher authored
and modified to avoid includes. llvm-svn: 136126
-
Eli Friedman authored
llvm-svn: 136124
-
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
-