- Dec 07, 2010
-
-
Jim Grosbach authored
an assert, at least. llvm-svn: 121166
-
Bruno Cardoso Lopes authored
Remove target specific node MipsISD::CMov, which is not used because all conditional moves are directly matched using tablegen patterns. If there's a need in the future, we can introduce it again llvm-svn: 121164
-
Bruno Cardoso Lopes authored
(select (load (load tga0)) (load tga1)) => (load (select (load tga0) tga1)) Thanks to Akira for pointing that. llvm-svn: 121163
-
Jakob Stoklund Olesen authored
llvm-svn: 121162
-
Michael J. Spencer authored
llvm-svn: 121161
-
Michael J. Spencer authored
llvm-svn: 121160
-
Douglas Gregor authored
(@synthesize and @dynamic). llvm-svn: 121159
-
Greg Clayton authored
llvm-svn: 121158
-
Michael J. Spencer authored
llvm-svn: 121157
-
Michael J. Spencer authored
llvm-svn: 121156
-
Michael J. Spencer authored
llvm-svn: 121155
-
Greg Clayton authored
it indents and shows things correctly. When we are debugging DWARF in .o files with debug map, we can see the remapped sections by dumping the sections for the .o files by explicitly dumping the module by name. For example, debugging the lldb/test/class_types example on MacOSX without a dSYM file we can make a query that causes the main.o file to be loaded, then we can do a: (lldb) image dump section main.o This will show the exact section map that is used and can help track down when things are going wrong with DWARF in .o files with debug map. llvm-svn: 121154
-
Jim Grosbach authored
llvm-svn: 121153
-
Rafael Espindola authored
Fix absolute recording of differences of symbols in two sections. Reduced from ctor_dtor_count-2.cpp. llvm-svn: 121152
-
Johnny Chen authored
llvm-svn: 121151
-
Johnny Chen authored
to main.m. llvm-svn: 121150
-
Michael J. Spencer authored
via their return value instead of an out parameter. llvm-svn: 121149
-
Daniel Dunbar authored
comment. llvm-svn: 121146
-
Benjamin Kramer authored
llvm-svn: 121143
-
Benjamin Kramer authored
llvm-svn: 121142
-
Douglas Gregor authored
llvm-svn: 121139
-
Rafael Espindola authored
llvm-svn: 121137
-
Frits van Bommel authored
The last uses of these functions were removed in r113852 when LazyValueInfo was permanently enabled and removed the need for them. llvm-svn: 121133
-
Frits van Bommel authored
llvm-svn: 121127
-
Sean Callanan authored
LLDB expression execution. We also now print the argument structure after execution, to allow us to verify that the expression did indeed execute correctly. llvm-svn: 121126
-
Jay Foad authored
zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place. llvm-svn: 121121
-
Jay Foad authored
zextOrTrunc(), and APSInt methods extend(), extOrTrunc() and new method trunc(), to be const and to return a new value instead of modifying the object in place. llvm-svn: 121120
-
Owen Anderson authored
llvm-svn: 121119
-
NAKAMURA Takumi authored
utils/lit/lit/TestFormats.py: [PR8438] unittests: Seek *Tests (not BUILD_MODE/*Tests) under whole unittests/ if BUILD_MODE == '.' llvm-svn: 121118
-
NAKAMURA Takumi authored
llvm-svn: 121117
-
Greg Clayton authored
if two functions had the same demangled names (constructors where we have the in charge and not in charge version) we could end up mixing the two up when making the function in the DWARF. This was because we need to lookup the symbol by name and we need to use the mangled name if there is one. This ensures we get the correct address and that we resolve the linked addresses correctly for DWARf with debug map. llvm-svn: 121116
-
Greg Clayton authored
llvm-svn: 121115
-
Rafael Espindola authored
llvm-svn: 121114
-
NAKAMURA Takumi authored
llvm-svn: 121113
-
Greg Clayton authored
a SBSymtab class, but for now, we expose the symbols through the module. llvm-svn: 121112
-
Chris Lattner authored
(if available) as we go so that we get simple constantexprs not insane ones. This fixes the failure of clang/test/CodeGenCXX/virtual-base-ctor.cpp that the previous iteration of this patch had. llvm-svn: 121111
-
Michael J. Spencer authored
llvm-svn: 121110
-
Michael J. Spencer authored
namespace. None of them return anything except for success anyway. These will be converted to returning their result soon. llvm-svn: 121109
-
Michael J. Spencer authored
llvm-svn: 121108
-
Rafael Espindola authored
llvm-svn: 121107
-