- Mar 25, 2013
-
-
-
Jyotsna Verma authored
llvm-svn: 177917
-
Nick Lewycky authored
llvm-svn: 177916
-
Bill Wendling authored
If the ASM statement is dereferencing an incomplete pointer type, issue an error instead of crashing. <rdar://problem/12700799> llvm-svn: 177915
-
NAKAMURA Takumi authored
I know it is incorrect and they'd fail with +Asserts for win32 targets, though. I'll try to fix them tonight. llvm-svn: 177914
-
rdar://problem/13498879Greg Clayton authored
C String summary is emitting "<invalid usage of pointer value as object>" for bad pointers. Now it doesn't emit anything. llvm-svn: 177913
-
Jyotsna Verma authored
test/CodeGen/Generic/2008-02-20-MatchingMem.ll: Test contains inline assembly not supported by Hexagon. Following tests are XFAILed due to multiple return values which Hexagon doesn't support. test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll test/CodeGen/Generic/select-cc.ll test/CodeGen/Generic/vector.ll llvm-svn: 177912
-
Chad Rosier authored
intrinsics. rdar://13213542 llvm-svn: 177911
-
NAKAMURA Takumi authored
llvm-svn: 177910
-
NAKAMURA Takumi authored
llvm-svn: 177909
-
Howard Hinnant authored
llvm-svn: 177908
-
rdar://problem/13498504Han Ming Ong authored
Don't hard code vm page size in profiling code llvm-svn: 177907
-
Shuxin Yang authored
The problem is that the code mistakenly took for granted that following constructor is able to create an APFloat from a *SIGNED* integer: APFloat::APFloat(const fltSemantics &ourSemantics, integerPart value) rdar://13486998 llvm-svn: 177906
-
Anna Zaks authored
[analyzer] Set concrete offset bindings to UnknownVal when processing symbolic offset binding, even if no bindings are present. This addresses an undefined value false positive from concreteOffsetBindingIsInvalidatedBySymbolicOffsetAssignment. Fixes PR14877; radar://12991168. llvm-svn: 177905
-
Howard Hinnant authored
llvm-svn: 177904
-
Shankar Easwaran authored
llvm-svn: 177903
-
Jyotsna Verma authored
Hexagon does not support -filetype=obj(direct object generation) flag. Therefore, the following tests are being XFAILed: test/DebugInfo/dwarf-public-names.ll test/DebugInfo/member-pointers.ll test/DebugInfo/two-cus-from-same-file.ll llvm-svn: 177901
-
rdar://problem/13404009Han Ming Ong authored
Only get the attach_info's user ID if the supplied user info is invalid. llvm-svn: 177900
-
Akira Hatanaka authored
llvm-svn: 177899
-
Eric Christopher authored
llvm-svn: 177898
-
Howard Hinnant authored
llvm-svn: 177897
-
Jyotsna Verma authored
llvm-svn: 177896
-
Shankar Easwaran authored
llvm-svn: 177895
-
NAKAMURA Takumi authored
llvm-svn: 177894
-
rdar://problem/13365424Enrico Granata authored
Ensure that option -Y also works for expression as it does for frame variable Also, if the user passes an explicit format specifier when printing a variable, override the summary's decision to hide the value. This is required for scenarios like this to work: (lldb) p/x c (Class) $0 = 0x0000000100adb7f8 NSObject Previously this would say: (lldb) p/x c (Class) $0 = NSObject ignoring the explicit format specifier llvm-svn: 177893
-
Howard Hinnant authored
Debug mode: learning to crawl. I need to set up some tests that actually test that the debug mode is working, but that won't cause problems when debug mode isn't on. This is my first prototype of such a test. It should call std::terminate() because it's comparing iterators from different containers. And std::terminate() is rigged up to exit normally. If debug mode fails, and doesn't call terminate, then the program asserts. The test is a no-op if _LIBCPP_DEBUG2 is not defined or is defined to be 0. llvm-svn: 177892
-
Edwin Vane authored
Related to PR15589. llvm-svn: 177891
-
Ulrich Weigand authored
This commit updates the PowerPC back-end (PPCInstrInfo.td and PPCInstr64Bit.td) to use types instead of register classes in instruction patterns, along the lines of Jakob Stoklund Olesen's changes in r177835 for Sparc. llvm-svn: 177890
-
Ulrich Weigand authored
This commit updates the PowerPC back-end (PPCInstrInfo.td and PPCInstr64Bit.td) to use types instead of register classes in Pat patterns, along the lines of Jakob Stoklund Olesen's changes in r177829 for Sparc. llvm-svn: 177889
-
Dave Zarzycki authored
llvm-svn: 177888
-
Dave Zarzycki authored
This fixes Apple bug: 13493622 llvm-svn: 177887
-
Fariborz Jahanian authored
llvm-svn: 177886
-
rdar://problem/13434476Enrico Granata authored
Making value objects properly iterable in constructs of the form [ x for x in value_with_children ] This would previously cause an endless loop because lacking a proper iterator object, Python will keep calling __getitem__() with increasing values of the index until it gets an IndexError since SBValue::GetValueForExpressionPath() supports synthetic array members, no array index will ever really cause an IndexError to be raised, hence the endless iteration class value_iter is an implementation of __iter__() that provides a terminating iterator over a value llvm-svn: 177885
-
Chad Rosier authored
llvm-svn: 177882
-
Sean Callanan authored
went wrong and we tried to get layout information that wasn't there. <rdar://problem/13490170> llvm-svn: 177880
-
Enrico Granata authored
llvm-svn: 177879
-
Bill Wendling authored
llvm-svn: 177878
-
Enrico Granata authored
- Masking out SBCommandReturnObject::Printf() from the Python layer because SWIG and varargs do not get along well. It is replaced by a Print("str") call which is equivalent to Printf("%s","str") - Providing file-like behavior for SBStream with appropriate extension write() and flush() calls, plus documenting that these are only meant and only exist for Python Documenting the file-like behavior on our website llvm-svn: 177877
-
Dmitri Gribenko authored
Patch by Thomas Schwinge. llvm-svn: 177876
-
Shankar Easwaran authored
llvm-svn: 177875
-